Class ServletHandler
- All Implemented Interfaces:
Handler
,Handler.Container
,Handler.Singleton
,Request.Handler
,Container
,Destroyable
,Dumpable
,Dumpable.DumpableContainer
,LifeCycle
,Invocable
This handler maps requests to servlets that implement the jakarta.servlet.http.HttpServlet API.
This handler does not implement the full J2EE features and is intended to
be used directly when a full web application is not required. If a Web application is required,
then this handler should be used as part of a org.eclipse.jetty.webapp.WebAppContext
.
Unless run as part of a ServletContextHandler
or derivative, the initialize()
method must be called manually after start().
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
A mapping of a servlet by pathSpec or by nameNested classes/interfaces inherited from class org.eclipse.jetty.server.Handler.Abstract
Handler.Abstract.NonBlocking
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener, AbstractLifeCycle.StopException
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Container
Container.InheritedListener, Container.Listener
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Handler
Handler.Abstract, Handler.AbstractContainer, Handler.Collection, Handler.Container, Handler.Sequence, Handler.Singleton, Handler.Wrapper
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Request.Handler
Request.Handler.AbortException
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConcurrentMap<String,
jakarta.servlet.FilterChain>[] Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFilter
(FilterHolder filter) Convenience method to add a preconstructed FilterHoldervoid
addFilter
(FilterHolder filter, FilterMapping filterMapping) Convenience method to add a filter and mappingvoid
addFilterMapping
(FilterMapping mapping) Convenience method to add a preconstructed FilterMappingaddFilterWithMapping
(Class<? extends jakarta.servlet.Filter> filter, String pathSpec, int dispatches) Convenience method to add a filter.addFilterWithMapping
(Class<? extends jakarta.servlet.Filter> filter, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.addFilterWithMapping
(String className, String pathSpec, int dispatches) Convenience method to add a filter.addFilterWithMapping
(String className, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.void
addFilterWithMapping
(FilterHolder holder, String pathSpec, int dispatches) Convenience method to add a filter.void
addFilterWithMapping
(FilterHolder holder, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.void
addListener
(ListenerHolder listener) Add a holder for a listenervoid
addServlet
(ServletHolder holder) Convenience method to add a pre-constructed ServletHolder.void
addServletMapping
(ServletMapping mapping) Convenience method to add a pre-constructed ServletMapping.addServletWithMapping
(Class<? extends jakarta.servlet.Servlet> servlet, String pathSpec) Convenience method to add a servlet.addServletWithMapping
(String className, String pathSpec) Convenience method to add a servlet.void
addServletWithMapping
(ServletHolder servlet, String pathSpec) Convenience method to add a servlet.protected PathSpec
asPathSpec
(String pathSpec) protected boolean
containsFilterHolder
(FilterHolder holder) protected boolean
containsServletHolder
(ServletHolder holder) protected void
doStart()
Starts the managed lifecycle beans in the order they were added.protected void
doStop()
Stops the managed lifecycle beans in the reverse order they were added.void
dump
(Appendable out, String indent) Dump this object (and children) into an Appendable using the provided indent after any new lines.protected jakarta.servlet.FilterChain
getFilterChain
(jakarta.servlet.http.HttpServletRequest request, String pathInContext, ServletHolder servletHolder) protected IdentityService
getMappedServlet
(String target) ServletHolder matching path.getMatchedServlet
(String target) ServletHolder matching target path.int
getServlet
(String name) jakarta.servlet.ServletContext
getServletMapping
(String pathSpec) Get the ServletMapping matching the pathgetServlets
(Class<?> clazz) boolean
Invoked to handle the passed HTTP request and response.void
Initialize filters and load-on-startup servlets.protected void
initializeHolders
(Collection<? extends BaseHolder<?>> holders) protected void
boolean
boolean
boolean
boolean
isDumpable
(Object o) boolean
boolean
boolean
boolean
protected jakarta.servlet.FilterChain
newFilterChain
(FilterHolder filterHolder, jakarta.servlet.FilterChain chain) Create a FilterChain that calls the passed filter with the passed chainnewFilterHolder
(Source source) newListenerHolder
(Source source) newServletHolder
(Source source) Add a new servlet holderprotected void
notFound
(Request baseRequest, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) void
prependFilter
(FilterHolder filter) Convenience method to add a preconstructed FilterHoldervoid
prependFilterMapping
(FilterMapping mapping) Convenience method to add a preconstructed FilterMappingvoid
removeFilterHolder
(FilterHolder holder) void
removeFilterMapping
(FilterMapping mapping) void
setAllowDuplicateMappings
(boolean allowDuplicateMappings) Set the allowDuplicateMappings to set.void
setDecodeAmbiguousURIs
(boolean decodeAmbiguousURIs) void
setEnsureDefaultServlet
(boolean ensureDefaultServlet) void
setFilterChainsCached
(boolean filterChainsCached) void
setFilterMappings
(FilterMapping[] filterMappings) void
setFilters
(FilterHolder[] holders) void
setListeners
(ListenerHolder[] holders) void
setMaxFilterChainsCacheSize
(int maxFilterChainsCacheSize) Set the maximum filter chain cache size.void
setServletMappings
(ServletMapping[] servletMappings) void
setServlets
(ServletHolder[] holders) Set Servlets.setServletSecurity
(jakarta.servlet.ServletRegistration.Dynamic registration, jakarta.servlet.ServletSecurityElement servletSecurityElement) void
setStartWithUnavailable
(boolean start) protected void
Starts the given lifecycle.protected void
Stops the given lifecycle.protected void
protected void
Methods inherited from class org.eclipse.jetty.server.Handler.Wrapper
getHandler, getInvocationType, setHandler
Methods inherited from class org.eclipse.jetty.server.Handler.AbstractContainer
findContainerOf, getDescendant, getDescendants, isDynamic, setDynamic, setServer
Methods inherited from class org.eclipse.jetty.server.Handler.Abstract
destroy, getServer
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, dump, dump, dumpObjects, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, installBean, installBean, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, unmanage, updateBean, updateBean, updateBeans, updateBeans
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, start, stop, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.component.Container
getCachedBeans, getEventListeners
Methods inherited from interface org.eclipse.jetty.util.component.Destroyable
destroy
Methods inherited from interface org.eclipse.jetty.server.Handler.Container
getContainer, getDescendant, getDescendants, getDescendants
Methods inherited from interface org.eclipse.jetty.server.Handler.Singleton
getHandlers, getTail, insertHandler, setHandler
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
-
Field Details
-
_chainCache
-
-
Constructor Details
-
ServletHandler
public ServletHandler()Constructor.
-
-
Method Details
-
isDecodeAmbiguousURIs
@ManagedAttribute("True if URIs with violations are decoded") public boolean isDecodeAmbiguousURIs() -
setDecodeAmbiguousURIs
public void setDecodeAmbiguousURIs(boolean decodeAmbiguousURIs) - Parameters:
decodeAmbiguousURIs
-True
if ambiguous URIs are decoded byServletApiRequest.getServletPath()
andServletApiRequest.getPathInfo()
.
-
isDumpable
-
dump
Description copied from interface:Dumpable
Dump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dump
in interfaceDumpable
- Overrides:
dump
in classContainerLifeCycle
- Parameters:
out
- The appendable to dump toindent
- The indent to apply after any new lines.- Throws:
IOException
- if unable to write to Appendable
-
doStart
Description copied from class:ContainerLifeCycle
Starts the managed lifecycle beans in the order they were added.- Overrides:
doStart
in classHandler.Abstract
- Throws:
AbstractLifeCycle.StopException
- If thrown, the lifecycle will immediately be stopped.Exception
- If there was a problem starting. Will cause a transition to FAILED state
-
isEnsureDefaultServlet
public boolean isEnsureDefaultServlet()- Returns:
- true if ServletHandler always has a default servlet, using
ServletHandler.Default404Servlet
if no other default servlet is configured.
-
setEnsureDefaultServlet
public void setEnsureDefaultServlet(boolean ensureDefaultServlet) - Parameters:
ensureDefaultServlet
- true if ServletHandler always has a default servlet, usingServletHandler.Default404Servlet
if no other default servlet is configured.
-
start
Description copied from class:ContainerLifeCycle
Starts the given lifecycle.- Overrides:
start
in classContainerLifeCycle
- Parameters:
l
- the lifecycle to start- Throws:
Exception
- if unable to start lifecycle
-
stop
Description copied from class:ContainerLifeCycle
Stops the given lifecycle.- Overrides:
stop
in classContainerLifeCycle
- Parameters:
l
- the lifecycle to stop- Throws:
Exception
- if unable to stop the lifecycle
-
doStop
Description copied from class:ContainerLifeCycle
Stops the managed lifecycle beans in the reverse order they were added.- Overrides:
doStop
in classHandler.Abstract
- Throws:
Exception
- If there was a problem stopping. Will cause a transition to FAILED state
-
getFilterMappings
-
getFilters
-
getServletContext
public jakarta.servlet.ServletContext getServletContext() -
getServletContextHandler
-
getServletMappings
@ManagedAttribute(value="mappings of servlets", readonly=true) public ServletMapping[] getServletMappings() -
getServletMapping
Get the ServletMapping matching the path- Parameters:
pathSpec
- the path spec- Returns:
- the servlet mapping for the path spec (or null if not found)
-
getServlets
-
getServlets
-
getServlet
-
getIdentityService
-
handle
Description copied from interface:Request.Handler
Invoked to handle the passed HTTP request and response.
The request is accepted by returning true, then handling must be concluded by completing the passed callback. The handling may be asynchronous, i.e. this method may return true and complete the given callback later, possibly from a different thread. If this method returns false, then the callback must not be invoked and any mutation on the response reversed.
Exceptions thrown by this method may be subsequently handled by an error
Request.Handler
, if present, otherwise a default HTTP 500 error is generated and the callback completed while writing the error response.The simplest implementation is:
public boolean handle(Request request, Response response, Callback callback) { callback.succeeded(); return true; }
A HelloWorld implementation is:
public boolean handle(Request request, Response response, Callback callback) { response.write(true, ByteBuffer.wrap("Hello World\n".getBytes(StandardCharsets.UTF_8)), callback); return true; }
- Specified by:
handle
in interfaceRequest.Handler
- Overrides:
handle
in classHandler.Wrapper
- Parameters:
request
- the HTTP request to handleresponse
- the HTTP response to handlecallback
- the callback to complete when the handling is complete- Returns:
- True if and only if the request will be handled, a response generated and the callback eventually called. This may occur within the scope of the call to this method, or asynchronously some time later. If false is returned, then this method must not generate a response, nor complete the callback.
- Throws:
Exception
- if there is a failure during the handling. Catchers cannot assume that the callback will be called and thus should attempt to complete the request as if a false had been returned.- See Also:
-
getMatchedServlet
ServletHolder matching target path.- Parameters:
target
- Path within _context or servlet name- Returns:
- MatchedResource, pointing to the
MappedResource
for theServletHolder
, and also the pathspec specific name/info sections for the match. Named servlets have a null PathSpec andMatchedResource
.
-
getMappedServlet
ServletHolder matching path.- Parameters:
target
- Path within _context or servlet name- Returns:
- MappedResource to the ServletHolder. Named servlets have a null PathSpec
-
getFilterChain
protected jakarta.servlet.FilterChain getFilterChain(jakarta.servlet.http.HttpServletRequest request, String pathInContext, ServletHolder servletHolder) -
newFilterChain
protected jakarta.servlet.FilterChain newFilterChain(FilterHolder filterHolder, jakarta.servlet.FilterChain chain) Create a FilterChain that calls the passed filter with the passed chain- Parameters:
filterHolder
- The filter to invokechain
- The chain to pass to the filter- Returns:
- A FilterChain that invokes the filter with the chain
-
invalidateChainsCache
protected void invalidateChainsCache() -
isAvailable
public boolean isAvailable()- Returns:
- true if the handler is started and there are no unavailable servlets
-
isAllowDuplicateMappings
public boolean isAllowDuplicateMappings()- Returns:
- the allowDuplicateMappings
-
setAllowDuplicateMappings
public void setAllowDuplicateMappings(boolean allowDuplicateMappings) Set the allowDuplicateMappings to set.- Parameters:
allowDuplicateMappings
- the allowDuplicateMappings to set
-
initialize
Initialize filters and load-on-startup servlets.- Throws:
Exception
- if unable to initialize
-
isInitialized
public boolean isInitialized()- Returns:
- true if initialized has been called, false otherwise
-
initializeHolders
-
isFilterChainsCached
public boolean isFilterChainsCached()- Returns:
- whether the filter chains are cached.
-
addListener
Add a holder for a listener- Parameters:
listener
- the listener for the holder
-
getListeners
-
setListeners
-
newListenerHolder
-
newServletHolder
Add a new servlet holder- Parameters:
source
- the holder source- Returns:
- the servlet holder
-
addServletWithMapping
Convenience method to add a servlet.- Parameters:
className
- the class namepathSpec
- the path spec- Returns:
- The servlet holder.
-
addServletWithMapping
public ServletHolder addServletWithMapping(Class<? extends jakarta.servlet.Servlet> servlet, String pathSpec) Convenience method to add a servlet.- Parameters:
servlet
- the servlet classpathSpec
- the path spec- Returns:
- The servlet holder.
-
addServletWithMapping
Convenience method to add a servlet.- Parameters:
servlet
- servlet holder to addpathSpec
- servlet mappings for the servletHolder
-
addServlet
Convenience method to add a pre-constructed ServletHolder.- Parameters:
holder
- the servlet holder
-
addServletMapping
Convenience method to add a pre-constructed ServletMapping.- Parameters:
mapping
- the servlet mapping
-
setServletSecurity
-
newFilterHolder
-
getFilter
-
addFilterWithMapping
public FilterHolder addFilterWithMapping(Class<? extends jakarta.servlet.Filter> filter, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.- Parameters:
filter
- class of filter to createpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
- Returns:
- The filter holder.
-
addFilterWithMapping
public FilterHolder addFilterWithMapping(String className, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.- Parameters:
className
- of filterpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
- Returns:
- The filter holder.
-
addFilterWithMapping
public void addFilterWithMapping(FilterHolder holder, String pathSpec, EnumSet<jakarta.servlet.DispatcherType> dispatches) Convenience method to add a filter.- Parameters:
holder
- filter holder to addpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
-
addFilterWithMapping
public FilterHolder addFilterWithMapping(Class<? extends jakarta.servlet.Filter> filter, String pathSpec, int dispatches) Convenience method to add a filter.- Parameters:
filter
- class of filter to createpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
- Returns:
- The filter holder.
-
addFilterWithMapping
Convenience method to add a filter.- Parameters:
className
- of filterpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
- Returns:
- The filter holder.
-
addFilterWithMapping
Convenience method to add a filter.- Parameters:
holder
- filter holder to addpathSpec
- filter mappings for filterdispatches
- seeFilterMapping.setDispatches(int)
-
addFilter
Convenience method to add a filter and mapping- Parameters:
filter
- the filter holderfilterMapping
- the filter mapping
-
addFilter
Convenience method to add a preconstructed FilterHolder- Parameters:
filter
- the filter holder
-
prependFilter
Convenience method to add a preconstructed FilterHolder- Parameters:
filter
- the filter holder
-
addFilterMapping
Convenience method to add a preconstructed FilterMapping- Parameters:
mapping
- the filter mapping
-
prependFilterMapping
Convenience method to add a preconstructed FilterMapping- Parameters:
mapping
- the filter mapping
-
removeFilterHolder
-
removeFilterMapping
-
updateNameMappings
protected void updateNameMappings() -
asPathSpec
-
updateMappings
protected void updateMappings() -
notFound
protected void notFound(Request baseRequest, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException - Throws:
IOException
jakarta.servlet.ServletException
-
containsFilterHolder
-
containsServletHolder
-
setFilterChainsCached
public void setFilterChainsCached(boolean filterChainsCached) - Parameters:
filterChainsCached
- The filterChainsCached to set.
-
setFilterMappings
- Parameters:
filterMappings
- The filterMappings to set.
-
setFilters
-
setServletMappings
- Parameters:
servletMappings
- The servletMappings to set.
-
setServlets
Set Servlets.- Parameters:
holders
- Array of servlets to define
-
getMaxFilterChainsCacheSize
public int getMaxFilterChainsCacheSize()- Returns:
- The maximum entries in a filter chain cache.
-
setMaxFilterChainsCacheSize
public void setMaxFilterChainsCacheSize(int maxFilterChainsCacheSize) Set the maximum filter chain cache size. Filter chains are cached ifisFilterChainsCached()
is true. If the max cache size is greater than zero, then the cache is flushed whenever it grows to be this size.- Parameters:
maxFilterChainsCacheSize
- the maximum number of entries in a filter chain cache.
-