http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/annotation/class-use/ThreadSafe.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/annotation/class-use/ThreadSafe.html 
b/content/site/apidocs/org/apache/juneau/annotation/class-use/ThreadSafe.html
deleted file mode 100644
index 3a8c25b..0000000
--- 
a/content/site/apidocs/org/apache/juneau/annotation/class-use/ThreadSafe.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<!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.juneau.annotation.ThreadSafe (Apache Juneau 
(incubating) 6.0.2-incubating-SNAPSHOT)</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="Uses of Class 
org.apache.juneau.annotation.ThreadSafe (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
-        }
-    }
-    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><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../org/apache/juneau/annotation/ThreadSafe.html" 
title="annotation in org.apache.juneau.annotation">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/juneau/annotation/class-use/ThreadSafe.html"
 target="_top">Frames</a></li>
-<li><a href="ThreadSafe.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.juneau.annotation.ThreadSafe" 
class="title">Uses of Class<br>org.apache.juneau.annotation.ThreadSafe</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/juneau/annotation/ThreadSafe.html" 
title="annotation in org.apache.juneau.annotation">ThreadSafe</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.juneau.utils">org.apache.juneau.utils</a></td>
-<td class="colLast">
-<div class="block">Utility classes</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.juneau.utils">
-<!--   -->
-</a>
-<h3>Uses of <a 
href="../../../../../org/apache/juneau/annotation/ThreadSafe.html" 
title="annotation in org.apache.juneau.annotation">ThreadSafe</a> in <a 
href="../../../../../org/apache/juneau/utils/package-summary.html">org.apache.juneau.utils</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../../org/apache/juneau/utils/package-summary.html">org.apache.juneau.utils</a>
 with annotations of type <a 
href="../../../../../org/apache/juneau/annotation/ThreadSafe.html" 
title="annotation in org.apache.juneau.annotation">ThreadSafe</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/utils/MessageBundle.html" title="class 
in org.apache.juneau.utils">MessageBundle</a></span></code>
-<div class="block">Wraps a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true";
 title="class or interface in java.util"><code>ResourceBundle</code></a> to 
provide some useful additional functionality.</div>
-</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/juneau/annotation/ThreadSafe.html" 
title="annotation in org.apache.juneau.annotation">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/juneau/annotation/class-use/ThreadSafe.html"
 target="_top">Frames</a></li>
-<li><a href="ThreadSafe.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; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/annotation/class-use/URI.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/annotation/class-use/URI.html 
b/content/site/apidocs/org/apache/juneau/annotation/class-use/URI.html
deleted file mode 100644
index 0cda70a..0000000
--- a/content/site/apidocs/org/apache/juneau/annotation/class-use/URI.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<!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.juneau.annotation.URI (Apache Juneau 
(incubating) 6.0.2-incubating-SNAPSHOT)</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="Uses of Class 
org.apache.juneau.annotation.URI (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
-        }
-    }
-    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><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../org/apache/juneau/annotation/URI.html" 
title="annotation in org.apache.juneau.annotation">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/juneau/annotation/class-use/URI.html"
 target="_top">Frames</a></li>
-<li><a href="URI.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.juneau.annotation.URI" class="title">Uses 
of Class<br>org.apache.juneau.annotation.URI</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.juneau.annotation.URI</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/juneau/annotation/URI.html" 
title="annotation in org.apache.juneau.annotation">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/juneau/annotation/class-use/URI.html"
 target="_top">Frames</a></li>
-<li><a href="URI.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; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/annotation/package-summary.html 
b/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
index 068fccb..ed95515 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
@@ -34,7 +34,6 @@
 <li><a href="../../../../overview-summary.html">Overview</a></li>
 <li class="navBarCell1Rev">Package</li>
 <li>Class</li>
-<li><a href="package-use.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>
@@ -204,7 +203,6 @@
 <li><a href="../../../../overview-summary.html">Overview</a></li>
 <li class="navBarCell1Rev">Package</li>
 <li>Class</li>
-<li><a href="package-use.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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/annotation/package-tree.html 
b/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
index c85ee0a..2886f8a 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
@@ -34,7 +34,6 @@
 <li><a href="../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li>Class</li>
-<li>Use</li>
 <li class="navBarCell1Rev">Tree</li>
 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../index-all.html">Index</a></li>
@@ -114,7 +113,6 @@
 <li><a href="../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li>Class</li>
-<li>Use</li>
 <li class="navBarCell1Rev">Tree</li>
 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../index-all.html">Index</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/annotation/package-use.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/package-use.html 
