Interface WebservicePresenter.MyView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update​(ModelNode payload)  
      void updateHandlerChains​(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlerChains)  
      void updateHandlers​(org.jboss.hal.client.configuration.subsystem.webservice.Config configType, org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType, List<NamedNode> handlers)  
      • Methods inherited from interface org.jboss.elemento.IsElement

        element
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface com.gwtplatform.mvp.client.View

        addToSlot, removeFromSlot, setInSlot
    • Method Detail

      • updateHandlerChains

        void updateHandlerChains​(org.jboss.hal.client.configuration.subsystem.webservice.Config configType,
                                 org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType,
                                 List<NamedNode> handlerChains)
      • updateHandlers

        void updateHandlers​(org.jboss.hal.client.configuration.subsystem.webservice.Config configType,
                            org.jboss.hal.client.configuration.subsystem.webservice.HandlerChain handlerChainType,
                            List<NamedNode> handlers)