Uses of Class
org.jboss.hal.client.configuration.subsystem.distributableweb.Routing
-
Packages that use Routing Package Description org.jboss.hal.client.configuration.subsystem.distributableweb -
-
Uses of Routing in org.jboss.hal.client.configuration.subsystem.distributableweb
Methods in org.jboss.hal.client.configuration.subsystem.distributableweb that return Routing Modifier and Type Method Description static RoutingRouting. valueOf(String name)Returns the enum constant of this type with the specified name.static Routing[]Routing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.client.configuration.subsystem.distributableweb with parameters of type Routing Modifier and Type Method Description voidDistributableWebPresenter. resetRouting(Routing routing, Form<ModelNode> form)voidDistributableWebPresenter. saveRouting(Routing routing, Map<String,Object> changedValues)voidDistributableWebPresenter. switchRouting(Routing newRouting)voidDistributableWebPresenter.MyView. updateRouting(Routing routing, ModelNode node)voidDistributableWebView. updateRouting(Routing routing, ModelNode node)
-