@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() |
int |
hashCode() |
addParameter, getIdentifier, getParameter, getParameterNames, getParameters, isUpdateLocationBarAllowed, parse, setIdentifier, toStringpublic static String NULL
public PathPlaceRequest()
public PathPlaceRequest(Path path)
protected ObservablePath createObservablePath(Path path)
public ObservablePath getPath()
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 DefaultPlaceRequestCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.