Uses of Class
sunlabs.brazil.session.SessionManager
-
Packages that use SessionManager Package Description sunlabs.brazil.session -
-
Uses of SessionManager in sunlabs.brazil.session
Subclasses of SessionManager in sunlabs.brazil.session Modifier and Type Class Description classCacheManagerThisSessionManagerassociates an object with a Session ID to give Handlers the ability to maintain state that lasts for the duration of a session instead of just for the duration of a request.classPJamaSessionManagerUse pJama to implement persistant sessions.classPropertiesCacheManagerA version of the CacheManager that saves out any session state that is either a "java properties" object, or implements "Saveable" into a directory in the filesystem, one file per entry, then restores them on server startup.Methods in sunlabs.brazil.session with parameters of type SessionManager Modifier and Type Method Description static voidSessionManager. setSessionManager(SessionManager mgr)Installs the givenSessionManagerobject as the default session manager to be invoked whengetSessionis called.
-