Package org.uberfire.mvp.impl
Class PathPlaceRequest
- java.lang.Object
-
- org.uberfire.mvp.impl.DefaultPlaceRequest
-
- org.uberfire.mvp.impl.PathPlaceRequest
-
- All Implemented Interfaces:
PlaceRequest
@Portable public class PathPlaceRequest extends DefaultPlaceRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringNULL-
Fields inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
identifier, parameters
-
Fields inherited from interface org.uberfire.mvp.PlaceRequest
NOWHERE
-
-
Constructor Summary
Constructors Constructor Description PathPlaceRequest()PathPlaceRequest(Path path)PathPlaceRequest(Path path, String id)PathPlaceRequest(Path path, String id, Map<String,String> parameters)PathPlaceRequest(Path path, Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceRequestclone()protected ObservablePathcreateObservablePath(Path path)booleanequals(Object o)StringgetFullIdentifier()ObservablePathgetPath()Returns the path associated with thisPlaceRequest.inthashCode()voidpreDestroy()StringtoString()-
Methods inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
addParameter, getIdentifier, getParameter, getParameterNames, getParameters, isUpdateLocationBarAllowed, parse, setIdentifier, setUpdateLocationBar
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.mvp.PlaceRequest
asString
-
-
-
-
Field Detail
-
NULL
public static String NULL
-
-
Constructor Detail
-
PathPlaceRequest
public PathPlaceRequest()
-
PathPlaceRequest
public PathPlaceRequest(Path path)
-
-
Method Detail
-
createObservablePath
protected ObservablePath createObservablePath(Path path)
-
getPath
public ObservablePath getPath()
Description copied from interface:PlaceRequestReturns the path associated with thisPlaceRequest.
-
getFullIdentifier
public String getFullIdentifier()
- Specified by:
getFullIdentifierin interfacePlaceRequest- Overrides:
getFullIdentifierin classDefaultPlaceRequest
-
clone
public PlaceRequest clone()
- Specified by:
clonein interfacePlaceRequest- Overrides:
clonein classDefaultPlaceRequest
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDefaultPlaceRequest
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDefaultPlaceRequest
-
toString
public String toString()
- Overrides:
toStringin classDefaultPlaceRequest
-
preDestroy
@PreDestroy public void preDestroy()
-
-