b/content/site/apidocs/org/apache/juneau/annotation/package-use.html
deleted file mode 100644
index 99d9134..0000000
--- a/content/site/apidocs/org/apache/juneau/annotation/package-use.html
+++ /dev/null
@@ -1,718 +0,0 @@
-<!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 Package org.apache.juneau.annotation (Apache Juneau 
(incubating) 6.0.2-incubating-SNAPSHOT)</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="Uses of Package 
org.apache.juneau.annotation (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
-        }
-    }
-    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><a href="package-summary.html">Package</a></li>
-<li>Class</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/juneau/annotation/package-use.html" 
target="_top">Frames</a></li>
-<li><a href="package-use.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="Uses of Package org.apache.juneau.annotation" class="title">Uses of 
Package<br>org.apache.juneau.annotation</h1>
-</div>
-<div class="contentContainer">
-<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/juneau/annotation/package-summary.html">org.apache.juneau.annotation</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.juneau">org.apache.juneau</a></td>
-<td class="colLast">
-<div class="block">Base toolkit for serializers, parsers, and bean 
contexts</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.csv">org.apache.juneau.csv</a></td>
-<td class="colLast">
-<div class="block">CSV serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.dto.atom">org.apache.juneau.dto.atom</a></td>
-<td class="colLast">
-<div class="block">ATOM Data Transfer Objects</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.dto.cognos">org.apache.juneau.dto.cognos</a></td>
-<td class="colLast">
-<div class="block">Cognos Data Transfer Objects</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.dto.html5">org.apache.juneau.dto.html5</a></td>
-<td class="colLast">
-<div class="block">HTML5 Data Transfer Objects</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.dto.jsonschema">org.apache.juneau.dto.jsonschema</a></td>
-<td class="colLast">
-<div class="block">JSON-Schema Data Transfer Objects</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.dto.swagger">org.apache.juneau.dto.swagger</a></td>
-<td class="colLast">
-<div class="block">Swagger Data Transfer Objects</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.html">org.apache.juneau.html</a></td>
-<td class="colLast">
-<div class="block">HTML serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.ini">org.apache.juneau.ini</a></td>
-<td class="colLast">
-<div class="block">INI file support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.jena">org.apache.juneau.jena</a></td>
-<td class="colLast">
-<div class="block">Jena-based RDF serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.jso">org.apache.juneau.jso</a></td>
-<td class="colLast">
-<div class="block">Java-serialized-object support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.json">org.apache.juneau.json</a></td>
-<td class="colLast">
-<div class="block">JSON serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.microservice.resources">org.apache.juneau.microservice.resources</a></td>
-<td class="colLast">
-<div class="block">Predefined Microservice Resources</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.msgpack">org.apache.juneau.msgpack</a></td>
-<td class="colLast">
-<div class="block">JSON serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.plaintext">org.apache.juneau.plaintext</a></td>
-<td class="colLast">
-<div class="block">Plain-text serialization and parsing support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.rest.labels">org.apache.juneau.rest.labels</a></td>
-<td class="colLast">
-<div class="block">Various REST interface label classes</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.soap">org.apache.juneau.soap</a></td>
-<td class="colLast">
-<div class="block">SOAP/XML serialization and parsing support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.transform">org.apache.juneau.transform</a></td>
-<td class="colLast">
-<div class="block">Transform API</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.urlencoding">org.apache.juneau.urlencoding</a></td>
-<td class="colLast">
-<div class="block">URL encoding serialization and parsing support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.utils">org.apache.juneau.utils</a></td>
-<td class="colLast">
-<div class="block">Utility classes</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.xml">org.apache.juneau.xml</a></td>
-<td class="colLast">
-<div class="block">XML serialization and parsing support</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanIgnore.html#org.apache.juneau">BeanIgnore</a>
-<div class="block">Ignore classes, fields, and methods from being interpreted 
as bean or bean components.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Overrideable.html#org.apache.juneau">Overrideable</a>
-<div class="block">Identifies a method as specifically designed to be 
overridden and augmented.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.csv">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/csv/package-summary.html">org.apache.juneau.csv</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.csv">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.dto.atom">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/dto/atom/package-summary.html">org.apache.juneau.dto.atom</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.dto.atom">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau.dto.atom">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.dto.cognos">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/dto/cognos/package-summary.html">org.apache.juneau.dto.cognos</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.dto.cognos">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau.dto.cognos">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.dto.html5">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/dto/html5/package-summary.html">org.apache.juneau.dto.html5</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.dto.html5">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau.dto.html5">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.dto.jsonschema">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/dto/jsonschema/package-summary.html">org.apache.juneau.dto.jsonschema</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.dto.jsonschema">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanIgnore.html#org.apache.juneau.dto.jsonschema">BeanIgnore</a>
-<div class="block">Ignore classes, fields, and methods from being interpreted 
as bean or bean components.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau.dto.jsonschema">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.dto.swagger">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/dto/swagger/package-summary.html">org.apache.juneau.dto.swagger</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.dto.swagger">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.html">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/html/package-summary.html">org.apache.juneau.html</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.html">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.html">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.ini">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/ini/package-summary.html">org.apache.juneau.ini</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/NameProperty.html#org.apache.juneau.ini">NameProperty</a>
-<div class="block">Identifies a setter as a method for setting the name of a 
POJO as it's known by
- its parent object.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/ParentProperty.html#org.apache.juneau.ini">ParentProperty</a>
-<div class="block">Identifies a setter as a method for adding a parent 
reference to a child object.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.jena">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/jena/package-summary.html">org.apache.juneau.jena</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.jena">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.jena">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.jso">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/jso/package-summary.html">org.apache.juneau.jso</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.jso">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.jso">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.json">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/json/package-summary.html">org.apache.juneau.json</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.json">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.json">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.microservice.resources">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/microservice/resources/package-summary.html">org.apache.juneau.microservice.resources</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanProperty.html#org.apache.juneau.microservice.resources">BeanProperty</a>
-<div class="block">Used tailor how bean properties get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.msgpack">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/msgpack/package-summary.html">org.apache.juneau.msgpack</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.msgpack">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.msgpack">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.plaintext">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/plaintext/package-summary.html">org.apache.juneau.plaintext</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.plaintext">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.plaintext">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.rest.labels">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/rest/labels/package-summary.html">org.apache.juneau.rest.labels</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.rest.labels">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.soap">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/soap/package-summary.html">org.apache.juneau.soap</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.soap">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.transform">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/transform/package-summary.html">org.apache.juneau.transform</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.transform">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.urlencoding">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/urlencoding/package-summary.html">org.apache.juneau.urlencoding</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.urlencoding">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.urlencoding">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.utils">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/utils/package-summary.html">org.apache.juneau.utils</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/ThreadSafe.html#org.apache.juneau.utils">ThreadSafe</a>
-<div class="block">Identifies a class as being thread-safe.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.xml">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a>
 used by <a 
