@Portable public class ForcedPlaceRequest extends DefaultPlaceRequest
identifier, parameters
NOWHERE
Constructor and Description |
---|
ForcedPlaceRequest() |
ForcedPlaceRequest(String identifier) |
ForcedPlaceRequest(String identifier,
Map<String,String> parameters) |
ForcedPlaceRequest(String identifier,
Map<String,String> parameters,
boolean updateLocationBar)
Creates a place request for the given place ID, with the given state parameters for that place, and the given
preference of whether or not the browser's location bar should be updated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addParameter, clone, equals, getFullIdentifier, getIdentifier, getParameter, getParameterNames, getParameters, hashCode, isUpdateLocationBarAllowed, parse, setIdentifier, setUpdateLocationBar
finalize, getClass, notify, notifyAll, wait, wait, wait
asString, getPath
public ForcedPlaceRequest()
public ForcedPlaceRequest(String identifier)
public ForcedPlaceRequest(String identifier, Map<String,String> parameters, boolean updateLocationBar)
identifier
- The place ID, or an empty string for the default place.parameters
- Place-specific parameters to pass to the place. Must not be null.updateLocationBar
- If true, the browser's history will be updated with this place request. If false, the location bar
will not be modified as a result of this place request.public String toString()
toString
in class DefaultPlaceRequest
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.