Class ReadOnlyPathPlaceRequest

  • All Implemented Interfaces:
    org.uberfire.mvp.PlaceRequest

    @Portable
    public class ReadOnlyPathPlaceRequest
    extends org.uberfire.mvp.impl.PathPlaceRequest
    • Field Summary

      • Fields inherited from class org.uberfire.mvp.impl.PathPlaceRequest

        NULL
      • Fields inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest

        identifier, parameters
      • Fields inherited from interface org.uberfire.mvp.PlaceRequest

        NOWHERE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()  
      • 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
      • Methods inherited from interface org.uberfire.mvp.PlaceRequest

        asString
    • 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)
      • ReadOnlyPathPlaceRequest

        public ReadOnlyPathPlaceRequest​(org.uberfire.backend.vfs.Path path,
                                        String id,
                                        Map<String,​String> parameters)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class org.uberfire.mvp.impl.PathPlaceRequest