You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/10/26 14:02:19 UTC

[13/51] [partial] juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/remoteable/RemoteableServlet.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/remoteable/RemoteableServlet.html b/content/site/apidocs/org/apache/juneau/rest/remoteable/RemoteableServlet.html
index b91af27..8e238bc 100644
--- a/content/site/apidocs/org/apache/juneau/rest/remoteable/RemoteableServlet.html
+++ b/content/site/apidocs/org/apache/juneau/rest/remoteable/RemoteableServlet.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteableServlet (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>RemoteableServlet (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RemoteableServlet (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="RemoteableServlet (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -99,10 +99,10 @@ var activeTableTab = "activeTableTab";
 <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true" title="class or interface in javax.servlet">javax.servlet.GenericServlet</a></li>
+<li>javax.servlet.GenericServlet</li>
 <li>
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http">javax.servlet.http.HttpServlet</a></li>
+<li>javax.servlet.http.HttpServlet</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest">org.apache.juneau.rest.RestServlet</a></li>
@@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true" title="class or interface in javax.servlet">Servlet</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true" title="class or interface in javax.servlet">ServletConfig</a></dd>
+<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, javax.servlet.Servlet, javax.servlet.ServletConfig</dd>
 </dl>
 <hr>
 <br>
@@ -228,15 +228,15 @@ extends <a href="../../../../../org/apache/juneau/rest/RestServletDefault.html"
 <li class="blockList"><a name="methods.inherited.from.class.javax.servlet.http.HttpServlet">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;javax.servlet.http.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http">HttpServlet</a></h3>
-<code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doDelete-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doDelete</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doGet</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doHead-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doHead</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doOptions-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doOptions</a>, <a 
 href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doPost-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doPost</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doPut-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doPut</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#doTrace-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-" title="class or interface in javax.servlet.http">doTrace</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true#getLastModified-javax.servlet.http.HttpServletRequest-" title="class or interface in javax.servlet.http">getLastModified</a>, <a href="http://docs.oracle.com/javaee/5/
 api/javax/servlet/http/HttpServlet.html?is-external=true#service-javax.servlet.ServletRequest-javax.servlet.ServletResponse-" title="class or interface in javax.servlet.http">service</a></code></li>
+<h3>Methods inherited from class&nbsp;javax.servlet.http.HttpServlet</h3>
+<code>doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.javax.servlet.GenericServlet">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;javax.servlet.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true" title="class or interface in javax.servlet">GenericServlet</a></h3>
-<code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getInitParameter-java.lang.String-" title="class or interface in javax.servlet">getInitParameter</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getInitParameterNames--" title="class or interface in javax.servlet">getInitParameterNames</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getServletContext--" title="class or interface in javax.servlet">getServletContext</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getServletInfo--" title="class or interface in javax.servlet">getServletInfo</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getServletName--" title="class or interface in javax.servlet">getServletName</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Ge
 nericServlet.html?is-external=true#init--" title="class or interface in javax.servlet">init</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#log-java.lang.String-" title="class or interface in javax.servlet">log</a>, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#log-java.lang.String-java.lang.Throwable-" title="class or interface in javax.servlet">log</a></code></li>
+<h3>Methods inherited from class&nbsp;javax.servlet.GenericServlet</h3>
+<code>getInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/remoteable/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-frame.html b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-frame.html
index 735c3f9..87ecb2d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.remoteable (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.remoteable (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/remoteable/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-summary.html
index 65e6e45..22f63a7 100644
--- a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.remoteable (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.remoteable (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.remoteable (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.remoteable (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/remoteable/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-tree.html b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-tree.html
index 284c844..71dd04b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/remoteable/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/remoteable/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.remoteable Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.remoteable Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.remoteable Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.remoteable Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -80,9 +80,9 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
-<li type="circle">javax.servlet.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true" title="class or interface in javax.servlet"><span class="typeNameLink">GenericServlet</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, javax.servlet.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true" title="class or interface in javax.servlet">Servlet</a>, javax.servlet.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true" title="class or interface in javax.servlet">ServletConfig</a>)
+<li type="circle">javax.servlet.GenericServlet (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, javax.servlet.Servlet, javax.servlet.ServletConfig)
 <ul>
-<li type="circle">javax.servlet.http.<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http"><span class="typeNameLink">HttpServlet</span></a>
+<li type="circle">javax.servlet.http.HttpServlet
 <ul>
 <li type="circle">org.apache.juneau.rest.<a href="../../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><span class="typeNameLink">RestServlet</span></a>
 <ul>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/DefaultHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/DefaultHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/DefaultHandler.html
index e4d8f7a..f5c44ed 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/DefaultHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/DefaultHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>DefaultHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="DefaultHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -214,7 +214,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>handle</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/response/DefaultHandler.html#line.42">handle</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/response/DefaultHandler.html#line.43">handle</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req,
                       <a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;res,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;output)
                throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
@@ -233,7 +233,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/InputStreamHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/InputStreamHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/InputStreamHandler.html
index 92897e1..6043150 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/InputStreamHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/InputStreamHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputStreamHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>InputStreamHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InputStreamHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="InputStreamHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -121,7 +121,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
  Simply pipes the contents of the <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> to <a href="../../../../../org/apache/juneau/rest/RestResponse.html#getNegotiatedOutputStream--"><code>RestResponse.getNegotiatedOutputStream()</code></a>.
 
  <p>
- Sets the <code>Content-Type</code> response header to whatever was set via <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletResponseWrapper.html?is-external=true#setContentType-java.lang.String-" title="class or interface in javax.servlet"><code>ServletResponseWrapper.setContentType(String)</code></a>.</div>
+ Sets the <code>Content-Type</code> response header to whatever was set via <code>ServletResponseWrapper.setContentType(String)</code>.</div>
 </li>
 </ul>
 </div>
@@ -229,7 +229,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/ReaderHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/ReaderHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/ReaderHandler.html
index 2a6a3b1..b267411 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/ReaderHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/ReaderHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReaderHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>ReaderHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ReaderHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="ReaderHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -226,7 +226,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/RedirectHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/RedirectHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/RedirectHandler.html
index 2e4dc40..3e7b282 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/RedirectHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/RedirectHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RedirectHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>RedirectHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RedirectHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="RedirectHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -223,7 +223,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/StreamableHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/StreamableHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/StreamableHandler.html
index c3422b3..acb69e3 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/StreamableHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/StreamableHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StreamableHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>StreamableHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StreamableHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="StreamableHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -227,7 +227,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/WritableHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/WritableHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/WritableHandler.html
index c233e34..4891f82 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/WritableHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/WritableHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WritableHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>WritableHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="WritableHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="WritableHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -226,7 +226,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/ZipFileListResponseHandler.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/ZipFileListResponseHandler.html b/content/site/apidocs/org/apache/juneau/rest/response/ZipFileListResponseHandler.html
index bfa4374..df4ebf3 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/ZipFileListResponseHandler.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/ZipFileListResponseHandler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ZipFileListResponseHandler (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>ZipFileListResponseHandler (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ZipFileListResponseHandler (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="ZipFileListResponseHandler (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -236,7 +236,7 @@ implements <a href="../../../../../org/apache/juneau/rest/ResponseHandler.html"
 <dd>true If this handler handled the response.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If low-level exception occurred on output stream.
-   Results in a <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_INTERNAL_SERVER_ERROR" title="class or interface in javax.servlet.http"><code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code></a> error.</dd>
+   Results in a <code>HttpServletResponse.SC_INTERNAL_SERVER_ERROR</code> error.</dd>
 <dd><code><a href="../../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></code> - If some other exception occurred.
    Can be used to provide an appropriate HTTP response code and message.</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/package-frame.html b/content/site/apidocs/org/apache/juneau/rest/response/package-frame.html
index 7d5de5a..c2383ce 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.response (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.response (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/response/package-summary.html
index 7fe8806..b2f83fd 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.response (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.response (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.response (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.response (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/response/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/response/package-tree.html b/content/site/apidocs/org/apache/juneau/rest/response/package-tree.html
index 3d9997b..ad2d6ff 100644
--- a/content/site/apidocs/org/apache/juneau/rest/response/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/response/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.response Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.response Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.response Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.response Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/FileVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/FileVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/FileVar.html
index 5595248..ce69c1c 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/FileVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/FileVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>FileVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="FileVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/LocalizationVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/LocalizationVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/LocalizationVar.html
index faa7ffb..341d91d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/LocalizationVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/LocalizationVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LocalizationVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>LocalizationVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocalizationVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="LocalizationVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/RequestVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/RequestVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/RequestVar.html
index 9d3f164..f41c3ca 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/RequestVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/RequestVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RequestVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>RequestVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RequestVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="RequestVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -137,16 +137,16 @@ extends <a href="../../../../../org/apache/juneau/svl/DefaultingVar.html" title=
    <li><js>"method"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getMethod--"><code>RestRequest.getMethod()</code></a>
    <li><js>"methodDescription"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getMethodDescription--"><code>RestRequest.getMethodDescription()</code></a>
    <li><js>"methodSummary"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getMethodSummary--"><code>RestRequest.getMethodSummary()</code></a>
-   <li><js>"pathInfo"</js> - Value returned by <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true#getPathInfo--" title="class or interface in javax.servlet.http"><code>HttpServletRequestWrapper.getPathInfo()</code></a>
+   <li><js>"pathInfo"</js> - Value returned by <code>HttpServletRequestWrapper.getPathInfo()</code>
    <li><js>"requestParentURI"</js> - Value returned by <a href="../../../../../org/apache/juneau/UriContext.html#getRootRelativePathInfoParent--"><code>UriContext.getRootRelativePathInfoParent()</code></a>
-   <li><js>"requestURI"</js> - Value returned by <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true#getRequestURI--" title="class or interface in javax.servlet.http"><code>HttpServletRequestWrapper.getRequestURI()</code></a>
+   <li><js>"requestURI"</js> - Value returned by <code>HttpServletRequestWrapper.getRequestURI()</code>
    <li><js>"servletDescription"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getServletDescription--"><code>RestRequest.getServletDescription()</code></a>
    <li><js>"servletParentURI"</js> - Value returned by <a href="../../../../../org/apache/juneau/UriContext.html#getRootRelativeServletPathParent--"><code>UriContext.getRootRelativeServletPathParent()</code></a>
    <li><js>"servletPath"</js> - See <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getServletPath--"><code>RestRequest.getServletPath()</code></a>
    <li><js>"servletTitle"</js> - See <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getServletTitle--"><code>RestRequest.getServletTitle()</code></a>
    <li><js>"servletURI"</js> - See <a href="../../../../../org/apache/juneau/UriContext.html#getRootRelativeServletPath--"><code>UriContext.getRootRelativeServletPath()</code></a>
    <li><js>"siteName"</js> - See <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getSiteName--"><code>RestRequest.getSiteName()</code></a>
-   <li><js>"Attribute.x"</js> - Value returned by <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true#getAttribute-java.lang.String-" title="class or interface in javax.servlet"><code>ServletRequest.getAttribute(String)</code></a>.
+   <li><js>"Attribute.x"</js> - Value returned by <code>ServletRequest.getAttribute(String)</code>.
    <li><js>"FormData.x"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getFormData-java.lang.String-"><code>RestRequest.getFormData(String)</code></a>.
    <li><js>"Header.x"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getHeader-java.lang.String-"><code>RestRequest.getHeader(String)</code></a>.
    <li><js>"Path.x"</js> - Value returned by <a href="../../../../../org/apache/juneau/rest/RestRequest.html#getPath-java.lang.String-"><code>RestRequest.getPath(String)</code></a>.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/SerializedRequestAttrVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/SerializedRequestAttrVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/SerializedRequestAttrVar.html
index c733e11..3a595cc 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/SerializedRequestAttrVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/SerializedRequestAttrVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializedRequestAttrVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>SerializedRequestAttrVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SerializedRequestAttrVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="SerializedRequestAttrVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/ServletInitParamVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/ServletInitParamVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/ServletInitParamVar.html
index 2ec94d6..2c8b1f5 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/ServletInitParamVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/ServletInitParamVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ServletInitParamVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>ServletInitParamVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ServletInitParamVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="ServletInitParamVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -135,7 +135,7 @@ extends <a href="../../../../../org/apache/juneau/svl/DefaultingVar.html" title=
  session object on the resolver session.
 
  <p>
- Values are pulled from the <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/GenericServlet.html?is-external=true#getInitParameter-java.lang.String-" title="class or interface in javax.servlet"><code>GenericServlet.getInitParameter(String)</code></a> method.
+ Values are pulled from the <code>GenericServlet.getInitParameter(String)</code> method.
 
  <p>
  Since this is a <a href="../../../../../org/apache/juneau/svl/SimpleVar.html" title="class in org.apache.juneau.svl"><code>SimpleVar</code></a>, any variables contained in the result will be recursively resolved.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/UrlEncodeVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/UrlEncodeVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/UrlEncodeVar.html
index c9021e7..9059654 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/UrlEncodeVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/UrlEncodeVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UrlEncodeVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>UrlEncodeVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UrlEncodeVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="UrlEncodeVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/UrlVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/UrlVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/UrlVar.html
index 075f1e9..bc3209b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/UrlVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/UrlVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UrlVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>UrlVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UrlVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="UrlVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/WidgetVar.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/WidgetVar.html b/content/site/apidocs/org/apache/juneau/rest/vars/WidgetVar.html
index 399b539..6dacc0c 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/WidgetVar.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/WidgetVar.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WidgetVar (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>WidgetVar (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="WidgetVar (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="WidgetVar (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/package-frame.html b/content/site/apidocs/org/apache/juneau/rest/vars/package-frame.html
index e258d7d..549af90 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.vars (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.vars (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/vars/package-summary.html
index 528e35f..768dbc0 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.vars (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.vars (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.vars (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.vars (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/vars/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/vars/package-tree.html b/content/site/apidocs/org/apache/juneau/rest/vars/package-tree.html
index f7ff0ad..39435cc 100644
--- a/content/site/apidocs/org/apache/juneau/rest/vars/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/vars/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.vars Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.vars Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.vars Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.vars Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/ContentTypeMenuItem.html b/content/site/apidocs/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
index a62d12c..ce87896 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ContentTypeMenuItem (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>ContentTypeMenuItem (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ContentTypeMenuItem (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="ContentTypeMenuItem (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/MenuItemWidget.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/MenuItemWidget.html b/content/site/apidocs/org/apache/juneau/rest/widget/MenuItemWidget.html
index 571883c..42b2a04 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/MenuItemWidget.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/MenuItemWidget.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MenuItemWidget (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>MenuItemWidget (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MenuItemWidget (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="MenuItemWidget (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -338,7 +338,7 @@ extends <a href="../../../../../org/apache/juneau/rest/widget/Widget.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getLabel</h4>
-<pre>public abstract&nbsp;<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;<a href="../../../../../src-html/org/apache/juneau/rest/widget/MenuItemWidget.html#line.113">getLabel</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)
+<pre>public abstract&nbsp;<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;<a href="../../../../../src-html/org/apache/juneau/rest/widget/MenuItemWidget.html#line.115">getLabel</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)
                          throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">The label for the menu item as it's rendered in the menu bar.</div>
 <dl>
@@ -357,7 +357,7 @@ extends <a href="../../../../../org/apache/juneau/rest/widget/Widget.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getContent</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/widget/MenuItemWidget.html#line.130">getContent</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/widget/MenuItemWidget.html#line.132">getContent</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)
                            throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">The content of the popup.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByApache.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByApache.html b/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByApache.html
index 4d8d6cf..891fe9c 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByApache.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByApache.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PoweredByApache (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>PoweredByApache (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PoweredByApache (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="PoweredByApache (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByJuneau.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByJuneau.html b/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByJuneau.html
index 092153a..5ec12b4 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByJuneau.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/PoweredByJuneau.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PoweredByJuneau (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>PoweredByJuneau (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PoweredByJuneau (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="PoweredByJuneau (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/QueryMenuItem.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/QueryMenuItem.html b/content/site/apidocs/org/apache/juneau/rest/widget/QueryMenuItem.html
index a4d4428..3adfc19 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/QueryMenuItem.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/QueryMenuItem.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QueryMenuItem (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>QueryMenuItem (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="QueryMenuItem (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="QueryMenuItem (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/StyleMenuItem.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/StyleMenuItem.html b/content/site/apidocs/org/apache/juneau/rest/widget/StyleMenuItem.html
index dc9d2d8..afe87d5 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/StyleMenuItem.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/StyleMenuItem.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StyleMenuItem (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>StyleMenuItem (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StyleMenuItem (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="StyleMenuItem (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/Tooltip.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/Tooltip.html b/content/site/apidocs/org/apache/juneau/rest/widget/Tooltip.html
index 67fb808..d1ad7f5 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/Tooltip.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/Tooltip.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Tooltip (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>Tooltip (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Tooltip (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="Tooltip (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/Widget.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/Widget.html b/content/site/apidocs/org/apache/juneau/rest/widget/Widget.html
index 8734341..412c603 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/Widget.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/Widget.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Widget (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>Widget (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Widget (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="Widget (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/package-frame.html b/content/site/apidocs/org/apache/juneau/rest/widget/package-frame.html
index 9b042ea..8180b25 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.widget (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.widget (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/widget/package-summary.html
index 4908f12..8b845fd 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.widget (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.widget (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.widget (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.widget (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/rest/widget/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/widget/package-tree.html b/content/site/apidocs/org/apache/juneau/rest/widget/package-tree.html
index e454476..190862b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/widget/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/widget/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.widget Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.widget Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.rest.widget Class Hierarchy (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.widget Class Hierarchy (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html
index 727e52c..0db80cf 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutputStreamSerializer (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>OutputStreamSerializer (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OutputStreamSerializer (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="OutputStreamSerializer (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -225,7 +225,7 @@ extends <a href="../../../../org/apache/juneau/serializer/Serializer.html" title
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.<a href="../../../../org/apache/juneau/CoreObject.html" title="class in org.apache.juneau">CoreObject</a></h3>
-<code><a href="../../../../org/apache/juneau/CoreObject.html#createContext-java.lang.Class-">createContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#createPropertyStore--">createPropertyStore</a>, <a href="../../../../org/apache/juneau/CoreObject.html#getBeanContext--">getBeanContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#object--">object</a>, <a href="../../../../org/apache/juneau/CoreObject.html#string--">string</a></code></li>
+<code><a href="../../../../org/apache/juneau/CoreObject.html#createContext-java.lang.Class-">createContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#createPropertyStore--">createPropertyStore</a>, <a href="../../../../org/apache/juneau/CoreObject.html#getBeanContext--">getBeanContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializerSession.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializerSession.html b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializerSession.html
index e5ccd4f..b4cf01e 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializerSession.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializerSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutputStreamSerializerSession (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>OutputStreamSerializerSession (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OutputStreamSerializerSession (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="OutputStreamSerializerSession (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -122,6 +122,10 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd>
+</dl>
+<dl>
 <dt>Direct Known Subclasses:</dt>
 <dd><a href="../../../../org/apache/juneau/jso/JsoSerializerSession.html" title="class in org.apache.juneau.jso">JsoSerializerSession</a>, <a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerSession.html" title="class in org.apache.juneau.msgpack">MsgPackSerializerSession</a></dd>
 </dl>
@@ -231,7 +235,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.<a href="../../../../org/apache/juneau/Session.html" title="class in org.apache.juneau">Session</a></h3>
-<code><a href="../../../../org/apache/juneau/Session.html#addToCache-java.util.Map-">addToCache</a>, <a href="../../../../org/apache/juneau/Session.html#addToCache-java.lang.String-java.lang.Object-">addToCache</a>, <a href="../../../../org/apache/juneau/Session.html#addWarning-java.lang.String-java.lang.Object...-">addWarning</a>, <a href="../../../../org/apache/juneau/Session.html#finalize--">finalize</a>, <a href="../../../../org/apache/juneau/Session.html#getFromCache-java.lang.Class-java.lang.String-">getFromCache</a>, <a href="../../../../org/apache/juneau/Session.html#getLogger--">getLogger</a>, <a href="../../../../org/apache/juneau/Session.html#getProperties--">getProperties</a>, <a href="../../../../org/apache/juneau/Session.html#getProperty-java.lang.String-java.lang.Class-">getProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getPropertyWithDefault-java.lang.String-T-java.lang.Class-">getPropertyWithDefault</a>, <a href="../../../../org/apache/juneau/Sess
 ion.html#getStringProperty-java.lang.String-">getStringProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getStringProperty-java.lang.String-java.lang.String-">getStringProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getWarnings--">getWarnings</a>, <a href="../../../../org/apache/juneau/Session.html#hasWarnings--">hasWarnings</a>, <a href="../../../../org/apache/juneau/Session.html#toString--">toString</a></code></li>
+<code><a href="../../../../org/apache/juneau/Session.html#addToCache-java.util.Map-">addToCache</a>, <a href="../../../../org/apache/juneau/Session.html#addToCache-java.lang.String-java.lang.Object-">addToCache</a>, <a href="../../../../org/apache/juneau/Session.html#addWarning-java.lang.String-java.lang.Object...-">addWarning</a>, <a href="../../../../org/apache/juneau/Session.html#finalize--">finalize</a>, <a href="../../../../org/apache/juneau/Session.html#getFromCache-java.lang.Class-java.lang.String-">getFromCache</a>, <a href="../../../../org/apache/juneau/Session.html#getLogger--">getLogger</a>, <a href="../../../../org/apache/juneau/Session.html#getProperties--">getProperties</a>, <a href="../../../../org/apache/juneau/Session.html#getProperty-java.lang.String-java.lang.Class-">getProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getPropertyWithDefault-java.lang.String-T-java.lang.Class-">getPropertyWithDefault</a>, <a href="../../../../org/apache/juneau/Sess
 ion.html#getStringProperty-java.lang.String-">getStringProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getStringProperty-java.lang.String-java.lang.String-">getStringProperty</a>, <a href="../../../../org/apache/juneau/Session.html#getWarnings--">getWarnings</a>, <a href="../../../../org/apache/juneau/Session.html#hasWarnings--">hasWarnings</a>, <a href="../../../../org/apache/juneau/Session.html#isClosed--">isClosed</a>, <a href="../../../../org/apache/juneau/Session.html#toString--">toString</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/PartSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/PartSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/PartSerializer.html
index 8d30b79..6dc8cc5 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/PartSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/PartSerializer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PartSerializer (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>PartSerializer (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PartSerializer (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="PartSerializer (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html b/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html
index 024ad27..1a3267d 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializeException (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>SerializeException (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SerializeException (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="SerializeException (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/Serializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/Serializer.html b/content/site/apidocs/org/apache/juneau/serializer/Serializer.html
index 54abc34..3d8226f 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/Serializer.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/Serializer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Serializer (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>Serializer (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Serializer (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="Serializer (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -354,7 +354,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.<a href="../../../../org/apache/juneau/CoreObject.html" title="class in org.apache.juneau">CoreObject</a></h3>
-<code><a href="../../../../org/apache/juneau/CoreObject.html#createContext-java.lang.Class-">createContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#createPropertyStore--">createPropertyStore</a>, <a href="../../../../org/apache/juneau/CoreObject.html#getBeanContext--">getBeanContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#object--">object</a>, <a href="../../../../org/apache/juneau/CoreObject.html#string--">string</a></code></li>
+<code><a href="../../../../org/apache/juneau/CoreObject.html#createContext-java.lang.Class-">createContext</a>, <a href="../../../../org/apache/juneau/CoreObject.html#createPropertyStore--">createPropertyStore</a>, <a href="../../../../org/apache/juneau/CoreObject.html#getBeanContext--">getBeanContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -1065,7 +1065,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>serialize</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.558">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.555">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
                  throws <a href="../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block">Shortcut method for serializing objects directly to either a <code>String</code> or <code><jk>byte</jk>[]</code>
  depending on the serializer type.</div>
@@ -1087,7 +1087,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaTypes</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.576">getMediaTypes</a>()</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.570">getMediaTypes</a>()</pre>
 <div class="block">Returns the media types handled based on the value of the <code>accept</code> parameter passed into the constructor.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1101,7 +1101,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getResponseContentType</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.596">getResponseContentType</a>()</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.590">getResponseContentType</a>()</pre>
 <div class="block">Optional method that returns the response <code>Content-Type</code> for this serializer if it is different from
  the matched media type.
 

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/80fbe4a0/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html
index 71e9eb5..bff1c4f 100644
--- a/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializerBuilder (Apache Juneau 7.0.0-SNAPSHOT)</title>
+<title>SerializerBuilder (Apache Juneau 7.0.1-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SerializerBuilder (Apache Juneau 7.0.0-SNAPSHOT)";
+            parent.document.title="SerializerBuilder (Apache Juneau 7.0.1-SNAPSHOT)";
         }
     }
     catch(err) {