|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.util.Container
org.mortbay.jetty.servlet.ServletHandler
org.mortbay.jetty.servlet.WebApplicationHandler
org.apache.geronimo.jetty.JettyWebApplicationHandler
public class JettyWebApplicationHandler
| Field Summary |
|---|
| Fields inherited from class org.mortbay.jetty.servlet.WebApplicationHandler |
|---|
_chainCache, _contextAttributeListeners, _namedChainCache, _requestAttributeListeners, _requestListeners, _sessionListeners, jsr154Filter, jsr154FilterHolder |
| Fields inherited from class org.mortbay.jetty.servlet.ServletHandler |
|---|
__DEFAULT_SERVLET, __J_S_CONTEXT_TEMPDIR, __J_S_ERROR_EXCEPTION, __J_S_ERROR_EXCEPTION_TYPE, __J_S_ERROR_MESSAGE, __J_S_ERROR_REQUEST_URI, __J_S_ERROR_SERVLET_NAME, __J_S_ERROR_STATUS_CODE, _attributes, _context, _contextLog, _formErrorPage, _formLoginPage, _httpContext, _loader, _nameMap, _servletMap, _sessionManager |
| Constructor Summary | |
|---|---|
JettyWebApplicationHandler()
|
|
| Method Summary | |
|---|---|
protected void |
dispatch(String pathInContext,
HttpServletRequest request,
HttpServletResponse response,
org.mortbay.jetty.servlet.ServletHolder servletHolder,
int type)
Wrap the dispatch call to prevent leaking Subject back into the environemnt. |
| Methods inherited from class org.mortbay.jetty.servlet.WebApplicationHandler |
|---|
addComponent, addEventListener, addFilterHolder, addFilterPathMapping, addFilterServletMapping, defineFilter, destroy, doStart, doStop, getErrorPage, getFilter, getFilters, getJsr154Filter, initializeServlets, isAcceptRanges, isFilterChainsCached, main, newFilterHolder, removeComponent, removeContextAttribute, removeEventListener, setAcceptRanges, setContextAttribute, setFilterChainsCached, setSessionManager |
| Methods inherited from class org.mortbay.jetty.servlet.ServletHandler |
|---|
addServlet, addServlet, addServlet, addServletHolder, finalize, formAuthInit, getClassLoader, getContextAttribute, getContextAttributeNames, getHolderEntry, getHttpContext, getHttpSession, getName, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServletContext, getServletHolder, getServletMap, getServlets, getSessionManager, handle, handleOptions, handleTrace, handleTrace, initialize, isAutoInitializeServlets, isUsingCookies, mapPathToServlet, newHttpSession, newServletHolder, newServletHolder, notFound, setAutoInitializeServlets, setDynamicInitParams, setDynamicServletPathSpec, setName, setServeDynamicSystemServlets, setSessionInactiveInterval, setUsingCookies |
| Methods inherited from class org.mortbay.util.Container |
|---|
getComponents, isStarted, isStarting, isStopping, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mortbay.util.LifeCycle |
|---|
isStarted, start, stop |
| Constructor Detail |
|---|
public JettyWebApplicationHandler()
| Method Detail |
|---|
protected void dispatch(String pathInContext,
HttpServletRequest request,
HttpServletResponse response,
org.mortbay.jetty.servlet.ServletHolder servletHolder,
int type)
throws ServletException,
UnavailableException,
IOException
dispatch in class org.mortbay.jetty.servlet.WebApplicationHandlerpathInContext - request - response - servletHolder - type -
ServletException
UnavailableException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||