Uses of Class
org.mortbay.jetty.servlet.SessionHandler

Packages that use SessionHandler
org.mortbay.jetty.webapp   
 

Uses of SessionHandler in org.mortbay.jetty.webapp
 

Fields in org.mortbay.jetty.webapp declared as SessionHandler
private  SessionHandler WebAppContext._sessionHandler
           
 

Methods in org.mortbay.jetty.webapp that return SessionHandler
 SessionHandler WebAppContext.getSessionHandler()
           
 

Methods in org.mortbay.jetty.webapp with parameters of type SessionHandler
 void WebAppContext.setSessionHandler(SessionHandler sessionHandler)
           
 

Constructors in org.mortbay.jetty.webapp with parameters of type SessionHandler
WebAppContext(SecurityHandler securityHandler, SessionHandler sessionHandler, ServletHandler servletHandler, ErrorHandler errorHandler)