Class Places


  • public class Places
    extends Object
    Factory methods for place requests.
    • Constructor Detail

      • Places

        @Inject
        public Places​(Environment environment,
                      StatementContext statementContext,
                      Finder finder,
                      com.gwtplatform.mvp.shared.proxy.TokenFormatter tokenFormatter)
    • Method Detail

      • finderPlace

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder finderPlace​(String token,
                                                                                 FinderPath path)
      • selectedProfile

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder selectedProfile​(String token)
                                                                              throws IllegalStateException
        Returns a place request builder for the specified token with parameters for the selected profile (when running domain mode).
        Throws:
        IllegalStateException
      • selectedServer

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder selectedServer​(String token)
                                                                             throws IllegalStateException
        Returns a place request builder for the specified token with parameters for the selected host and server (when running domain mode).
        Throws:
        IllegalStateException
      • genericSubsystem

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest genericSubsystem​(ResourceAddress address)
      • modelBrowser

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest modelBrowser​(ResourceAddress address)
      • external

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest external​(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
      • isExternal

        public boolean isExternal​(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
      • replaceParameter

        public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder replaceParameter​(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest,
                                                                                      String parameter,
                                                                                      String newValue)
        Returns a new place request with the a new value for the specified parameter.
      • historyToken

        public String historyToken​(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)