Class ReadOnlyPathPlaceRequest
- java.lang.Object
-
- org.uberfire.mvp.impl.DefaultPlaceRequest
-
- org.uberfire.mvp.impl.PathPlaceRequest
-
- org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
-
- All Implemented Interfaces:
org.uberfire.mvp.PlaceRequest
@Portable public class ReadOnlyPathPlaceRequest extends org.uberfire.mvp.impl.PathPlaceRequest
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyPathPlaceRequest()ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path)ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, String id)ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, String id, Map<String,String> parameters)ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.uberfire.mvp.impl.PathPlaceRequest
clone, createObservablePath, equals, getFullIdentifier, getPath, hashCode, preDestroy
-
Methods inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
addParameter, getIdentifier, getParameter, getParameterNames, getParameters, isUpdateLocationBarAllowed, parse, setIdentifier, setUpdateLocationBar
-
-
-
-
Constructor Detail
-
ReadOnlyPathPlaceRequest
public ReadOnlyPathPlaceRequest()
-
ReadOnlyPathPlaceRequest
public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path)
-
ReadOnlyPathPlaceRequest
public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, Map<String,String> parameters)
-
ReadOnlyPathPlaceRequest
public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, String id)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classorg.uberfire.mvp.impl.PathPlaceRequest
-
-