Class VersionHistoryScreenPlace
- java.lang.Object
-
- org.uberfire.mvp.impl.DefaultPlaceRequest
-
- org.uberfire.ext.editor.commons.client.history.VersionHistoryScreenPlace
-
- All Implemented Interfaces:
org.uberfire.mvp.PlaceRequest
public class VersionHistoryScreenPlace extends org.uberfire.mvp.impl.DefaultPlaceRequest
-
-
Constructor Summary
Constructors Constructor Description VersionHistoryScreenPlace(org.uberfire.backend.vfs.ObservablePath pathToFile, String filename, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
addParameter, clone, equals, getFullIdentifier, getIdentifier, getParameter, getParameterNames, getParameters, hashCode, isUpdateLocationBarAllowed, parse, setIdentifier, setUpdateLocationBar
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
FILENAME
public static final String FILENAME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classorg.uberfire.mvp.impl.DefaultPlaceRequest
-
-