@Portable public class PathPlaceRequest extends DefaultPlaceRequest
Modifier and Type | Field and Description |
---|---|
static String |
NULL |
identifier, parameters
NOWHERE
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, setUpdateLocationBar
finalize, getClass, notify, notifyAll, wait, wait, wait
asString
public static String NULL
public PathPlaceRequest()
public PathPlaceRequest(Path path)
protected ObservablePath createObservablePath(Path path)
public ObservablePath getPath()
PlaceRequest
PlaceRequest
.public String getFullIdentifier()
getFullIdentifier
in interface PlaceRequest
getFullIdentifier
in class DefaultPlaceRequest
public PlaceRequest clone()
clone
in interface PlaceRequest
clone
in class DefaultPlaceRequest
public boolean equals(Object o)
equals
in class DefaultPlaceRequest
public int hashCode()
hashCode
in class DefaultPlaceRequest
public String toString()
toString
in class DefaultPlaceRequest
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.