Uses of Class
org.teamapps.ux.session.RoutingMode
-
Packages that use RoutingMode Package Description org.teamapps.ux.session -
-
Uses of RoutingMode in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return RoutingMode Modifier and Type Method Description RoutingModeSessionContext. getRoutingMode()static RoutingModeRoutingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RoutingMode[]RoutingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.session with parameters of type RoutingMode Modifier and Type Method Description voidSessionContext. setRoutingMode(RoutingMode routingMode)
-