href="../../../../org/apache/juneau/xml/package-summary.html">org.apache.juneau.xml</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Bean.html#org.apache.juneau.xml">Bean</a>
-<div class="block">Used to tailor how beans get interpreted by the 
framework.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/BeanConstructor.html#org.apache.juneau.xml">BeanConstructor</a>
-<div class="block">Maps constructor arguments to property names on beans with 
read-only properties.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Consumes.html#org.apache.juneau.xml">Consumes</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> to identify the media types 
that it consumes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a 
href="../../../../org/apache/juneau/annotation/class-use/Produces.html#org.apache.juneau.xml">Produces</a>
-<div class="block">Annotation used on subclasses of <a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media 
types that it produces.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</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>Class</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/juneau/annotation/package-use.html" 
target="_top">Frames</a></li>
-<li><a href="package-use.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; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/6cb0b174/content/site/apidocs/org/apache/juneau/class-use/BeanContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanContext.html 
b/content/site/apidocs/org/apache/juneau/class-use/BeanContext.html
deleted file mode 100644
index 06465b8..0000000
--- a/content/site/apidocs/org/apache/juneau/class-use/BeanContext.html
+++ /dev/null
@@ -1,570 +0,0 @@
-<!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.juneau.BeanContext (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)</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="Uses of Class org.apache.juneau.BeanContext 
(Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
-        }
-    }
-    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><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">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/juneau/class-use/BeanContext.html" 
target="_top">Frames</a></li>
-<li><a href="BeanContext.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.juneau.BeanContext" class="title">Uses of 
Class<br>org.apache.juneau.BeanContext</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/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</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.juneau">org.apache.juneau</a></td>
-<td class="colLast">
-<div class="block">Base toolkit for serializers, parsers, and bean 
contexts</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.html">org.apache.juneau.html</a></td>
-<td class="colLast">
-<div class="block">HTML serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.jena">org.apache.juneau.jena</a></td>
-<td class="colLast">
-<div class="block">Jena-based RDF serialization and parsing support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.json">org.apache.juneau.json</a></td>
-<td class="colLast">
-<div class="block">JSON serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.msgpack">org.apache.juneau.msgpack</a></td>
-<td class="colLast">
-<div class="block">JSON serialization and parsing support</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.parser">org.apache.juneau.parser</a></td>
-<td class="colLast">
-<div class="block">Parser API</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.rest">org.apache.juneau.rest</a></td>
-<td class="colLast">
-<div class="block">REST Servlet API</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td>
-<td class="colLast">
-<div class="block">Serializer API</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.transform">org.apache.juneau.transform</a></td>
-<td class="colLast">
-<div class="block">Transform API</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.urlencoding">org.apache.juneau.urlencoding</a></td>
-<td class="colLast">
-<div class="block">URL encoding serialization and parsing support</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.juneau.xml">org.apache.juneau.xml</a></td>
-<td class="colLast">
-<div class="block">XML serialization and parsing support</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.juneau">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/juneau/package-summary.html">org.apache.juneau</a> 
declared as <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</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/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">BeanMeta.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanMeta.html#ctx">ctx</a></span></code>
-<div class="block">The bean context that created this metadata object.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanContext.html#DEFAULT">DEFAULT</a></span></code>
-<div class="block">Default config.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanContext.html#DEFAULT_SORTED">DEFAULT_SORTED</a></span></code>
-<div class="block">Default config.</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/juneau/package-summary.html">org.apache.juneau</a> 
that return <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</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/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CoreApi.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/CoreApi.html#getBeanContext--">getBeanContext</a></span>()</code>
-<div class="block">Returns the bean context to use for this class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span 
class="typeNameLabel">ContextFactory.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/ContextFactory.html#getBeanContext--">getBeanContext</a></span>()</code>
-<div class="block">Shortcut for calling 
<code>getContext(BeanContext.<jk>class</jk>);</code>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ClassMeta.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/ClassMeta.html#getBeanContext--">getBeanContext</a></span>()</code>
-<div class="block">Returns the <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau"><code>BeanContext</code></a> that created this object.</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/juneau/package-summary.html">org.apache.juneau</a> 
with parameters of type <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</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>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanContext.html#hasSameCache-org.apache.juneau.BeanContext-">hasSameCache</a></span>(<a
 href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;bc)</code>
