|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
org.mortbay.jetty.servlet.ServletHandler
org.mortbay.jetty.plus.servlet.ServletHandler
public class ServletHandler
ServletHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.mortbay.component.LifeCycle |
---|
org.mortbay.component.LifeCycle.Listener |
Field Summary |
---|
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, _chainCache |
Fields inherited from class org.mortbay.jetty.handler.AbstractHandler |
---|
_string |
Fields inherited from class org.mortbay.component.AbstractLifeCycle |
---|
_listeners |
Fields inherited from interface org.mortbay.jetty.Handler |
---|
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
Constructor Summary | |
---|---|
ServletHandler()
|
Method Summary | |
---|---|
Filter |
customizeFilter(Filter filter)
|
Filter |
customizeFilterDestroy(Filter filter)
|
Servlet |
customizeServlet(Servlet servlet)
|
Servlet |
customizeServletDestroy(Servlet servlet)
|
LifeCycleCallbackCollection |
getCallbacks()
|
InjectionCollection |
getInjections()
|
void |
setCallbacks(LifeCycleCallbackCollection callbacks)
|
void |
setInjections(InjectionCollection injections)
|
Methods inherited from class org.mortbay.jetty.servlet.ServletHandler |
---|
addFilter, addFilter, addFilter, addFilterMapping, addFilterWithMapping, addFilterWithMapping, addFilterWithMapping, addServlet, addServlet, addServletMapping, addServletWithMapping, addServletWithMapping, addServletWithMapping, doStart, doStop, getContextLog, getFilter, getFilterMappings, getFilters, getHolderEntry, getMaxFilterChainsCacheSize, getRequestDispatcher, getServlet, getServletContext, getServletMappings, getServlets, handle, initialize, isAvailable, isFilterChainsCached, isInitializeAtStart, isStartWithUnavailable, matchesPath, newFilterHolder, newFilterHolder, newServletHolder, newServletHolder, notFound, setFilterChainsCached, setFilterMappings, setFilters, setInitializeAtStart, setMaxFilterChainsCacheSize, setServer, setServletMappings, setServlets, setStartWithUnavailable, updateMappings, updateNameMappings |
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler |
---|
destroy, getServer, toString |
Methods inherited from class org.mortbay.component.AbstractLifeCycle |
---|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mortbay.component.LifeCycle |
---|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
Constructor Detail |
---|
public ServletHandler()
Method Detail |
---|
public LifeCycleCallbackCollection getCallbacks()
public void setCallbacks(LifeCycleCallbackCollection callbacks)
callbacks
- the callbacks to setpublic InjectionCollection getInjections()
public void setInjections(InjectionCollection injections)
injections
- the injections to setpublic Filter customizeFilter(Filter filter) throws Exception
customizeFilter
in class org.mortbay.jetty.servlet.ServletHandler
Exception
ServletHandler.customizeFilter(javax.servlet.Filter)
public Servlet customizeServlet(Servlet servlet) throws Exception
customizeServlet
in class org.mortbay.jetty.servlet.ServletHandler
Exception
ServletHandler.customizeServlet(javax.servlet.Servlet)
public Filter customizeFilterDestroy(Filter filter) throws Exception
customizeFilterDestroy
in class org.mortbay.jetty.servlet.ServletHandler
Exception
org.mortbay.jetty.servlet.ServletHandler#cusomizeFilterDestroy(javax.servlet.Filter)
public Servlet customizeServletDestroy(Servlet servlet) throws Exception
customizeServletDestroy
in class org.mortbay.jetty.servlet.ServletHandler
Exception
ServletHandler.customizeServletDestroy(javax.servlet.Servlet)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |