blob: 87e483eadfbbcfd7f76694b5a295652b30473254 [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>org.apache.juneau.rest.annotation (Apache Juneau 9.0.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="org.apache.juneau.rest.annotation (Apache Juneau 9.0.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= 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 class="navBarCell1Rev">Package</li>
<li>Class</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><a href="../../../../../org/apache/juneau/rest/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/juneau/rest/arg/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juneau/rest/annotation/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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">
<h1 title="Package" class="title">Package&nbsp;org.apache.juneau.rest.annotation</h1>
<div class="docSummary">
<div class="block">REST Annotations</div>
</div>
<p>See:&nbsp;<a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/Inherit.html" title="class in org.apache.juneau.rest.annotation">Inherit</a></td>
<td class="colLast">
<div class="block">Dummy class that indicates that serializers, parsers, or transforms should be inherited from parent-class-to-class or class-to-method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/None.html" title="class in org.apache.juneau.rest.annotation">None</a></td>
<td class="colLast">
<div class="block">Dummy class that indicates that serializers, parsers, or transforms for a Java class or method should not be inherited.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/OpSwaggerAnnotation.html" title="class in org.apache.juneau.rest.annotation">OpSwaggerAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/OpSwagger.html" title="annotation in org.apache.juneau.rest.annotation"><code>@OpSwagger</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/OpSwaggerAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">OpSwaggerAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/Rest.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Rest</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestAnnotation.RestContextApply.html" title="class in org.apache.juneau.rest.annotation">RestAnnotation.RestContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/Rest.html" title="annotation in org.apache.juneau.rest.annotation"><code>Rest</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/Rest.html" title="annotation in org.apache.juneau.rest.annotation"><code>Rest</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestDeleteAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestDeleteAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestDelete.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestDelete</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestDeleteAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestDeleteAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestDeleteAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestDeleteAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/RestDelete.html" title="annotation in org.apache.juneau.rest.annotation"><code>RestDelete</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestGetAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestGetAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestGet.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestGet</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestGetAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestGetAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestGetAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestGetAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/RestGet.html" title="annotation in org.apache.juneau.rest.annotation"><code>RestGet</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestHookAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestHookAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestHook.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestHook</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestHookAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestHookAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestOpAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestOpAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestOp.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestOp</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestOpAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestOpAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestOpAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestOpAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/RestOp.html" title="annotation in org.apache.juneau.rest.annotation"><code>RestOp</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPostAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestPostAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestPost.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestPost</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPostAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestPostAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPostAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestPostAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/RestPost.html" title="annotation in org.apache.juneau.rest.annotation"><code>RestPost</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPutAnnotation.html" title="class in org.apache.juneau.rest.annotation">RestPutAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/RestPut.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestPut</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPutAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">RestPutAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPutAnnotation.RestOpContextApply.html" title="class in org.apache.juneau.rest.annotation">RestPutAnnotation.RestOpContextApply</a></td>
<td class="colLast">
<div class="block">Applies <a href="../../../../../org/apache/juneau/rest/annotation/RestPut.html" title="annotation in org.apache.juneau.rest.annotation"><code>RestPut</code></a> annotations to a <a href="../../../../../org/apache/juneau/rest/RestOpContext.Builder.html" title="class in org.apache.juneau.rest"><code>RestOpContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/SwaggerAnnotation.html" title="class in org.apache.juneau.rest.annotation">SwaggerAnnotation</a></td>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="../../../../../org/apache/juneau/rest/annotation/Swagger.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Swagger</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/SwaggerAnnotation.Builder.html" title="class in org.apache.juneau.rest.annotation">SwaggerAnnotation.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/HookEvent.html" title="enum in org.apache.juneau.rest.annotation">HookEvent</a></td>
<td class="colLast">
<div class="block">Identifies servlet and REST call lifecycle events which cause <a href="../../../../../org/apache/juneau/rest/annotation/RestHook.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestHook</code></a>-annotated Java methods
to be called.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/Attr.html" title="annotation in org.apache.juneau.rest.annotation">Attr</a></td>
<td class="colLast">
<div class="block">REST request attribute annotation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/Method.html" title="annotation in org.apache.juneau.rest.annotation">Method</a></td>
<td class="colLast">
<div class="block">Annotation that can be applied to a parameter of a <a href="../../../../../org/apache/juneau/rest/annotation/RestOp.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestOp</code></a> annotated method to identify it as the HTTP
method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/OpSwagger.html" title="annotation in org.apache.juneau.rest.annotation">OpSwagger</a></td>
<td class="colLast">
<div class="block">Extended annotation for <a href="../../../../../org/apache/juneau/rest/annotation/RestOp.html#swagger--"><code>RestOp.swagger()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/Rest.html" title="annotation in org.apache.juneau.rest.annotation">Rest</a></td>
<td class="colLast">
<div class="block">Used to denote that a class is a REST resource and to associate metadata on it.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestDelete.html" title="annotation in org.apache.juneau.rest.annotation">RestDelete</a></td>
<td class="colLast">
<div class="block">Identifies a REST DELETE operation Java method on a <a href="../../../../../org/apache/juneau/rest/servlet/RestServlet.html" title="class in org.apache.juneau.rest.servlet"><code>RestServlet</code></a> implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestGet.html" title="annotation in org.apache.juneau.rest.annotation">RestGet</a></td>
<td class="colLast">
<div class="block">Identifies a REST GET operation Java method on a <a href="../../../../../org/apache/juneau/rest/servlet/RestServlet.html" title="class in org.apache.juneau.rest.servlet"><code>RestServlet</code></a> implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestHook.html" title="annotation in org.apache.juneau.rest.annotation">RestHook</a></td>
<td class="colLast">
<div class="block">Identifies Java methods on a resource/servlet class that get invoked during particular lifecycle events of
the servlet or REST call.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestHookAnnotation.Array.html" title="annotation in org.apache.juneau.rest.annotation">RestHookAnnotation.Array</a></td>
<td class="colLast">
<div class="block">A collection of <a href="../../../../../org/apache/juneau/rest/annotation/RestHook.html" title="annotation in org.apache.juneau.rest.annotation"><code>@RestHook annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestOp.html" title="annotation in org.apache.juneau.rest.annotation">RestOp</a></td>
<td class="colLast">
<div class="block">Identifies a REST operation Java method on a <a href="../../../../../org/apache/juneau/rest/servlet/RestServlet.html" title="class in org.apache.juneau.rest.servlet"><code>RestServlet</code></a> implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPost.html" title="annotation in org.apache.juneau.rest.annotation">RestPost</a></td>
<td class="colLast">
<div class="block">Identifies a REST POST operation Java method on a <a href="../../../../../org/apache/juneau/rest/servlet/RestServlet.html" title="class in org.apache.juneau.rest.servlet"><code>RestServlet</code></a> implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/RestPut.html" title="annotation in org.apache.juneau.rest.annotation">RestPut</a></td>
<td class="colLast">
<div class="block">Identifies a REST PUT operation Java method on a <a href="../../../../../org/apache/juneau/rest/servlet/RestServlet.html" title="class in org.apache.juneau.rest.servlet"><code>RestServlet</code></a> implementation class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/juneau/rest/annotation/Swagger.html" title="annotation in org.apache.juneau.rest.annotation">Swagger</a></td>
<td class="colLast">
<div class="block">Extended annotation for <a href="../../../../../org/apache/juneau/rest/annotation/Rest.html#swagger--"><code>@Rest(swagger)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.apache.juneau.rest.annotation Description">Package org.apache.juneau.rest.annotation Description</h2>
<div class="block">REST Annotations</div>
</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 class="navBarCell1Rev">Package</li>
<li>Class</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><a href="../../../../../org/apache/juneau/rest/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/juneau/rest/arg/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juneau/rest/annotation/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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; 2016&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>