blob: 1b9e45089f7589fc3008f1a3c6c7a81639ef8246 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.juneau.http.annotation (Apache Juneau 9.0.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.juneau.http.annotation">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= 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 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">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.juneau.http.annotation</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">HTTP Part Annotations</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CollectionFormatType.html" title="class in org.apache.juneau.http.annotation">CollectionFormatType</a></th>
<td class="colLast">
<div class="block">Static strings used for Swagger parameter collection format types.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ContactAnnotation.html" title="class in org.apache.juneau.http.annotation">ContactAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Contact.html" title="annotation in org.apache.juneau.http.annotation"><code>@Contact</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ContactAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">ContactAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ContentAnnotation.html" title="class in org.apache.juneau.http.annotation">ContentAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Content.html" title="annotation in org.apache.juneau.http.annotation"><code>@Content</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ContentAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">ContentAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Content.html" title="annotation in org.apache.juneau.http.annotation"><code>Content</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ContentAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">ContentAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FormatType.html" title="class in org.apache.juneau.http.annotation">FormatType</a></th>
<td class="colLast">
<div class="block">Static strings used for Swagger parameter format types.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FormDataAnnotation.html" title="class in org.apache.juneau.http.annotation">FormDataAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="FormData.html" title="annotation in org.apache.juneau.http.annotation"><code>@FormData</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FormDataAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">FormDataAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="FormData.html" title="annotation in org.apache.juneau.http.annotation"><code>FormData</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FormDataAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">FormDataAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HasFormDataAnnotation.html" title="class in org.apache.juneau.http.annotation">HasFormDataAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="HasFormData.html" title="annotation in org.apache.juneau.http.annotation"><code>@HasFormData</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HasFormDataAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">HasFormDataAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HasQueryAnnotation.html" title="class in org.apache.juneau.http.annotation">HasQueryAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="HasQuery.html" title="annotation in org.apache.juneau.http.annotation"><code>@HasQuery</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HasQueryAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">HasQueryAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HeaderAnnotation.html" title="class in org.apache.juneau.http.annotation">HeaderAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Header.html" title="annotation in org.apache.juneau.http.annotation"><code>@Header</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HeaderAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">HeaderAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Header.html" title="annotation in org.apache.juneau.http.annotation"><code>Header</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HeaderAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">HeaderAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LicenseAnnotation.html" title="class in org.apache.juneau.http.annotation">LicenseAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="License.html" title="annotation in org.apache.juneau.http.annotation"><code>@License</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LicenseAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">LicenseAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParameterType.html" title="class in org.apache.juneau.http.annotation">ParameterType</a></th>
<td class="colLast">
<div class="block">Static strings used for Swagger parameter formats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PathAnnotation.html" title="class in org.apache.juneau.http.annotation">PathAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Path.html" title="annotation in org.apache.juneau.http.annotation"><code>@Path</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PathAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">PathAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Path.html" title="annotation in org.apache.juneau.http.annotation"><code>Path</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PathAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">PathAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryAnnotation.html" title="class in org.apache.juneau.http.annotation">QueryAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Query.html" title="annotation in org.apache.juneau.http.annotation"><code>@Query</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">QueryAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Query.html" title="annotation in org.apache.juneau.http.annotation"><code>Query</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">QueryAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RequestAnnotation.html" title="class in org.apache.juneau.http.annotation">RequestAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Request.html" title="annotation in org.apache.juneau.http.annotation"><code>@Request</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RequestAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">RequestAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Request.html" title="annotation in org.apache.juneau.http.annotation"><code>Request</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RequestAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">RequestAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ResponseAnnotation.html" title="class in org.apache.juneau.http.annotation">ResponseAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Response.html" title="annotation in org.apache.juneau.http.annotation"><code>@Response</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ResponseAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">ResponseAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="Response.html" title="annotation in org.apache.juneau.http.annotation"><code>Response</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ResponseAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">ResponseAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="StatusCodeAnnotation.html" title="class in org.apache.juneau.http.annotation">StatusCodeAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="StatusCode.html" title="annotation in org.apache.juneau.http.annotation"><code>@StatusCode</code></a> annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="StatusCodeAnnotation.Applier.html" title="class in org.apache.juneau.http.annotation">StatusCodeAnnotation.Applier</a></th>
<td class="colLast">
<div class="block">Applies targeted <a href="StatusCode.html" title="annotation in org.apache.juneau.http.annotation"><code>StatusCode</code></a> annotations to a <a href="../../BeanContext.Builder.html" title="class in org.apache.juneau"><code>BeanContext.Builder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="StatusCodeAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">StatusCodeAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TagAnnotation.html" title="class in org.apache.juneau.http.annotation">TagAnnotation</a></th>
<td class="colLast">
<div class="block">Utility classes and methods for the <a href="Tag.html" title="annotation in org.apache.juneau.http.annotation"><code>@XXX</code></a> annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TagAnnotation.Builder.html" title="class in org.apache.juneau.http.annotation">TagAnnotation.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Contact.html" title="annotation in org.apache.juneau.http.annotation">Contact</a></th>
<td class="colLast">
<div class="block">Swagger contact annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Content.html" title="annotation in org.apache.juneau.http.annotation">Content</a></th>
<td class="colLast">
<div class="block">REST request body annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ContentAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">ContentAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Content.html" title="annotation in org.apache.juneau.http.annotation"><code>@Content annotations</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FormData.html" title="annotation in org.apache.juneau.http.annotation">FormData</a></th>
<td class="colLast">
<div class="block">REST request form-data annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FormDataAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">FormDataAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="FormData.html" title="annotation in org.apache.juneau.http.annotation"><code>@FormData annotations</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HasFormData.html" title="annotation in org.apache.juneau.http.annotation">HasFormData</a></th>
<td class="colLast">
<div class="block">REST has-form-data annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HasQuery.html" title="annotation in org.apache.juneau.http.annotation">HasQuery</a></th>
<td class="colLast">
<div class="block">REST has-query-parameter annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Header.html" title="annotation in org.apache.juneau.http.annotation">Header</a></th>
<td class="colLast">
<div class="block">REST request header annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HeaderAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">HeaderAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Header.html" title="annotation in org.apache.juneau.http.annotation"><code>@Header annotations</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="License.html" title="annotation in org.apache.juneau.http.annotation">License</a></th>
<td class="colLast">
<div class="block">Swagger license annotation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Path.html" title="annotation in org.apache.juneau.http.annotation">Path</a></th>
<td class="colLast">
<div class="block">REST request path annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PathAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">PathAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Path.html" title="annotation in org.apache.juneau.http.annotation"><code>@Path annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Query.html" title="annotation in org.apache.juneau.http.annotation">Query</a></th>
<td class="colLast">
<div class="block">REST request form-data annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">QueryAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Query.html" title="annotation in org.apache.juneau.http.annotation"><code>@Query annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Request.html" title="annotation in org.apache.juneau.http.annotation">Request</a></th>
<td class="colLast">
<div class="block">Request bean annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RequestAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">RequestAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Request.html" title="annotation in org.apache.juneau.http.annotation"><code>@Request annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Response.html" title="annotation in org.apache.juneau.http.annotation">Response</a></th>
<td class="colLast">
<div class="block">REST response annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ResponseAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">ResponseAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="Response.html" title="annotation in org.apache.juneau.http.annotation"><code>@Response annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="StatusCode.html" title="annotation in org.apache.juneau.http.annotation">StatusCode</a></th>
<td class="colLast">
<div class="block">REST response status annotation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="StatusCodeAnnotation.Array.html" title="annotation in org.apache.juneau.http.annotation">StatusCodeAnnotation.Array</a></th>
<td class="colLast">
<div class="block">A collection of <a href="StatusCode.html" title="annotation in org.apache.juneau.http.annotation"><code>@StatusCode annotations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Tag.html" title="annotation in org.apache.juneau.http.annotation">Tag</a></th>
<td class="colLast">
<div class="block">Swagger tag annotation.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<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 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>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<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>
</footer>
</div>
</div>
</body>
</html>