blob: d2806f4c30ab32e4937c87515b55bda1cd24c4b1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.shiro.web.config.ShiroFilterConfiguration (Apache Shiro 1.13.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.shiro.web.config.ShiroFilterConfiguration (Apache Shiro 1.13.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ /* We explicitly disable cookie tracking to avoid privacy issues */ _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.privacy.apache.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">Class</a></li>
<li class="navBarCell1Rev">Use</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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/shiro/web/config/class-use/ShiroFilterConfiguration.html" target="_top">Frames</a></li>
<li><a href="ShiroFilterConfiguration.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.shiro.web.config.ShiroFilterConfiguration" class="title">Uses of Class<br>org.apache.shiro.web.config.ShiroFilterConfiguration</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.guice.web">org.apache.shiro.guice.web</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.shiro.spring.web">org.apache.shiro.spring.web</a></td>
<td class="colLast">
<div class="block">Spring-specific components for use in Spring-based web applications.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.spring.web.config">org.apache.shiro.spring.web.config</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.shiro.web.config">org.apache.shiro.web.config</a></td>
<td class="colLast">
<div class="block">Web-specific implementation extensions to the <code>org.apache.shiro.config</code> components.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.web.env">org.apache.shiro.web.env</a></td>
<td class="colLast">
<div class="block">Web-specific <a href="../../../../../../org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><code>Environment</code></a> implementation and support.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.shiro.web.servlet">org.apache.shiro.web.servlet</a></td>
<td class="colLast">
<div class="block">Shiro-specific implementations of the Servlet API (Servlet Filters, et al).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.shiro.guice.web">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/guice/web/package-summary.html">org.apache.shiro.guice.web</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/apache/shiro/guice/web/package-summary.html">org.apache.shiro.guice.web</a> with type arguments of type <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">ShiroWebModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/guice/web/ShiroWebModule.html#bindShiroFilterConfiguration-com.google.inject.binder.AnnotatedBindingBuilder-">bindShiroFilterConfiguration</a></span>(com.google.inject.binder.AnnotatedBindingBuilder&lt;? super <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a>&gt;&nbsp;bind)</code>
<div class="block">Binds the Shiro Filter Configuration.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.spring.web">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/spring/web/package-summary.html">org.apache.shiro.spring.web</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/spring/web/package-summary.html">org.apache.shiro.spring.web</a> that return <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">ShiroFilterFactoryBean.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getShiroFilterConfiguration--">getShiroFilterConfiguration</a></span>()</code>
<div class="block">Gets the application <code>ShiroFilterConfiguration</code> instance to be used by the constructed Shiro Filter.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/spring/web/package-summary.html">org.apache.shiro.spring.web</a> with parameters of type <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ShiroFilterFactoryBean.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setShiroFilterConfiguration-org.apache.shiro.web.config.ShiroFilterConfiguration-">setShiroFilterConfiguration</a></span>(<a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a>&nbsp;filterConfiguration)</code>
<div class="block">Sets the application <code>ShiroFilterConfiguration</code> instance to be used by the constructed Shiro Filter.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.spring.web.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/spring/web/config/package-summary.html">org.apache.shiro.spring.web.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/shiro/spring/web/config/package-summary.html">org.apache.shiro.spring.web.config</a> declared as <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractShiroWebFilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/spring/web/config/AbstractShiroWebFilterConfiguration.html#shiroFilterConfiguration">shiroFilterConfiguration</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/spring/web/config/package-summary.html">org.apache.shiro.spring.web.config</a> that return <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractShiroWebFilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/spring/web/config/AbstractShiroWebFilterConfiguration.html#shiroFilterConfiguration--">shiroFilterConfiguration</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a> that return <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">ShiroFilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html#setStaticSecurityManagerEnabled-boolean-">setStaticSecurityManagerEnabled</a></span>(boolean&nbsp;staticSecurityManagerEnabled)</code>
<div class="block">Sets if the constructed <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/SecurityManager.html?is-external=true" title="class or interface in java.lang"><code>SecurityManager</code></a> associated with the filter should be bound
to static memory (via <code>SecurityUtils.</code><a href="../../../../../../org/apache/shiro/SecurityUtils.html#setSecurityManager-org.apache.shiro.mgt.SecurityManager-"><code>setSecurityManager</code></a>).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.env">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a> that return <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">IniWebEnvironment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#createFilterConfiguration--">createFilterConfiguration</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">WebEnvironment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/env/WebEnvironment.html#getShiroFilterConfiguration--">getShiroFilterConfiguration</a></span>()</code>
<div class="block">Returns the configuration object used to configure the ShiroFilter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">DefaultWebEnvironment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/env/DefaultWebEnvironment.html#getShiroFilterConfiguration--">getShiroFilterConfiguration</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a> with parameters of type <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">MutableWebEnvironment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/env/MutableWebEnvironment.html#setShiroFilterConfiguration-org.apache.shiro.web.config.ShiroFilterConfiguration-">setShiroFilterConfiguration</a></span>(<a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a>&nbsp;filterConfiguration)</code>
<div class="block">Sets the <code>WebEnvironment</code>'s <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config"><code>ShiroFilterConfiguration</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultWebEnvironment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/env/DefaultWebEnvironment.html#setShiroFilterConfiguration-org.apache.shiro.web.config.ShiroFilterConfiguration-">setShiroFilterConfiguration</a></span>(<a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a>&nbsp;filterConfiguration)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.servlet">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a> in <a href="../../../../../../org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a> with parameters of type <a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractShiroFilter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/shiro/web/servlet/AbstractShiroFilter.html#setShiroFilterConfiguration-org.apache.shiro.web.config.ShiroFilterConfiguration-">setShiroFilterConfiguration</a></span>(<a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">ShiroFilterConfiguration</a>&nbsp;config)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/shiro/web/config/ShiroFilterConfiguration.html" title="class in org.apache.shiro.web.config">Class</a></li>
<li class="navBarCell1Rev">Use</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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/shiro/web/config/class-use/ShiroFilterConfiguration.html" target="_top">Frames</a></li>
<li><a href="ShiroFilterConfiguration.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>