-<div class="block">Returns <jk>true</jk> if the specified bean context shares 
the same cache as this bean context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a 
href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</a> 
with parameters of type <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanMeta.html#BeanMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanContext-org.apache.juneau.transform.BeanFilter-java.lang.String:A-">BeanMeta</a></span>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt;&nbsp;classMeta,
-        <a href="../../../../org/apache/juneau/BeanContext.html" title="class 
in org.apache.juneau">BeanContext</a>&nbsp;ctx,
-        <a href="../../../../org/apache/juneau/transform/BeanFilter.html" 
title="class in org.apache.juneau.transform">BeanFilter</a>&nbsp;beanFilter,
-        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;pNames)</code>
-<div class="block">Constructor.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanSession.html#BeanSession-org.apache.juneau.BeanContext-org.apache.juneau.ObjectMap-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">BeanSession</a></span>(<a
 href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;ctx,
-           <a href="../../../../org/apache/juneau/ObjectMap.html" title="class 
in org.apache.juneau">ObjectMap</a>&nbsp;op,
-           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale,
-           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true";
 title="class or interface in java.util">TimeZone</a>&nbsp;timeZone,
-           <a href="../../../../org/apache/juneau/MediaType.html" title="class 
in org.apache.juneau">MediaType</a>&nbsp;mediaType)</code>
-<div class="block">Create a new session using properties specified in the 
context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.html">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/html/package-summary.html">org.apache.juneau.html</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/html/package-summary.html">org.apache.juneau.html</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/html/HtmlDocSerializerContext.html" 
title="class in 
org.apache.juneau.html">HtmlDocSerializerContext</a></span></code>
-<div class="block">Properties associated with the <a 
href="../../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class 
in org.apache.juneau.html"><code>HtmlDocSerializer</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/html/HtmlParserContext.html" title="class 
in org.apache.juneau.html">HtmlParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/html/HtmlParser.html" title="class in 
org.apache.juneau.html"><code>HtmlParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/html/HtmlSerializerContext.html" 
title="class in org.apache.juneau.html">HtmlSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in 
org.apache.juneau.html"><code>HtmlSerializer</code></a> class.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.jena">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/jena/package-summary.html">org.apache.juneau.jena</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/jena/package-summary.html">org.apache.juneau.jena</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/jena/RdfParserContext.html" title="class in 
org.apache.juneau.jena">RdfParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/jena/RdfParser.html" title="class in 
org.apache.juneau.jena"><code>RdfParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/jena/RdfSerializerContext.html" 
title="class in org.apache.juneau.jena">RdfSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/jena/RdfSerializer.html" title="class in 
org.apache.juneau.jena"><code>RdfSerializer</code></a> class.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.json">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/json/package-summary.html">org.apache.juneau.json</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/json/package-summary.html">org.apache.juneau.json</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/json/JsonParserContext.html" title="class 
in org.apache.juneau.json">JsonParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/json/JsonParser.html" title="class in 
org.apache.juneau.json"><code>JsonParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/json/JsonSerializerContext.html" 
title="class in org.apache.juneau.json">JsonSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/json/JsonSerializer.html" title="class in 
org.apache.juneau.json"><code>JsonSerializer</code></a> class.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.msgpack">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/msgpack/package-summary.html">org.apache.juneau.msgpack</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/msgpack/package-summary.html">org.apache.juneau.msgpack</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html" 
title="class in 
org.apache.juneau.msgpack">MsgPackParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in 
org.apache.juneau.msgpack"><code>MsgPackParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/msgpack/MsgPackSerializerContext.html" 
title="class in 
org.apache.juneau.msgpack">MsgPackSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html" 
title="class in org.apache.juneau.msgpack"><code>MsgPackSerializer</code></a> 
class.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.parser">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/parser/package-summary.html">org.apache.juneau.parser</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/parser/package-summary.html">org.apache.juneau.parser</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in 
org.apache.juneau.parser">ParserContext</a></span></code>
-<div class="block">Configurable properties common to all parsers.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.rest">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</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/juneau/rest/package-summary.html">org.apache.juneau.rest</a>
 that return <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</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/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">RestServlet.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestServlet.html#createBeanContext-org.apache.juneau.ObjectMap-java.lang.Class:A-java.lang.Class:A-">createBeanContext</a></span>(<a
 href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a>&nbsp;properties,
-                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;beanFilters,
-                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;?&gt;[]&nbsp;pojoSwaps)</code>
-<div class="block">Creates the <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau"><code>BeanContext</code></a> object used for parsing path 
variables and header values.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a></code></td>
-<td class="colLast"><span class="typeNameLabel">RestServlet.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestServlet.html#getBeanContext--">getBeanContext</a></span>()</code>
-<div class="block">Returns the <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau"><code>BeanContext</code></a> object used for parsing path 
variables and header values.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.serializer">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html" 
title="class in 
org.apache.juneau.serializer">SerializerContext</a></span></code>
-<div class="block">Configurable properties common to all serializers.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.transform">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/transform/package-summary.html">org.apache.juneau.transform</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/juneau/transform/package-summary.html">org.apache.juneau.transform</a>
 with parameters of type <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</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/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">PojoSwap.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/transform/PojoSwap.html#getSwapClassMeta-org.apache.juneau.BeanContext-">getSwapClassMeta</a></span>(<a
 href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;beanContext)</code>
