@Portable public class PathPlaceRequest extends DefaultPlaceRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
NULL |
identifier, parametersNOWHERE| Constructor and Description |
|---|
PathPlaceRequest() |
PathPlaceRequest(Path path) |
PathPlaceRequest(Path path,
Map<String,String> parameters) |
PathPlaceRequest(Path path,
String id) |
PathPlaceRequest(Path path,
String id,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
PlaceRequest |
clone() |
protected ObservablePath |
createObservablePath(Path path) |
boolean |
equals(Object o) |
String |
getFullIdentifier() |
ObservablePath |
getPath()
Returns the path associated with this
PlaceRequest. |
int |
hashCode() |
String |
toString() |
addParameter, getIdentifier, getParameter, getParameterNames, getParameters, isUpdateLocationBarAllowed, parse, setIdentifier, setUpdateLocationBarfinalize, getClass, notify, notifyAll, wait, wait, waitasStringpublic static String NULL
public PathPlaceRequest()
public PathPlaceRequest(Path path)
protected ObservablePath createObservablePath(Path path)
public ObservablePath getPath()
PlaceRequestPlaceRequest.public String getFullIdentifier()
getFullIdentifier in interface PlaceRequestgetFullIdentifier in class DefaultPlaceRequestpublic PlaceRequest clone()
clone in interface PlaceRequestclone in class DefaultPlaceRequestpublic boolean equals(Object o)
equals in class DefaultPlaceRequestpublic int hashCode()
hashCode in class DefaultPlaceRequestpublic String toString()
toString in class DefaultPlaceRequestCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.