Uses of Class
org.wildfly.clustering.web.undertow.session.LocalSessionContextFactory
-
Packages that use LocalSessionContextFactory Package Description org.wildfly.clustering.web.undertow.session -
-
Uses of LocalSessionContextFactory in org.wildfly.clustering.web.undertow.session
Methods in org.wildfly.clustering.web.undertow.session that return LocalSessionContextFactory Modifier and Type Method Description static LocalSessionContextFactoryLocalSessionContextFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalSessionContextFactory[]LocalSessionContextFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-