blob: 34f68cd0b6cdf1d240ad97882d2c43fdbb0af9c5 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Fri Feb 26 09:50:23 CST 2021 -->
<title>ServletHandler (Jetty :: Project 9.4.38.v20210224 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-02-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ServletHandler (Jetty :: Project 9.4.38.v20210224 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":42,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServletHandler.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.jetty.servlet</a></div>
<h2 title="Class ServletHandler" class="title">Class ServletHandler</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../util/component/AbstractLifeCycle.html" title="class in org.eclipse.jetty.util.component">org.eclipse.jetty.util.component.AbstractLifeCycle</a></li>
<li>
<ul class="inheritance">
<li><a href="../util/component/ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">org.eclipse.jetty.util.component.ContainerLifeCycle</a></li>
<li>
<ul class="inheritance">
<li><a href="../server/handler/AbstractHandler.html" title="class in org.eclipse.jetty.server.handler">org.eclipse.jetty.server.handler.AbstractHandler</a></li>
<li>
<ul class="inheritance">
<li><a href="../server/handler/AbstractHandlerContainer.html" title="class in org.eclipse.jetty.server.handler">org.eclipse.jetty.server.handler.AbstractHandlerContainer</a></li>
<li>
<ul class="inheritance">
<li><a href="../server/handler/HandlerWrapper.html" title="class in org.eclipse.jetty.server.handler">org.eclipse.jetty.server.handler.HandlerWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">org.eclipse.jetty.server.handler.ScopedHandler</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.jetty.servlet.ServletHandler</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="../server/Handler.html" title="interface in org.eclipse.jetty.server">Handler</a></code>, <code><a href="../server/HandlerContainer.html" title="interface in org.eclipse.jetty.server">HandlerContainer</a></code>, <code><a href="../util/component/Container.html" title="interface in org.eclipse.jetty.util.component">Container</a></code>, <code><a href="../util/component/Destroyable.html" title="interface in org.eclipse.jetty.util.component">Destroyable</a></code>, <code><a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></code>, <code><a href="../util/component/Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a></code>, <code><a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="../ant/AntWebAppContext.AntServletHandler.html" title="class in org.eclipse.jetty.ant">AntWebAppContext.AntServletHandler</a></code></dd>
</dl>
<hr>
<pre><a href="../util/annotation/ManagedObject.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedObject</a>("Servlet Handler")
public class <span class="typeNameLabel">ServletHandler</span>
extends <a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></pre>
<div class="block">Servlet HttpHandler.
<p>
This handler maps requests to servlets that implement the
javax.servlet.http.HttpServlet API.
<P>
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 <code>org.eclipse.jetty.webapp.WebAppContext</code>.
<p>
Unless run as part of a <a href="ServletContextHandler.html" title="class in org.eclipse.jetty.servlet"><code>ServletContextHandler</code></a> or derivative, the <a href="#initialize()"><code>initialize()</code></a>
method must be called manually after start().</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="ServletHandler.Default404Servlet.html" title="class in org.eclipse.jetty.servlet">ServletHandler.Default404Servlet</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.server.handler.AbstractHandler">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/AbstractHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler</a></h3>
<code><a href="../server/handler/AbstractHandler.ErrorDispatchHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler.ErrorDispatchHandler</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.util.component.AbstractLifeCycle">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/AbstractLifeCycle.html" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle</a></h3>
<code><a href="../util/component/AbstractLifeCycle.AbstractLifeCycleListener.html" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle.AbstractLifeCycleListener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.util.component.Container">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/Container.html" title="interface in org.eclipse.jetty.util.component">Container</a></h3>
<code><a href="../util/component/Container.InheritedListener.html" title="interface in org.eclipse.jetty.util.component">Container.InheritedListener</a>, <a href="../util/component/Container.Listener.html" title="interface in org.eclipse.jetty.util.component">Container.Listener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="../util/component/Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.util.component.LifeCycle">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a></h3>
<code><a href="../util/component/LifeCycle.Listener.html" title="interface in org.eclipse.jetty.util.component">LifeCycle.Listener</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#__DEFAULT_SERVLET">__DEFAULT_SERVLET</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.concurrent.ConcurrentMap&lt;java.lang.String,&#8203;javax.servlet.FilterChain&gt;[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#_chainCache">_chainCache</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.server.handler.ScopedHandler">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></h3>
<code><a href="../server/handler/ScopedHandler.html#_nextScope">_nextScope</a>, <a href="../server/handler/ScopedHandler.html#_outerScope">_outerScope</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.server.handler.HandlerWrapper">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/HandlerWrapper.html" title="class in org.eclipse.jetty.server.handler">HandlerWrapper</a></h3>
<code><a href="../server/handler/HandlerWrapper.html#_handler">_handler</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.util.component.AbstractLifeCycle">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/AbstractLifeCycle.html" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle</a></h3>
<code><a href="../util/component/AbstractLifeCycle.html#FAILED">FAILED</a>, <a href="../util/component/AbstractLifeCycle.html#RUNNING">RUNNING</a>, <a href="../util/component/AbstractLifeCycle.html#STARTED">STARTED</a>, <a href="../util/component/AbstractLifeCycle.html#STARTING">STARTING</a>, <a href="../util/component/AbstractLifeCycle.html#STOPPED">STOPPED</a>, <a href="../util/component/AbstractLifeCycle.html#STOPPING">STOPPING</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="../util/component/Dumpable.html#KEY">KEY</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">ServletHandler</a></span>()</code></th>
<td class="colLast">
<div class="block">Constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilter(java.lang.String,java.lang.String,java.util.EnumSet)">addFilter</a></span>&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="#addFilterWithMapping(java.lang.Class,java.lang.String,java.util.EnumSet)"><code>addFilterWithMapping(Class, String, EnumSet)</code></a> instead</div>
</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilter(org.eclipse.jetty.servlet.FilterHolder)">addFilter</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filter)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a preconstructed FilterHolder</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilter(org.eclipse.jetty.servlet.FilterHolder,org.eclipse.jetty.servlet.FilterMapping)">addFilter</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filter,
<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;filterMapping)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter and mapping</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterMapping(org.eclipse.jetty.servlet.FilterMapping)">addFilterMapping</a></span>&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a preconstructed FilterMapping</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(java.lang.Class,java.lang.String,int)">addFilterWithMapping</a></span>&#8203;(java.lang.Class&lt;? extends javax.servlet.Filter&gt;&nbsp;filter,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(java.lang.Class,java.lang.String,java.util.EnumSet)">addFilterWithMapping</a></span>&#8203;(java.lang.Class&lt;? extends javax.servlet.Filter&gt;&nbsp;filter,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(java.lang.String,java.lang.String,int)">addFilterWithMapping</a></span>&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(java.lang.String,java.lang.String,java.util.EnumSet)">addFilterWithMapping</a></span>&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(org.eclipse.jetty.servlet.FilterHolder,java.lang.String,int)">addFilterWithMapping</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addFilterWithMapping(org.eclipse.jetty.servlet.FilterHolder,java.lang.String,java.util.EnumSet)">addFilterWithMapping</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a filter.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addListener(org.eclipse.jetty.servlet.ListenerHolder)">addListener</a></span>&#8203;(<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>&nbsp;listener)</code></th>
<td class="colLast">
<div class="block">Add a holder for a listener</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addServlet(org.eclipse.jetty.servlet.ServletHolder)">addServlet</a></span>&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;holder)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a pre-constructed ServletHolder.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addServletMapping(org.eclipse.jetty.servlet.ServletMapping)">addServletMapping</a></span>&#8203;(<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>&nbsp;mapping)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a pre-constructed ServletMapping.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addServletWithMapping(java.lang.Class,java.lang.String)">addServletWithMapping</a></span>&#8203;(java.lang.Class&lt;? extends javax.servlet.Servlet&gt;&nbsp;servlet,
java.lang.String&nbsp;pathSpec)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a servlet.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addServletWithMapping(java.lang.String,java.lang.String)">addServletWithMapping</a></span>&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a servlet.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addServletWithMapping(org.eclipse.jetty.servlet.ServletHolder,java.lang.String)">addServletWithMapping</a></span>&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;servlet,
java.lang.String&nbsp;pathSpec)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a servlet.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsFilterHolder(org.eclipse.jetty.servlet.FilterHolder)">containsFilterHolder</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsServletHolder(org.eclipse.jetty.servlet.ServletHolder)">containsServletHolder</a></span>&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;holder)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#doHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doHandle</a></span>&#8203;(java.lang.String&nbsp;target,
<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)</code></th>
<td class="colLast">
<div class="block">Do the handler work within the scope.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#doScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doScope</a></span>&#8203;(java.lang.String&nbsp;target,
<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)</code></th>
<td class="colLast">
<div class="block">Scope the handler</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#doStart()">doStart</a></span>()</code></th>
<td class="colLast">
<div class="block">Starts the managed lifecycle beans in the order they were added.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#doStop()">doStop</a></span>()</code></th>
<td class="colLast">
<div class="block">Stops the managed lifecycle beans in the reverse order they were added.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dump(java.lang.Appendable,java.lang.String)">dump</a></span>&#8203;(java.lang.Appendable&nbsp;out,
java.lang.String&nbsp;indent)</code></th>
<td class="colLast">
<div class="block">Dump this object (and children) into an Appendable using the provided indent after any new lines.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFilter(java.lang.String)">getFilter</a></span>&#8203;(java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>protected javax.servlet.FilterChain</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFilterChain(org.eclipse.jetty.server.Request,java.lang.String,org.eclipse.jetty.servlet.ServletHolder)">getFilterChain</a></span>&#8203;(<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
java.lang.String&nbsp;pathInContext,
<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;servletHolder)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFilterMappings()">getFilterMappings</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFilters()">getFilters</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="../http/pathmap/MappedResource.html" title="class in org.eclipse.jetty.http.pathmap">MappedResource</a>&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getHolderEntry(java.lang.String)">getHolderEntry</a></span>&#8203;(java.lang.String&nbsp;target)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="#getMappedServlet(java.lang.String)"><code>getMappedServlet(String)</code></a></div>
</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>protected <a href="../security/IdentityService.html" title="interface in org.eclipse.jetty.security">IdentityService</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIdentityService()">getIdentityService</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getListeners()">getListeners</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="../http/pathmap/MappedResource.html" title="class in org.eclipse.jetty.http.pathmap">MappedResource</a>&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getMappedServlet(java.lang.String)">getMappedServlet</a></span>&#8203;(java.lang.String&nbsp;target)</code></th>
<td class="colLast">
<div class="block">ServletHolder matching path.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getMaxFilterChainsCacheSize()">getMaxFilterChainsCacheSize</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code><a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServlet(java.lang.String)">getServlet</a></span>&#8203;(java.lang.String&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>javax.servlet.ServletContext</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServletContext()">getServletContext</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="ServletContextHandler.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServletContextHandler()">getServletContextHandler</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code><a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServletMapping(java.lang.String)">getServletMapping</a></span>&#8203;(java.lang.String&nbsp;pathSpec)</code></th>
<td class="colLast">
<div class="block">Get the ServletMapping matching the path</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServletMappings()">getServletMappings</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServlets()">getServlets</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServlets(java.lang.Class)">getServlets</a></span>&#8203;(java.lang.Class&lt;?&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#initialize()">initialize</a></span>()</code></th>
<td class="colLast">
<div class="block">Initialize filters and load-on-startup servlets.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#initializeHolders(org.eclipse.jetty.servlet.BaseHolder%5B%5D)">initializeHolders</a></span>&#8203;(<a href="BaseHolder.html" title="class in org.eclipse.jetty.servlet">BaseHolder</a>&lt;?&gt;[]&nbsp;holders)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>protected <a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#insertFilterMapping(org.eclipse.jetty.servlet.FilterMapping,int,boolean)">insertFilterMapping</a></span>&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping,
int&nbsp;pos,
boolean&nbsp;before)</code></th>
<td class="colLast">
<div class="block">Insert a filtermapping in the list</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#invalidateChainsCache()">invalidateChainsCache</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isAllowDuplicateMappings()">isAllowDuplicateMappings</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isAvailable()">isAvailable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isDumpable(java.lang.Object)">isDumpable</a></span>&#8203;(java.lang.Object&nbsp;o)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEnsureDefaultServlet()">isEnsureDefaultServlet</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isFilterChainsCached()">isFilterChainsCached</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isInitialized()">isInitialized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isStartWithUnavailable()">isStartWithUnavailable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>protected javax.servlet.FilterChain</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#newFilterChain(org.eclipse.jetty.servlet.FilterHolder,javax.servlet.FilterChain)">newFilterChain</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filterHolder,
javax.servlet.FilterChain&nbsp;chain)</code></th>
<td class="colLast">
<div class="block">Create a FilterChain that calls the passed filter with the passed chain</div>
</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code><a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#newFilterHolder(org.eclipse.jetty.servlet.Source)">newFilterHolder</a></span>&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code><a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#newListenerHolder(org.eclipse.jetty.servlet.Source)">newListenerHolder</a></span>&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i53" class="rowColor">
<td class="colFirst"><code><a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#newServletHolder(org.eclipse.jetty.servlet.Source)">newServletHolder</a></span>&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Add a new servlet holder</div>
</td>
</tr>
<tr id="i54" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#notFound(org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">notFound</a></span>&#8203;(<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i55" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prependFilterMapping(org.eclipse.jetty.servlet.FilterMapping)">prependFilterMapping</a></span>&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping)</code></th>
<td class="colLast">
<div class="block">Convenience method to add a preconstructed FilterMapping</div>
</td>
</tr>
<tr id="i56" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setAllowDuplicateMappings(boolean)">setAllowDuplicateMappings</a></span>&#8203;(boolean&nbsp;allowDuplicateMappings)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i57" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEnsureDefaultServlet(boolean)">setEnsureDefaultServlet</a></span>&#8203;(boolean&nbsp;ensureDefaultServlet)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i58" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setFilterChainsCached(boolean)">setFilterChainsCached</a></span>&#8203;(boolean&nbsp;filterChainsCached)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i59" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setFilterMappings(org.eclipse.jetty.servlet.FilterMapping%5B%5D)">setFilterMappings</a></span>&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]&nbsp;filterMappings)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i60" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setFilters(org.eclipse.jetty.servlet.FilterHolder%5B%5D)">setFilters</a></span>&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>[]&nbsp;holders)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i61" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setListeners(org.eclipse.jetty.servlet.ListenerHolder%5B%5D)">setListeners</a></span>&#8203;(<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>[]&nbsp;listeners)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i62" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setMaxFilterChainsCacheSize(int)">setMaxFilterChainsCacheSize</a></span>&#8203;(int&nbsp;maxFilterChainsCacheSize)</code></th>
<td class="colLast">
<div class="block">Set the maximum filter chain cache size.</div>
</td>
</tr>
<tr id="i63" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServletMappings(org.eclipse.jetty.servlet.ServletMapping%5B%5D)">setServletMappings</a></span>&#8203;(<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>[]&nbsp;servletMappings)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i64" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServlets(org.eclipse.jetty.servlet.ServletHolder%5B%5D)">setServlets</a></span>&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>[]&nbsp;holders)</code></th>
<td class="colLast">
<div class="block">Set Servlets.</div>
</td>
</tr>
<tr id="i65" class="rowColor">
<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setServletSecurity(javax.servlet.ServletRegistration.Dynamic,javax.servlet.ServletSecurityElement)">setServletSecurity</a></span>&#8203;(javax.servlet.ServletRegistration.Dynamic&nbsp;registration,
javax.servlet.ServletSecurityElement&nbsp;servletSecurityElement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i66" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setStartWithUnavailable(boolean)">setStartWithUnavailable</a></span>&#8203;(boolean&nbsp;start)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i67" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#start(org.eclipse.jetty.util.component.LifeCycle)">start</a></span>&#8203;(<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>&nbsp;l)</code></th>
<td class="colLast">
<div class="block">Starts the given lifecycle.</div>
</td>
</tr>
<tr id="i68" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#stop(org.eclipse.jetty.util.component.LifeCycle)">stop</a></span>&#8203;(<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>&nbsp;l)</code></th>
<td class="colLast">
<div class="block">Stops the given lifecycle.</div>
</td>
</tr>
<tr id="i69" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateMappings()">updateMappings</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i70" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateNameMappings()">updateNameMappings</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.server.handler.ScopedHandler">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></h3>
<code><a href="../server/handler/ScopedHandler.html#handle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">handle</a>, <a href="../server/handler/ScopedHandler.html#nextHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">nextHandle</a>, <a href="../server/handler/ScopedHandler.html#nextScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">nextScope</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.server.handler.HandlerWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/HandlerWrapper.html" title="class in org.eclipse.jetty.server.handler">HandlerWrapper</a></h3>
<code><a href="../server/handler/HandlerWrapper.html#destroy()">destroy</a>, <a href="../server/handler/HandlerWrapper.html#expandChildren(java.util.List,java.lang.Class)">expandChildren</a>, <a href="../server/handler/HandlerWrapper.html#getHandler()">getHandler</a>, <a href="../server/handler/HandlerWrapper.html#getHandlers()">getHandlers</a>, <a href="../server/handler/HandlerWrapper.html#insertHandler(org.eclipse.jetty.server.handler.HandlerWrapper)">insertHandler</a>, <a href="../server/handler/HandlerWrapper.html#setHandler(org.eclipse.jetty.server.Handler)">setHandler</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.server.handler.AbstractHandlerContainer">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/AbstractHandlerContainer.html" title="class in org.eclipse.jetty.server.handler">AbstractHandlerContainer</a></h3>
<code><a href="../server/handler/AbstractHandlerContainer.html#doShutdown(java.util.List)">doShutdown</a>, <a href="../server/handler/AbstractHandlerContainer.html#expandHandler(org.eclipse.jetty.server.Handler,java.util.List,java.lang.Class)">expandHandler</a>, <a href="../server/handler/AbstractHandlerContainer.html#findContainerOf(org.eclipse.jetty.server.HandlerContainer,java.lang.Class,org.eclipse.jetty.server.Handler)">findContainerOf</a>, <a href="../server/handler/AbstractHandlerContainer.html#getChildHandlerByClass(java.lang.Class)">getChildHandlerByClass</a>, <a href="../server/handler/AbstractHandlerContainer.html#getChildHandlers()">getChildHandlers</a>, <a href="../server/handler/AbstractHandlerContainer.html#getChildHandlersByClass(java.lang.Class)">getChildHandlersByClass</a>, <a href="../server/handler/AbstractHandlerContainer.html#setServer(org.eclipse.jetty.server.Server)">setServer</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.server.handler.AbstractHandler">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.server.handler.<a href="../server/handler/AbstractHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler</a></h3>
<code><a href="../server/handler/AbstractHandler.html#doError(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doError</a>, <a href="../server/handler/AbstractHandler.html#getServer()">getServer</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.component.ContainerLifeCycle">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a></h3>
<code><a href="../util/component/ContainerLifeCycle.html#addBean(java.lang.Object)">addBean</a>, <a href="../util/component/ContainerLifeCycle.html#addBean(java.lang.Object,boolean)">addBean</a>, <a href="../util/component/ContainerLifeCycle.html#addEventListener(org.eclipse.jetty.util.component.Container.Listener)">addEventListener</a>, <a href="../util/component/ContainerLifeCycle.html#addManaged(org.eclipse.jetty.util.component.LifeCycle)">addManaged</a>, <a href="../util/component/ContainerLifeCycle.html#contains(java.lang.Object)">contains</a>, <a href="../util/component/ContainerLifeCycle.html#dump()">dump</a>, <a href="../util/component/ContainerLifeCycle.html#dump(java.lang.Appendable)">dump</a>, <a href="../util/component/ContainerLifeCycle.html#dump(java.lang.Appendable,java.lang.String,java.util.Collection...)">dump</a>, <a href="../util/component/ContainerLifeCycle.html#dump(org.eclipse.jetty.util.component.Dumpable)">dump</a>, <a href="../util/component/ContainerLifeCycle.html#dumpBeans(java.lang.Appendable,java.lang.String,java.util.Collection...)">dumpBeans</a>, <a href="../util/component/ContainerLifeCycle.html#dumpObject(java.lang.Appendable,java.lang.Object)">dumpObject</a>, <a href="../util/component/ContainerLifeCycle.html#dumpObjects(java.lang.Appendable,java.lang.String,java.lang.Object...)">dumpObjects</a>, <a href="../util/component/ContainerLifeCycle.html#dumpStdErr()">dumpStdErr</a>, <a href="../util/component/ContainerLifeCycle.html#dumpThis(java.lang.Appendable)">dumpThis</a>, <a href="../util/component/ContainerLifeCycle.html#getBean(java.lang.Class)">getBean</a>, <a href="../util/component/ContainerLifeCycle.html#getBeans()">getBeans</a>, <a href="../util/component/ContainerLifeCycle.html#getBeans(java.lang.Class)">getBeans</a>, <a href="../util/component/ContainerLifeCycle.html#getContainedBeans(java.lang.Class)">getContainedBeans</a>, <a href="../util/component/ContainerLifeCycle.html#getContainedBeans(java.lang.Class,java.util.Collection)">getContainedBeans</a>, <a href="../util/component/ContainerLifeCycle.html#isAuto(java.lang.Object)">isAuto</a>, <a href="../util/component/ContainerLifeCycle.html#isManaged(java.lang.Object)">isManaged</a>, <a href="../util/component/ContainerLifeCycle.html#isUnmanaged(java.lang.Object)">isUnmanaged</a>, <a href="../util/component/ContainerLifeCycle.html#manage(java.lang.Object)">manage</a>, <a href="../util/component/ContainerLifeCycle.html#removeBean(java.lang.Object)">removeBean</a>, <a href="../util/component/ContainerLifeCycle.html#removeBeans()">removeBeans</a>, <a href="../util/component/ContainerLifeCycle.html#removeEventListener(org.eclipse.jetty.util.component.Container.Listener)">removeEventListener</a>, <a href="../util/component/ContainerLifeCycle.html#setBeans(java.util.Collection)">setBeans</a>, <a href="../util/component/ContainerLifeCycle.html#setStopTimeout(long)">setStopTimeout</a>, <a href="../util/component/ContainerLifeCycle.html#unmanage(java.lang.Object)">unmanage</a>, <a href="../util/component/ContainerLifeCycle.html#updateBean(java.lang.Object,java.lang.Object)">updateBean</a>, <a href="../util/component/ContainerLifeCycle.html#updateBean(java.lang.Object,java.lang.Object,boolean)">updateBean</a>, <a href="../util/component/ContainerLifeCycle.html#updateBeans(java.lang.Object%5B%5D,java.lang.Object%5B%5D)">updateBeans</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.component.AbstractLifeCycle">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/AbstractLifeCycle.html" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle</a></h3>
<code><a href="../util/component/AbstractLifeCycle.html#addLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener)">addLifeCycleListener</a>, <a href="../util/component/AbstractLifeCycle.html#getState()">getState</a>, <a href="../util/component/AbstractLifeCycle.html#getState(org.eclipse.jetty.util.component.LifeCycle)">getState</a>, <a href="../util/component/AbstractLifeCycle.html#getStopTimeout()">getStopTimeout</a>, <a href="../util/component/AbstractLifeCycle.html#isFailed()">isFailed</a>, <a href="../util/component/AbstractLifeCycle.html#isRunning()">isRunning</a>, <a href="../util/component/AbstractLifeCycle.html#isStarted()">isStarted</a>, <a href="../util/component/AbstractLifeCycle.html#isStarting()">isStarting</a>, <a href="../util/component/AbstractLifeCycle.html#isStopped()">isStopped</a>, <a href="../util/component/AbstractLifeCycle.html#isStopping()">isStopping</a>, <a href="../util/component/AbstractLifeCycle.html#removeLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener)">removeLifeCycleListener</a>, <a href="../util/component/AbstractLifeCycle.html#start()">start</a>, <a href="../util/component/AbstractLifeCycle.html#stop()">stop</a>, <a href="../util/component/AbstractLifeCycle.html#toString()">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="../util/component/Dumpable.html#dumpSelf()">dumpSelf</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.component.LifeCycle">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a></h3>
<code><a href="../util/component/LifeCycle.html#addLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener)">addLifeCycleListener</a>, <a href="../util/component/LifeCycle.html#isFailed()">isFailed</a>, <a href="../util/component/LifeCycle.html#isRunning()">isRunning</a>, <a href="../util/component/LifeCycle.html#isStarted()">isStarted</a>, <a href="../util/component/LifeCycle.html#isStarting()">isStarting</a>, <a href="../util/component/LifeCycle.html#isStopped()">isStopped</a>, <a href="../util/component/LifeCycle.html#isStopping()">isStopping</a>, <a href="../util/component/LifeCycle.html#removeLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener)">removeLifeCycleListener</a>, <a href="../util/component/LifeCycle.html#start()">start</a>, <a href="../util/component/LifeCycle.html#stop()">stop</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="__DEFAULT_SERVLET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>__DEFAULT_SERVLET</h4>
<pre>public static final&nbsp;java.lang.String __DEFAULT_SERVLET</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.eclipse.jetty.servlet.ServletHandler.__DEFAULT_SERVLET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="_chainCache">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>_chainCache</h4>
<pre>protected final&nbsp;java.util.concurrent.ConcurrentMap&lt;java.lang.String,&#8203;javax.servlet.FilterChain&gt;[] _chainCache</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ServletHandler</h4>
<pre>public&nbsp;ServletHandler()</pre>
<div class="block">Constructor.</div>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="isDumpable(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDumpable</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isDumpable&#8203;(java.lang.Object&nbsp;o)</pre>
</li>
</ul>
<a id="dump(java.lang.Appendable,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dump</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;dump&#8203;(java.lang.Appendable&nbsp;out,
java.lang.String&nbsp;indent)
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../util/component/Dumpable.html#dump(java.lang.Appendable,java.lang.String)">Dumpable</a></code></span></div>
<div class="block">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.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../util/component/Dumpable.html#dump(java.lang.Appendable,java.lang.String)">dump</a></code>&nbsp;in interface&nbsp;<code><a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../util/component/ContainerLifeCycle.html#dump(java.lang.Appendable,java.lang.String)">dump</a></code>&nbsp;in class&nbsp;<code><a href="../util/component/ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>out</code> - The appendable to dump to</dd>
<dd><code>indent</code> - The indent to apply after any new lines.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to write to Appendable</dd>
</dl>
</li>
</ul>
<a id="doStart()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doStart</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;doStart()
throws java.lang.Exception</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../util/component/ContainerLifeCycle.html#doStart()">ContainerLifeCycle</a></code></span></div>
<div class="block">Starts the managed lifecycle beans in the order they were added.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../server/handler/ScopedHandler.html#doStart()">doStart</a></code>&nbsp;in class&nbsp;<code><a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../server/handler/AbstractHandler.html#doStart()"><code>AbstractHandler.doStart()</code></a></dd>
</dl>
</li>
</ul>
<a id="isEnsureDefaultServlet()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnsureDefaultServlet</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isEnsureDefaultServlet()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if ServletHandler always has a default servlet, using <a href="ServletHandler.Default404Servlet.html" title="class in org.eclipse.jetty.servlet"><code>ServletHandler.Default404Servlet</code></a> if no other
default servlet is configured.</dd>
</dl>
</li>
</ul>
<a id="setEnsureDefaultServlet(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnsureDefaultServlet</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setEnsureDefaultServlet&#8203;(boolean&nbsp;ensureDefaultServlet)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ensureDefaultServlet</code> - true if ServletHandler always has a default servlet, using <a href="ServletHandler.Default404Servlet.html" title="class in org.eclipse.jetty.servlet"><code>ServletHandler.Default404Servlet</code></a> if no other
default servlet is configured.</dd>
</dl>
</li>
</ul>
<a id="start(org.eclipse.jetty.util.component.LifeCycle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;start&#8203;(<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>&nbsp;l)
throws java.lang.Exception</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../util/component/ContainerLifeCycle.html#start(org.eclipse.jetty.util.component.LifeCycle)">ContainerLifeCycle</a></code></span></div>
<div class="block">Starts the given lifecycle.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../util/component/ContainerLifeCycle.html#start(org.eclipse.jetty.util.component.LifeCycle)">start</a></code>&nbsp;in class&nbsp;<code><a href="../util/component/ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>l</code> - the lifecycle to start</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if unable to start lifecycle</dd>
</dl>
</li>
</ul>
<a id="stop(org.eclipse.jetty.util.component.LifeCycle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;stop&#8203;(<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>&nbsp;l)
throws java.lang.Exception</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../util/component/ContainerLifeCycle.html#stop(org.eclipse.jetty.util.component.LifeCycle)">ContainerLifeCycle</a></code></span></div>
<div class="block">Stops the given lifecycle.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../util/component/ContainerLifeCycle.html#stop(org.eclipse.jetty.util.component.LifeCycle)">stop</a></code>&nbsp;in class&nbsp;<code><a href="../util/component/ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>l</code> - the lifecycle to stop</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if unable to stop the lifecycle</dd>
</dl>
</li>
</ul>
<a id="doStop()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doStop</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;doStop()
throws java.lang.Exception</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../util/component/ContainerLifeCycle.html#doStop()">ContainerLifeCycle</a></code></span></div>
<div class="block">Stops the managed lifecycle beans in the reverse order they were added.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../server/handler/AbstractHandler.html#doStop()">doStop</a></code>&nbsp;in class&nbsp;<code><a href="../server/handler/AbstractHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a id="getIdentityService()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIdentityService</h4>
<pre class="methodSignature">protected&nbsp;<a href="../security/IdentityService.html" title="interface in org.eclipse.jetty.security">IdentityService</a>&nbsp;getIdentityService()</pre>
</li>
</ul>
<a id="getFilterMappings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilterMappings</h4>
<pre class="methodSignature"><a href="../util/annotation/ManagedAttribute.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedAttribute</a>(<a href="../util/annotation/ManagedAttribute.html#value()">value</a>="filters",
<a href="../util/annotation/ManagedAttribute.html#readonly()">readonly</a>=true)
public&nbsp;<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]&nbsp;getFilterMappings()</pre>
</li>
</ul>
<a id="getFilters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilters</h4>
<pre class="methodSignature"><a href="../util/annotation/ManagedAttribute.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedAttribute</a>(<a href="../util/annotation/ManagedAttribute.html#value()">value</a>="filters",
<a href="../util/annotation/ManagedAttribute.html#readonly()">readonly</a>=true)
public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>[]&nbsp;getFilters()</pre>
</li>
</ul>
<a id="getHolderEntry(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHolderEntry</h4>
<pre class="methodSignature">@Deprecated
public&nbsp;<a href="../http/pathmap/MappedResource.html" title="class in org.eclipse.jetty.http.pathmap">MappedResource</a>&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;&nbsp;getHolderEntry&#8203;(java.lang.String&nbsp;target)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="#getMappedServlet(java.lang.String)"><code>getMappedServlet(String)</code></a></div>
</div>
<div class="block">ServletHolder matching path.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>target</code> - Path within _context or servlet name</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>PathMap Entries pathspec to ServletHolder</dd>
</dl>
</li>
</ul>
<a id="getServletContext()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServletContext</h4>
<pre class="methodSignature">public&nbsp;javax.servlet.ServletContext&nbsp;getServletContext()</pre>
</li>
</ul>
<a id="getServletContextHandler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServletContextHandler</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletContextHandler.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler</a>&nbsp;getServletContextHandler()</pre>
</li>
</ul>
<a id="getServletMappings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServletMappings</h4>
<pre class="methodSignature"><a href="../util/annotation/ManagedAttribute.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedAttribute</a>(<a href="../util/annotation/ManagedAttribute.html#value()">value</a>="mappings of servlets",
<a href="../util/annotation/ManagedAttribute.html#readonly()">readonly</a>=true)
public&nbsp;<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>[]&nbsp;getServletMappings()</pre>
</li>
</ul>
<a id="getServletMapping(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServletMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>&nbsp;getServletMapping&#8203;(java.lang.String&nbsp;pathSpec)</pre>
<div class="block">Get the ServletMapping matching the path</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pathSpec</code> - the path spec</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the servlet mapping for the path spec (or null if not found)</dd>
</dl>
</li>
</ul>
<a id="getServlets()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServlets</h4>
<pre class="methodSignature"><a href="../util/annotation/ManagedAttribute.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedAttribute</a>(<a href="../util/annotation/ManagedAttribute.html#value()">value</a>="servlets",
<a href="../util/annotation/ManagedAttribute.html#readonly()">readonly</a>=true)
public&nbsp;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>[]&nbsp;getServlets()</pre>
</li>
</ul>
<a id="getServlets(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServlets</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;&nbsp;getServlets&#8203;(java.lang.Class&lt;?&gt;&nbsp;clazz)</pre>
</li>
</ul>
<a id="getServlet(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServlet</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;getServlet&#8203;(java.lang.String&nbsp;name)</pre>
</li>
</ul>
<a id="doScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doScope</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;doScope&#8203;(java.lang.String&nbsp;target,
<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)
throws java.io.IOException,
javax.servlet.ServletException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../server/handler/ScopedHandler.html#doScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">ScopedHandler</a></code></span></div>
<div class="block">Scope the handler
<p>Derived implementations should call <a href="../server/handler/ScopedHandler.html#nextScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"><code>ScopedHandler.nextScope(String, Request, HttpServletRequest, HttpServletResponse)</code></a></div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../server/handler/ScopedHandler.html#doScope(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doScope</a></code>&nbsp;in class&nbsp;<code><a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>target</code> - The target of the request - either a URI or a name.</dd>
<dd><code>baseRequest</code> - The original unwrapped request object.</dd>
<dd><code>request</code> - The request either as the <a href="../server/Request.html" title="class in org.eclipse.jetty.server"><code>Request</code></a> object or a wrapper of that request. The
<code><a href="../server/HttpConnection.html#getCurrentConnection()"><code>HttpConnection.getCurrentConnection()</code></a>.<a href="../server/HttpConnection.html#getHttpChannel()"><code>getHttpChannel()</code></a>.<a href="../server/HttpChannel.html#getRequest()"><code>getRequest()</code></a></code>
method can be used access the Request object if required.</dd>
<dd><code>response</code> - The response as the <a href="../server/Response.html" title="class in org.eclipse.jetty.server"><code>Response</code></a> object or a wrapper of that request. The
<code><a href="../server/HttpConnection.html#getCurrentConnection()"><code>HttpConnection.getCurrentConnection()</code></a>.<a href="../server/HttpConnection.html#getHttpChannel()"><code>getHttpChannel()</code></a>.<a href="../server/HttpChannel.html#getResponse()"><code>getResponse()</code></a></code>
method can be used access the Response object if required.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to handle the request or response processing</dd>
<dd><code>javax.servlet.ServletException</code> - if unable to handle the request or response due to underlying servlet issue</dd>
</dl>
</li>
</ul>
<a id="doHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doHandle</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;doHandle&#8203;(java.lang.String&nbsp;target,
<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)
throws java.io.IOException,
javax.servlet.ServletException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../server/handler/ScopedHandler.html#doHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">ScopedHandler</a></code></span></div>
<div class="block">Do the handler work within the scope.
<p>Derived implementations should call <a href="../server/handler/ScopedHandler.html#nextHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)"><code>ScopedHandler.nextHandle(String, Request, HttpServletRequest, HttpServletResponse)</code></a></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../server/handler/ScopedHandler.html#doHandle(java.lang.String,org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doHandle</a></code>&nbsp;in class&nbsp;<code><a href="../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>target</code> - The target of the request - either a URI or a name.</dd>
<dd><code>baseRequest</code> - The original unwrapped request object.</dd>
<dd><code>request</code> - The request either as the <a href="../server/Request.html" title="class in org.eclipse.jetty.server"><code>Request</code></a> object or a wrapper of that request. The
<code><a href="../server/HttpConnection.html#getCurrentConnection()"><code>HttpConnection.getCurrentConnection()</code></a>.<a href="../server/HttpConnection.html#getHttpChannel()"><code>getHttpChannel()</code></a>.<a href="../server/HttpChannel.html#getRequest()"><code>getRequest()</code></a></code>
method can be used access the Request object if required.</dd>
<dd><code>response</code> - The response as the <a href="../server/Response.html" title="class in org.eclipse.jetty.server"><code>Response</code></a> object or a wrapper of that request. The
<code><a href="../server/HttpConnection.html#getCurrentConnection()"><code>HttpConnection.getCurrentConnection()</code></a>.<a href="../server/HttpConnection.html#getHttpChannel()"><code>getHttpChannel()</code></a>.<a href="../server/HttpChannel.html#getResponse()"><code>getResponse()</code></a></code>
method can be used access the Response object if required.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to handle the request or response processing</dd>
<dd><code>javax.servlet.ServletException</code> - if unable to handle the request or response due to underlying servlet issue</dd>
</dl>
</li>
</ul>
<a id="getMappedServlet(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMappedServlet</h4>
<pre class="methodSignature">public&nbsp;<a href="../http/pathmap/MappedResource.html" title="class in org.eclipse.jetty.http.pathmap">MappedResource</a>&lt;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&gt;&nbsp;getMappedServlet&#8203;(java.lang.String&nbsp;target)</pre>
<div class="block">ServletHolder matching path.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>target</code> - Path within _context or servlet name</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>MappedResource to the ServletHolder. Named servlets have a null PathSpec</dd>
</dl>
</li>
</ul>
<a id="getFilterChain(org.eclipse.jetty.server.Request,java.lang.String,org.eclipse.jetty.servlet.ServletHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilterChain</h4>
<pre class="methodSignature">protected&nbsp;javax.servlet.FilterChain&nbsp;getFilterChain&#8203;(<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
java.lang.String&nbsp;pathInContext,
<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;servletHolder)</pre>
</li>
</ul>
<a id="newFilterChain(org.eclipse.jetty.servlet.FilterHolder,javax.servlet.FilterChain)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFilterChain</h4>
<pre class="methodSignature">protected&nbsp;javax.servlet.FilterChain&nbsp;newFilterChain&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filterHolder,
javax.servlet.FilterChain&nbsp;chain)</pre>
<div class="block">Create a FilterChain that calls the passed filter with the passed chain</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filterHolder</code> - The filter to invoke</dd>
<dd><code>chain</code> - The chain to pass to the filter</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A FilterChain that invokes the filter with the chain</dd>
</dl>
</li>
</ul>
<a id="invalidateChainsCache()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invalidateChainsCache</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;invalidateChainsCache()</pre>
</li>
</ul>
<a id="isAvailable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAvailable</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isAvailable()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the handler is started and there are no unavailable servlets</dd>
</dl>
</li>
</ul>
<a id="setStartWithUnavailable(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStartWithUnavailable</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setStartWithUnavailable&#8203;(boolean&nbsp;start)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>start</code> - True if this handler will start with unavailable servlets</dd>
</dl>
</li>
</ul>
<a id="isAllowDuplicateMappings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAllowDuplicateMappings</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isAllowDuplicateMappings()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the allowDuplicateMappings</dd>
</dl>
</li>
</ul>
<a id="setAllowDuplicateMappings(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAllowDuplicateMappings</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setAllowDuplicateMappings&#8203;(boolean&nbsp;allowDuplicateMappings)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>allowDuplicateMappings</code> - the allowDuplicateMappings to set</dd>
</dl>
</li>
</ul>
<a id="isStartWithUnavailable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isStartWithUnavailable</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isStartWithUnavailable()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if this handler will start with unavailable servlets</dd>
</dl>
</li>
</ul>
<a id="initialize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initialize</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;initialize()
throws java.lang.Exception</pre>
<div class="block">Initialize filters and load-on-startup servlets.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if unable to initialize</dd>
</dl>
</li>
</ul>
<a id="isInitialized()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInitialized</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isInitialized()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if initialized has been called, false otherwise</dd>
</dl>
</li>
</ul>
<a id="initializeHolders(org.eclipse.jetty.servlet.BaseHolder[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeHolders</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;initializeHolders&#8203;(<a href="BaseHolder.html" title="class in org.eclipse.jetty.servlet">BaseHolder</a>&lt;?&gt;[]&nbsp;holders)</pre>
</li>
</ul>
<a id="isFilterChainsCached()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isFilterChainsCached</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isFilterChainsCached()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether the filter chains are cached.</dd>
</dl>
</li>
</ul>
<a id="addListener(org.eclipse.jetty.servlet.ListenerHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addListener</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addListener&#8203;(<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>&nbsp;listener)</pre>
<div class="block">Add a holder for a listener</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>listener</code> - the listener for the holder</dd>
</dl>
</li>
</ul>
<a id="getListeners()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListeners</h4>
<pre class="methodSignature">public&nbsp;<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>[]&nbsp;getListeners()</pre>
</li>
</ul>
<a id="setListeners(org.eclipse.jetty.servlet.ListenerHolder[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setListeners</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setListeners&#8203;(<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>[]&nbsp;listeners)</pre>
</li>
</ul>
<a id="newListenerHolder(org.eclipse.jetty.servlet.Source)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newListenerHolder</h4>
<pre class="methodSignature">public&nbsp;<a href="ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a>&nbsp;newListenerHolder&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</pre>
</li>
</ul>
<a id="newServletHolder(org.eclipse.jetty.servlet.Source)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newServletHolder</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;newServletHolder&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</pre>
<div class="block">Add a new servlet holder</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>source</code> - the holder source</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the servlet holder</dd>
</dl>
</li>
</ul>
<a id="addServletWithMapping(java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addServletWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;addServletWithMapping&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec)</pre>
<div class="block">Convenience method to add a servlet.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>className</code> - the class name</dd>
<dd><code>pathSpec</code> - the path spec</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The servlet holder.</dd>
</dl>
</li>
</ul>
<a id="addServletWithMapping(java.lang.Class,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addServletWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;addServletWithMapping&#8203;(java.lang.Class&lt;? extends javax.servlet.Servlet&gt;&nbsp;servlet,
java.lang.String&nbsp;pathSpec)</pre>
<div class="block">Convenience method to add a servlet.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>servlet</code> - the servlet class</dd>
<dd><code>pathSpec</code> - the path spec</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The servlet holder.</dd>
</dl>
</li>
</ul>
<a id="addServletWithMapping(org.eclipse.jetty.servlet.ServletHolder,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addServletWithMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addServletWithMapping&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;servlet,
java.lang.String&nbsp;pathSpec)</pre>
<div class="block">Convenience method to add a servlet.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>servlet</code> - servlet holder to add</dd>
<dd><code>pathSpec</code> - servlet mappings for the servletHolder</dd>
</dl>
</li>
</ul>
<a id="addServlet(org.eclipse.jetty.servlet.ServletHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addServlet</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addServlet&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;holder)</pre>
<div class="block">Convenience method to add a pre-constructed ServletHolder.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>holder</code> - the servlet holder</dd>
</dl>
</li>
</ul>
<a id="addServletMapping(org.eclipse.jetty.servlet.ServletMapping)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addServletMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addServletMapping&#8203;(<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>&nbsp;mapping)</pre>
<div class="block">Convenience method to add a pre-constructed ServletMapping.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mapping</code> - the servlet mapping</dd>
</dl>
</li>
</ul>
<a id="setServletSecurity(javax.servlet.ServletRegistration.Dynamic,javax.servlet.ServletSecurityElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServletSecurity</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;setServletSecurity&#8203;(javax.servlet.ServletRegistration.Dynamic&nbsp;registration,
javax.servlet.ServletSecurityElement&nbsp;servletSecurityElement)</pre>
</li>
</ul>
<a id="newFilterHolder(org.eclipse.jetty.servlet.Source)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFilterHolder</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;newFilterHolder&#8203;(<a href="Source.html" title="class in org.eclipse.jetty.servlet">Source</a>&nbsp;source)</pre>
</li>
</ul>
<a id="getFilter(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilter</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;getFilter&#8203;(java.lang.String&nbsp;name)</pre>
</li>
</ul>
<a id="addFilterWithMapping(java.lang.Class,java.lang.String,java.util.EnumSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;addFilterWithMapping&#8203;(java.lang.Class&lt;? extends javax.servlet.Filter&gt;&nbsp;filter,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filter</code> - class of filter to create</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The filter holder.</dd>
</dl>
</li>
</ul>
<a id="addFilterWithMapping(java.lang.String,java.lang.String,java.util.EnumSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;addFilterWithMapping&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>className</code> - of filter</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The filter holder.</dd>
</dl>
</li>
</ul>
<a id="addFilterWithMapping(org.eclipse.jetty.servlet.FilterHolder,java.lang.String,java.util.EnumSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addFilterWithMapping&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>holder</code> - filter holder to add</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
</dl>
</li>
</ul>
<a id="addFilterWithMapping(java.lang.Class,java.lang.String,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;addFilterWithMapping&#8203;(java.lang.Class&lt;? extends javax.servlet.Filter&gt;&nbsp;filter,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filter</code> - class of filter to create</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The filter holder.</dd>
</dl>
</li>
</ul>
<a id="addFilterWithMapping(java.lang.String,java.lang.String,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;addFilterWithMapping&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>className</code> - of filter</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The filter holder.</dd>
</dl>
</li>
</ul>
<a id="addFilterWithMapping(org.eclipse.jetty.servlet.FilterHolder,java.lang.String,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterWithMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addFilterWithMapping&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder,
java.lang.String&nbsp;pathSpec,
int&nbsp;dispatches)</pre>
<div class="block">Convenience method to add a filter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>holder</code> - filter holder to add</dd>
<dd><code>pathSpec</code> - filter mappings for filter</dd>
<dd><code>dispatches</code> - see <a href="FilterMapping.html#setDispatches(int)"><code>FilterMapping.setDispatches(int)</code></a></dd>
</dl>
</li>
</ul>
<a id="addFilter(java.lang.String,java.lang.String,java.util.EnumSet)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilter</h4>
<pre class="methodSignature">@Deprecated
public&nbsp;<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;addFilter&#8203;(java.lang.String&nbsp;className,
java.lang.String&nbsp;pathSpec,
java.util.EnumSet&lt;javax.servlet.DispatcherType&gt;&nbsp;dispatches)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="#addFilterWithMapping(java.lang.Class,java.lang.String,java.util.EnumSet)"><code>addFilterWithMapping(Class, String, EnumSet)</code></a> instead</div>
</div>
<div class="block">Convenience method to add a filter with a mapping</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>className</code> - the filter class name</dd>
<dd><code>pathSpec</code> - the path spec</dd>
<dd><code>dispatches</code> - the dispatcher types for this filter</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the filter holder created</dd>
</dl>
</li>
</ul>
<a id="addFilter(org.eclipse.jetty.servlet.FilterHolder,org.eclipse.jetty.servlet.FilterMapping)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilter</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addFilter&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filter,
<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;filterMapping)</pre>
<div class="block">Convenience method to add a filter and mapping</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filter</code> - the filter holder</dd>
<dd><code>filterMapping</code> - the filter mapping</dd>
</dl>
</li>
</ul>
<a id="addFilter(org.eclipse.jetty.servlet.FilterHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilter</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addFilter&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;filter)</pre>
<div class="block">Convenience method to add a preconstructed FilterHolder</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filter</code> - the filter holder</dd>
</dl>
</li>
</ul>
<a id="addFilterMapping(org.eclipse.jetty.servlet.FilterMapping)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFilterMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addFilterMapping&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping)</pre>
<div class="block">Convenience method to add a preconstructed FilterMapping</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mapping</code> - the filter mapping</dd>
</dl>
</li>
</ul>
<a id="prependFilterMapping(org.eclipse.jetty.servlet.FilterMapping)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prependFilterMapping</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;prependFilterMapping&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping)</pre>
<div class="block">Convenience method to add a preconstructed FilterMapping</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mapping</code> - the filter mapping</dd>
</dl>
</li>
</ul>
<a id="insertFilterMapping(org.eclipse.jetty.servlet.FilterMapping,int,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertFilterMapping</h4>
<pre class="methodSignature">protected&nbsp;<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]&nbsp;insertFilterMapping&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>&nbsp;mapping,
int&nbsp;pos,
boolean&nbsp;before)</pre>
<div class="block">Insert a filtermapping in the list</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>mapping</code> - the FilterMapping to add</dd>
<dd><code>pos</code> - the position in the existing arry at which to add it</dd>
<dd><code>before</code> - if true, insert before pos, if false insert after it</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the new FilterMappings post-insert</dd>
</dl>
</li>
</ul>
<a id="updateNameMappings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateNameMappings</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;updateNameMappings()</pre>
</li>
</ul>
<a id="updateMappings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateMappings</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;updateMappings()</pre>
</li>
</ul>
<a id="notFound(org.eclipse.jetty.server.Request,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>notFound</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;notFound&#8203;(<a href="../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;baseRequest,
javax.servlet.http.HttpServletRequest&nbsp;request,
javax.servlet.http.HttpServletResponse&nbsp;response)
throws java.io.IOException,
javax.servlet.ServletException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
<dd><code>javax.servlet.ServletException</code></dd>
</dl>
</li>
</ul>
<a id="containsFilterHolder(org.eclipse.jetty.servlet.FilterHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsFilterHolder</h4>
<pre class="methodSignature">protected&nbsp;boolean&nbsp;containsFilterHolder&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>&nbsp;holder)</pre>
</li>
</ul>
<a id="containsServletHolder(org.eclipse.jetty.servlet.ServletHolder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsServletHolder</h4>
<pre class="methodSignature">protected&nbsp;boolean&nbsp;containsServletHolder&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>&nbsp;holder)</pre>
</li>
</ul>
<a id="setFilterChainsCached(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFilterChainsCached</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setFilterChainsCached&#8203;(boolean&nbsp;filterChainsCached)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filterChainsCached</code> - The filterChainsCached to set.</dd>
</dl>
</li>
</ul>
<a id="setFilterMappings(org.eclipse.jetty.servlet.FilterMapping[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFilterMappings</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setFilterMappings&#8203;(<a href="FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</a>[]&nbsp;filterMappings)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>filterMappings</code> - The filterMappings to set.</dd>
</dl>
</li>
</ul>
<a id="setFilters(org.eclipse.jetty.servlet.FilterHolder[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFilters</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setFilters&#8203;(<a href="FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a>[]&nbsp;holders)</pre>
</li>
</ul>
<a id="setServletMappings(org.eclipse.jetty.servlet.ServletMapping[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServletMappings</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setServletMappings&#8203;(<a href="ServletMapping.html" title="class in org.eclipse.jetty.servlet">ServletMapping</a>[]&nbsp;servletMappings)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>servletMappings</code> - The servletMappings to set.</dd>
</dl>
</li>
</ul>
<a id="setServlets(org.eclipse.jetty.servlet.ServletHolder[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServlets</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setServlets&#8203;(<a href="ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a>[]&nbsp;holders)</pre>
<div class="block">Set Servlets.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>holders</code> - Array of servlets to define</dd>
</dl>
</li>
</ul>
<a id="getMaxFilterChainsCacheSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxFilterChainsCacheSize</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;getMaxFilterChainsCacheSize()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The maximum entries in a filter chain cache.</dd>
</dl>
</li>
</ul>
<a id="setMaxFilterChainsCacheSize(int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setMaxFilterChainsCacheSize</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setMaxFilterChainsCacheSize&#8203;(int&nbsp;maxFilterChainsCacheSize)</pre>
<div class="block">Set the maximum filter chain cache size.
Filter chains are cached if <a href="#isFilterChainsCached()"><code>isFilterChainsCached()</code></a> is true. If the max cache size
is greater than zero, then the cache is flushed whenever it grows to be this size.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxFilterChainsCacheSize</code> - the maximum number of entries in a filter chain cache.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServletHandler.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2021 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>