- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.AggregateLifeCycle
-
- org.eclipse.jetty.server.handler.AbstractHandler
-
- org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
- org.eclipse.jetty.server.handler.HandlerWrapper
-
- org.eclipse.jetty.server.handler.ScopedHandler
-
- org.eclipse.jetty.servlet.ServletHandler
-
- org.eclipse.jetty.plus.servlet.ServletHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.servlet.ServletHandler
org.eclipse.jetty.servlet.ServletHandler.CachedChain
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.servlet.ServletHandler
__DEFAULT_SERVLET, _chainCache, _chainLRU
-
Fields inherited from class org.eclipse.jetty.server.handler.ScopedHandler
_nextScope, _outerScope
-
Fields inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
_handler
-
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.servlet.ServletHandler
addFilter, addFilter, addFilter, addFilterMapping, addFilterWithMapping, addFilterWithMapping, addFilterWithMapping, addFilterWithMapping, addFilterWithMapping, addFilterWithMapping, addServlet, addServletMapping, addServletWithMapping, addServletWithMapping, addServletWithMapping, doHandle, doScope, doStart, doStop, dump, getContextLog, getFilter, getFilterChain, getFilterMappings, getFilters, getHolderEntry, getIdentityService, getMaxFilterChainsCacheSize, getServlet, getServletContext, getServletMapping, getServletMappings, getServlets, initialize, insertFilterMapping, invalidateChainsCache, isAvailable, isFilterChainsCached, isStartWithUnavailable, newCachedChain, newFilterHolder, newServletHolder, notFound, prependFilterMapping, setFilterChainsCached, setFilterMappings, setFilters, setMaxFilterChainsCacheSize, setServer, setServletMappings, setServlets, setServletSecurity, setStartWithUnavailable, updateMappings, updateNameMappings
-
Methods inherited from class org.eclipse.jetty.server.handler.ScopedHandler
handle, never, nextHandle, nextScope
-
Methods inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
destroy, expandChildren, getHandler, getHandlers, getNestedHandlerByClass, setHandler
-
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandlerContainer
expandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
-
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler
dumpThis, getServer
-
Methods inherited from class org.eclipse.jetty.util.component.AggregateLifeCycle
addBean, addBean, contains, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, unmanage
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
-
Constructor Detail
-
ServletHandler
public ServletHandler()
Copyright © 1995-2016 Mort Bay Consulting. All Rights Reserved.