Package org.uberfire.mvp.impl
Class ExternalPathPlaceRequest
- java.lang.Object
-
- org.uberfire.mvp.impl.DefaultPlaceRequest
-
- org.uberfire.mvp.impl.ExternalPathPlaceRequest
-
- All Implemented Interfaces:
PlaceRequest
@JsType public class ExternalPathPlaceRequest extends DefaultPlaceRequest
APathPlaceRequestoriginating from an external script.
-
-
Field Summary
-
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 ExternalPathPlaceRequest(Path path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalPathPlaceRequestcreate(PathPlaceRequest request)PathgetPath()Returns the path associated with thisPlaceRequest.StringtoString()-
Methods inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
addParameter, clone, equals, getFullIdentifier, getIdentifier, getParameter, getParameterNames, getParameters, hashCode, 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
-
-
-
-
Constructor Detail
-
ExternalPathPlaceRequest
public ExternalPathPlaceRequest(Path path)
-
-
Method Detail
-
create
@JsIgnore public static ExternalPathPlaceRequest create(PathPlaceRequest request)
-
getPath
public Path getPath()
Description copied from interface:PlaceRequestReturns the path associated with thisPlaceRequest.
-
toString
public String toString()
- Overrides:
toStringin classDefaultPlaceRequest
-
-