Package org.mortbay.jetty.servlet

Interface Summary
AbstractSessionManager.SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
 

Class Summary
AbstractSessionIdManager  
AbstractSessionManager An Abstract implementation of SessionManager.
AbstractSessionManager.NullSessionContext Null returning implementation of HttpSessionContext
Context Servlet Context.
DefaultServlet The default servlet.
Dispatcher Servlet RequestDispatcher.
ErrorPageErrorHandler Error Page Error Handler An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
FilterHolder  
FilterMapping  
HashSessionIdManager HashSessionIdManager.
HashSessionManager An in-memory implementation of SessionManager.
Holder  
Invoker Dynamic Servlet Invoker.
JDBCSessionIdManager JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionManager JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
NoJspServlet  
PathMap URI path map to Object.
PathMap.Entry  
ServletHandler Servlet HttpHandler.
ServletHolder Servlet Instance and Context Holder.
ServletMapping  
SessionHandler SessionHandler.
StatisticsServlet  
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.