|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.servlet.AbstractSessionManager
org.mortbay.jetty.servlet.HashSessionManager
src.java.com.bekk.boss.pluto.embedded.jetty.util.PlutoJettySessionManager
class PlutoJettySessionManager extends org.mortbay.jetty.servlet.HashSessionManager
Field Summary |
---|
Fields inherited from class org.mortbay.jetty.servlet.HashSessionManager | |
---|---|
__distantFuture, __SessionCookieProperty, __DefaultSessionCookie, __SessionURLProperty, __DefaultSessionURL, __SessionDomainProperty, __DefaultSessionDomain, __SessionPathProperty, __MaxAgeProperty |
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager | |
---|---|
__distantFuture, __SessionCookieProperty, __DefaultSessionCookie, __SessionURLProperty, __DefaultSessionURL, __SessionDomainProperty, __DefaultSessionDomain, __SessionPathProperty, __MaxAgeProperty |
Constructor Summary | |
PlutoJettySessionManager()
|
Method Summary | |
---|---|
Cookie
|
access(HttpSession session, boolean secure)
|
void
|
complete(HttpSession session)
|
Methods inherited from class org.mortbay.jetty.servlet.HashSessionManager | |
---|---|
doStart, doStop, getSession, setMaxInactiveInterval, getScavengePeriod, getSessionMap, getSessions, setSavePeriod, getSavePeriod, setScavengePeriod, setStoreDirectory, getStoreDirectory, restoreSessions, saveSessions, restoreSession, access, isValid, complete, addEventListener, clearEventListeners, setSessionHandler, isUsingCookies, getSessionCookie, getSessionCookie, getHttpSession, getSessionURL, getSessionHandler, removeEventListener, removeSession, removeSession, getClusterId, getHttpOnly, getIdManager, getMaxCookieAge, getMaxInactiveInterval, getMaxSessions, getMetaManager, getMinSessions, getRefreshCookieAge, getSecureCookies, getSessionDomain, getSessionPath, getSessionURLPrefix, getNodeId, newHttpSession, resetStats, setHttpOnly, setIdManager, setMaxCookieAge, setMetaManager, setRefreshCookieAge, setSecureCookies, setSessionCookie, setSessionDomain, setSessionPath, setSessionURL, setUsingCookies, isNodeIdInSessionId, setNodeIdInSessionId, start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager | |
---|---|
access, isValid, complete, doStart, doStop, addEventListener, clearEventListeners, setSessionHandler, getSession, isUsingCookies, getSessionCookie, getSessionCookie, getHttpSession, getSessionURL, getSessionHandler, removeEventListener, setMaxInactiveInterval, getSessionMap, getSessions, removeSession, removeSession, getClusterId, getHttpOnly, getIdManager, getMaxCookieAge, getMaxInactiveInterval, getMaxSessions, getMetaManager, getMinSessions, getRefreshCookieAge, getSecureCookies, getSessionDomain, getSessionPath, getSessionURLPrefix, getNodeId, newHttpSession, resetStats, setHttpOnly, setIdManager, setMaxCookieAge, setMetaManager, setRefreshCookieAge, setSecureCookies, setSessionCookie, setSessionDomain, setSessionPath, setSessionURL, setUsingCookies, isNodeIdInSessionId, setNodeIdInSessionId, start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class org.mortbay.component.AbstractLifeCycle | |
---|---|
start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
PlutoJettySessionManager()
Method Detail |
---|
public Cookie access(HttpSession session, boolean secure)
public void complete(HttpSession session)
Groovy Documentation