Uses of Class
com.aspectran.core.context.rule.type.SessionStoreType
-
Packages that use SessionStoreType Package Description com.aspectran.core.context.config com.aspectran.core.context.rule.type -
-
Uses of SessionStoreType in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config with parameters of type SessionStoreType Modifier and Type Method Description SessionConfigSessionConfig. setStoreType(SessionStoreType sessionStoreType) -
Uses of SessionStoreType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return SessionStoreType Modifier and Type Method Description static SessionStoreTypeSessionStoreType. resolve(java.lang.String alias)Returns anSessionStoreTypewith a value represented by the specifiedString.static SessionStoreTypeSessionStoreType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionStoreType[]SessionStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-