-<div class="block">Returns the <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau"><code>ClassMeta</code></a> of the transformed class 
type.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.urlencoding">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/urlencoding/package-summary.html">org.apache.juneau.urlencoding</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/urlencoding/package-summary.html">org.apache.juneau.urlencoding</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/urlencoding/UonParserContext.html" 
title="class in 
org.apache.juneau.urlencoding">UonParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/urlencoding/UonParser.html" title="class in 
org.apache.juneau.urlencoding"><code>UonParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/urlencoding/UonSerializerContext.html" 
title="class in 
org.apache.juneau.urlencoding">UonSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/urlencoding/UonSerializer.html" 
title="class in org.apache.juneau.urlencoding"><code>UonSerializer</code></a> 
class.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParserContext.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html"
 title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingSerializer</code></a> 
class.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.juneau.xml">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/xml/package-summary.html">org.apache.juneau.xml</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> in <a 
href="../../../../org/apache/juneau/xml/package-summary.html">org.apache.juneau.xml</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlParserContext.html" title="class in 
org.apache.juneau.xml">XmlParserContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class in 
org.apache.juneau.xml"><code>XmlParser</code></a> class.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlSerializerContext.html" title="class 
in org.apache.juneau.xml">XmlSerializerContext</a></span></code>
-<div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="class in 
org.apache.juneau.xml"><code>XmlSerializer</code></a> class.</div>
-</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/juneau/BeanContext.html" title="class in 
org.apache.juneau">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/juneau/class-use/BeanContext.html" 
target="_top">Frames</a></li>
-<li><a href="BeanContext.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; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
-</body>
-</html>

Reply via email to