Uses of Interface
com.aspectran.core.component.session.SessionHandler
-
Packages that use SessionHandler Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionHandler in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionHandler Modifier and Type Class Description classAbstractSessionHandlerAbstract Implementation of SessionHandler.classDefaultSessionManagerImplementation of SessionManager.Fields in com.aspectran.core.component.session declared as SessionHandler Modifier and Type Field Description protected SessionHandlerAbstractSessionCache. sessionHandlerMethods in com.aspectran.core.component.session that return SessionHandler Modifier and Type Method Description protected SessionHandlerAbstractSessionCache. getSessionHandler()SessionHandlerDefaultSessionManager. getSessionHandler()SessionHandlerSessionManager. getSessionHandler()Constructors in com.aspectran.core.component.session with parameters of type SessionHandler Constructor Description AbstractSessionCache(SessionHandler sessionHandler)DefaultSessionCache(SessionHandler sessionHandler)Session(SessionHandler sessionHandler, SessionData sessionData)Session(SessionHandler sessionHandler, SessionData sessionData, boolean newSession)SessionAgent(SessionHandler sessionHandler)
-