http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/RestMethod.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/annotation/RestMethod.html 
b/content/site/apidocs/org/apache/juneau/rest/annotation/RestMethod.html
index f7309ea..8af978e 100644
--- a/content/site/apidocs/org/apache/juneau/rest/annotation/RestMethod.html
+++ b/content/site/apidocs/org/apache/juneau/rest/annotation/RestMethod.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestMethod (Apache Juneau (incubating) 
6.3.1-incubating-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="RestMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestMethod (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -179,96 +179,102 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><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>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#flags--">flags</a></span></code>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#properties--"><code>properties()</code></a>
 of simple boolean types.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestGuard.html" title="class in 
org.apache.juneau.rest">RestGuard</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#guards--">guards</a></span></code>
 <div class="block">Method guards.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#htmldoc--">htmldoc</a></span></code>
 <div class="block">Provides HTML-doc-specific metadata on this method.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#inheritEncoders--">inheritEncoders</a></span></code>
 <div class="block">Specifies whether the method should inherit encoders from 
the servlet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestMatcher.html" title="class in 
org.apache.juneau.rest">RestMatcher</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#matchers--">matchers</a></span></code>
 <div class="block">Method matchers.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a></span></code>
 <div class="block">REST method name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsers--">parsers</a></span></code>
 <div class="block">Overrides the list of parsers assigned at the method 
level.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/Inherit.html" 
title="enum in org.apache.juneau.rest.annotation">Inherit</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--">parsersInherit</a></span></code>
 <div class="block">Used in conjunction with <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsers--"><code>parsers()</code></a>
 to identify what class-level settings are inherited by the method parser 
group.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a></span></code>
 <div class="block">Optional path pattern for the specified method.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#pojoSwaps--">pojoSwaps</a></span></code>
 <div class="block">Appends the specified POJO swaps to all serializers and 
parsers used by this method.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#priority--">priority</a></span></code>
 <div class="block">URL path pattern priority.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/Property.html" 
title="annotation in 
org.apache.juneau.rest.annotation">Property</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#properties--">properties</a></span></code>
 <div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#properties--"><code>RestResource.properties()</code></a>,
 except defines property values by default when this method is called.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializers--">serializers</a></span></code>
 <div class="block">Overrides the list of serializers assigned at the method 
level.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/Inherit.html" 
title="enum in org.apache.juneau.rest.annotation">Inherit</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--">serializersInherit</a></span></code>
 <div class="block">Used in conjunction with <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializers--"><code>serializers()</code></a>
 to identify what class-level settings are inherited by the method serializer 
group.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#summary--">summary</a></span></code>
 <div class="block">Optional summary for the exposed API.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/MethodSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">MethodSwagger</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a></span></code>
 <div class="block">Provides swagger-specific metadata on this method.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#widgets--">widgets</a></span></code>
 <div class="block">Defines widgets that can be used in conjunction with string 
variables of the form <js>"$W{name}"</js>to quickly
@@ -669,13 +675,32 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 </li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="flags--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>flags</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/annotation/RestMethod.html#line.267">flags</a></pre>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#properties--"><code>properties()</code></a>
 of simple boolean types.
+ <p>
+ Setting a flag is equivalent to setting the same property to 
<js>"true"</js>.</div>
+<dl>
+<dt>Default:</dt>
+<dd>{}</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="beanFilters--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>beanFilters</h4>
-<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.265">beanFilters</a></pre>
+<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.272">beanFilters</a></pre>
 <div class="block">Appends the specified bean filters to all serializers and 
parsers used by this method.</div>
 <dl>
 <dt>Default:</dt>
@@ -692,7 +717,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>pojoSwaps</h4>
-<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.270">pojoSwaps</a></pre>
+<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.277">pojoSwaps</a></pre>
 <div class="block">Appends the specified POJO swaps to all serializers and 
parsers used by this method.</div>
 <dl>
 <dt>Default:</dt>
@@ -709,7 +734,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>bpIncludes</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/annotation/RestMethod.html#line.306">bpIncludes</a></pre>
+<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/annotation/RestMethod.html#line.313">bpIncludes</a></pre>
 <div class="block">Shortcut for specifying the <a 
href="../../../../../org/apache/juneau/BeanContext.html#BEAN_includeProperties"><code>BeanContext.BEAN_includeProperties</code></a>
 property on all serializers.
  <p>
  The typical use case is when you're rendering summary and details views of 
the same bean in a resource and
@@ -720,7 +745,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
  <p class='bcode'>
    <jc>// Our bean</jc>
    <jk>public class</jk> MyBean {
- 
+
       <jc>// Summary properties</jc>
       <ja>@Html</ja>(link=<js>"servlet:/mybeans/{id}"</js>)
       <jk>public</jk> String <jf>id</jf>;
@@ -757,7 +782,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>bpExcludes</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/annotation/RestMethod.html#line.341">bpExcludes</a></pre>
+<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/annotation/RestMethod.html#line.348">bpExcludes</a></pre>
 <div class="block">Shortcut for specifying the <a 
href="../../../../../org/apache/juneau/BeanContext.html#BEAN_excludeProperties"><code>BeanContext.BEAN_excludeProperties</code></a>
 property on all serializers.
  <p>
  Same as <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#bpIncludes--"><code>bpIncludes()</code></a>
 except you specify a list of bean property names that you want to exclude from
@@ -804,7 +829,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultRequestHeaders</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/annotation/RestMethod.html#line.369">defaultRequestHeaders</a></pre>
+<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/annotation/RestMethod.html#line.376">defaultRequestHeaders</a></pre>
 <div class="block">Specifies default values for request headers.
  <p>
  Strings are of the format <js>"Header-Name: header-value"</js>.
@@ -844,7 +869,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultQuery</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/annotation/RestMethod.html#line.389">defaultQuery</a></pre>
+<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/annotation/RestMethod.html#line.396">defaultQuery</a></pre>
 <div class="block">Specifies default values for query parameters.
  <p>
  Strings are of the format <js>"name=value"</js>.
@@ -876,7 +901,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultFormData</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/annotation/RestMethod.html#line.409">defaultFormData</a></pre>
+<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/annotation/RestMethod.html#line.416">defaultFormData</a></pre>
 <div class="block">Specifies default values for form-data parameters.
  <p>
  Strings are of the format <js>"name=value"</js>.
@@ -908,7 +933,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>summary</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/annotation/RestMethod.html#line.428">summary</a></pre>
+<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/annotation/RestMethod.html#line.435">summary</a></pre>
 <div class="block">Optional summary for the exposed API.
  <p>
  This summary is used in the following locations:
@@ -939,7 +964,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>description</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/annotation/RestMethod.html#line.447">description</a></pre>
+<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/annotation/RestMethod.html#line.454">description</a></pre>
 <div class="block">Optional description for the exposed API.
  <p>
  This description is used in the following locations:
@@ -970,7 +995,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>clientVersion</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/annotation/RestMethod.html#line.505">clientVersion</a></pre>
+<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/annotation/RestMethod.html#line.512">clientVersion</a></pre>
 <div class="block">Specifies whether this method can be called based on the 
client version.
  <p>
  The client version is identified via the HTTP request header identified by <a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#clientVersionHeader--"><code>RestResource.clientVersionHeader()</code></a>
 which
@@ -1040,7 +1065,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>widgets</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.513">widgets</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.520">widgets</a></pre>
 <div class="block">Defines widgets that can be used in conjunction with string 
variables of the form <js>"$W{name}"</js>to quickly
    generate arbitrary replacement text.
  <p>
@@ -1060,7 +1085,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>swagger</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/MethodSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">MethodSwagger</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.518">swagger</a></pre>
+<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/MethodSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">MethodSwagger</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.525">swagger</a></pre>
 <div class="block">Provides swagger-specific metadata on this method.</div>
 <dl>
 <dt>Default:</dt>
@@ -1077,7 +1102,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockListLast">
 <li class="blockList">
 <h4>htmldoc</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.525">htmldoc</a></pre>
+<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestMethod.html#line.532">htmldoc</a></pre>
 <div class="block">Provides HTML-doc-specific metadata on this method.
  <p>
  Information provided here overrides information provided in the servlet-level 
annotation.</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html 
b/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
index e229ee6..c3fa900 100644
--- a/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
+++ b/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestResource (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestResource (Apache Juneau (incubating) 
6.3.1-incubating-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="RestResource (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestResource (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -187,78 +187,84 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><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>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#flags--">flags</a></span></code>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#properties--"><code>properties()</code></a>
 of simple boolean types.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestGuard.html" title="class in 
org.apache.juneau.rest">RestGuard</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#guards--">guards</a></span></code>
 <div class="block">Class-level guards.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#htmldoc--">htmldoc</a></span></code>
 <div class="block">Provides HTML-doc-specific metadata on this method.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class 
in org.apache.juneau.rest">RestInfoProvider</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#infoProvider--">infoProvider</a></span></code>
 <div class="block">Specifies the class used to retrieve 
title/description/swagger information about a resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestLogger.html" title="class in 
org.apache.juneau.rest">RestLogger</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#logger--">logger</a></span></code>
 <div class="block">Specifies the logger class to use for logging.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--">messages</a></span></code>
 <div class="block">Identifies the location of the resource bundle for this 
class.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestParam.html" title="class in 
org.apache.juneau.rest">RestParam</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#paramResolvers--">paramResolvers</a></span></code>
 <div class="block">Class-level Java method parameter resolvers.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/parser/ParserListener.html" title="class 
in org.apache.juneau.parser">ParserListener</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#parserListener--">parserListener</a></span></code>
 <div class="block">Specifies the parser listener class to use for listening 
for non-fatal errors.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#parsers--">parsers</a></span></code>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes to add to the list of 
parsers available for this servlet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#path--">path</a></span></code>
 <div class="block">Identifies the URL subpath relative to the parent 
resource.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#pojoSwaps--">pojoSwaps</a></span></code>
 <div class="block">Class-level POJO swaps.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/Property.html" 
title="annotation in 
org.apache.juneau.rest.annotation">Property</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#properties--">properties</a></span></code>
 <div class="block">Class-level properties.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="class in org.apache.juneau.rest">RestResourceResolver</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#resourceResolver--">resourceResolver</a></span></code>
 <div class="block">Specifies the resolver class to use for resolving child 
resources by class name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/ResponseHandler.html" 
title="interface in 
org.apache.juneau.rest">ResponseHandler</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#responseHandlers--">responseHandlers</a></span></code>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/rest/ResponseHandler.html" 
title="interface in org.apache.juneau.rest"><code>ResponseHandler</code></a> 
classes that know how to convert POJOs returned
@@ -266,43 +272,43 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
    HTTP responses.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/serializer/SerializerListener.html" 
title="class in 
org.apache.juneau.serializer">SerializerListener</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#serializerListener--">serializerListener</a></span></code>
 <div class="block">Specifies the serializer listener class to use for 
listening for non-fatal errors.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#serializers--">serializers</a></span></code>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes to add to 
the list of serializers available for this servlet.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#staticFiles--">staticFiles</a></span></code>
 <div class="block">Defines paths and locations of statically served 
files.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#stylesheet--">stylesheet</a></span></code>
 <div class="block">The stylesheet to use for HTML views.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">ResourceSwagger</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#swagger--">swagger</a></span></code>
 <div class="block">Provides swagger-specific metadata on this resource.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#title--">title</a></span></code>
 <div class="block">Optional servlet title.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#widgets--">widgets</a></span></code>
 <div class="block">Defines widgets that can be used in conjunction with string 
variables of the form <js>"$W{name}"</js>to quickly
@@ -555,13 +561,32 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 </li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="flags--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>flags</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/annotation/RestResource.html#line.200">flags</a></pre>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#properties--"><code>properties()</code></a>
 of simple boolean types.
+ <p>
+ Setting a flag is equivalent to setting the same property to 
<js>"true"</js>.</div>
+<dl>
+<dt>Default:</dt>
+<dd>{}</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="serializers--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>serializers</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.202">serializers</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.209">serializers</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes to add to 
the list of serializers available for this servlet.
  <p>
  This annotation can only be used on <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes that have 
no-arg constructors.
@@ -582,7 +607,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>parsers</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.211">parsers</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.218">parsers</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes to add to the list of 
parsers available for this servlet.
  <p>
  This annotation can only be used on <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes that have no-arg 
constructors.
@@ -603,7 +628,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>responseHandlers</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/ResponseHandler.html" 
title="interface in org.apache.juneau.rest">ResponseHandler</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.222">responseHandlers</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/ResponseHandler.html" 
title="interface in org.apache.juneau.rest">ResponseHandler</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.229">responseHandlers</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/rest/ResponseHandler.html" 
title="interface in org.apache.juneau.rest"><code>ResponseHandler</code></a> 
classes that know how to convert POJOs returned
    by REST methods or set via <a 
href="../../../../../org/apache/juneau/rest/RestResponse.html#setOutput-java.lang.Object-"><code>RestResponse.setOutput(Object)</code></a>
 into appropriate
    HTTP responses.
@@ -626,7 +651,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>encoders</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/encoders/Encoder.html" title="class in 
org.apache.juneau.encoders">Encoder</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.242">encoders</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/encoders/Encoder.html" title="class in 
org.apache.juneau.encoders">Encoder</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.249">encoders</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/encoders/Encoder.html" title="class in 
org.apache.juneau.encoders"><code>Encoder</code></a> to associate with this 
servlet.
  <p>
  These can be used to enable various kinds of compression (e.g. 
<js>"gzip"</js>) on requests and responses.
@@ -658,7 +683,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultRequestHeaders</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/annotation/RestResource.html#line.267">defaultRequestHeaders</a></pre>
+<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/annotation/RestResource.html#line.274">defaultRequestHeaders</a></pre>
 <div class="block">Specifies default values for request headers.
  <p>
  Strings are of the format <js>"Header-Name: header-value"</js>.
@@ -695,7 +720,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultResponseHeaders</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/annotation/RestResource.html#line.291">defaultResponseHeaders</a></pre>
+<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/annotation/RestResource.html#line.298">defaultResponseHeaders</a></pre>
 <div class="block">Specifies default values for response headers.
  <p>
  Strings are of the format <js>"Header-Name: header-value"</js>.
@@ -731,7 +756,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.333">children</a></pre>
+<pre>public abstract&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.340">children</a></pre>
 <div class="block">Defines children of this resource.
  <p>
  A REST child resource is simply another servlet that is initialized as part 
of the parent
@@ -785,7 +810,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>path</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/annotation/RestResource.html#line.346">path</a></pre>
+<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/annotation/RestResource.html#line.353">path</a></pre>
 <div class="block">Identifies the URL subpath relative to the parent resource.
  <p>
  Typically, this annotation is only applicable to resources defined as 
children through the <a 
href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#children--"><code>children()</code></a>
@@ -810,7 +835,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>title</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/annotation/RestResource.html#line.363">title</a></pre>
+<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/annotation/RestResource.html#line.370">title</a></pre>
 <div class="block">Optional servlet title.
  <p>
  It is used to populate the Swagger title field and as a default value for the 
<a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#title--"><code>HtmlDoc.title()</code></a>
 value.
@@ -839,7 +864,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>description</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/annotation/RestResource.html#line.380">description</a></pre>
+<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/annotation/RestResource.html#line.387">description</a></pre>
 <div class="block">Optional servlet description.
  <p>
  It is used to populate the Swagger description field and as a default value 
for the <a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#description--"><code>HtmlDoc.description()</code></a>
 value.
@@ -868,7 +893,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>config</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/annotation/RestResource.html#line.391">config</a></pre>
+<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/annotation/RestResource.html#line.398">config</a></pre>
 <div class="block">Optional location of configuration file for this servlet.
  <p>
  The configuration file .
@@ -891,7 +916,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>stylesheet</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/annotation/RestResource.html#line.441">stylesheet</a></pre>
+<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/annotation/RestResource.html#line.448">stylesheet</a></pre>
 <div class="block">The stylesheet to use for HTML views.
  <p>
  The name is a path to a stylesheet located in either the classpath or working 
directory.
@@ -953,7 +978,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>favicon</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/annotation/RestResource.html#line.473">favicon</a></pre>
+<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/annotation/RestResource.html#line.480">favicon</a></pre>
 <div class="block">The favicon to use for HTML views.
  <p>
  The name is a path to an icon file located in either the classpath or working 
directory in a similar way
@@ -997,7 +1022,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>staticFiles</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/annotation/RestResource.html#line.507">staticFiles</a></pre>
+<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/annotation/RestResource.html#line.514">staticFiles</a></pre>
 <div class="block">Defines paths and locations of statically served files.
  <p>
  This is a JSON map of paths to packages/directories located on either the 
classpath or working directory.
@@ -1043,7 +1068,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>clientVersionHeader</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/annotation/RestResource.html#line.519">clientVersionHeader</a></pre>
+<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/annotation/RestResource.html#line.526">clientVersionHeader</a></pre>
 <div class="block">Specifies the HTTP header name used to identify the client 
version.
  <p>
  The client version is used to support backwards compatibility for breaking 
REST interface
@@ -1067,7 +1092,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>resourceResolver</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="class in org.apache.juneau.rest">RestResourceResolver</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.544">resourceResolver</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="class in org.apache.juneau.rest">RestResourceResolver</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.551">resourceResolver</a></pre>
 <div class="block">Specifies the resolver class to use for resolving child 
resources by class name.
  <p>
  The default implementation simply instantiates the class using one of the 
following constructors:
@@ -1104,7 +1129,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>logger</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestLogger.html" title="class in 
org.apache.juneau.rest">RestLogger</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.554">logger</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestLogger.html" title="class in 
org.apache.juneau.rest">RestLogger</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.561">logger</a></pre>
 <div class="block">Specifies the logger class to use for logging.
  <p>
  The default logger performs basic error logging to the Java logger.
@@ -1126,7 +1151,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>callHandler</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestCallHandler.html" title="class 
in org.apache.juneau.rest">RestCallHandler</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.564">callHandler</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestCallHandler.html" title="class 
in org.apache.juneau.rest">RestCallHandler</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.571">callHandler</a></pre>
 <div class="block">Specifies the REST call handler class.
  <p>
  This class handles the basic lifecycle of an HTTP REST call.
@@ -1148,7 +1173,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>infoProvider</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class 
in org.apache.juneau.rest">RestInfoProvider</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.573">infoProvider</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class 
in org.apache.juneau.rest">RestInfoProvider</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.580">infoProvider</a></pre>
 <div class="block">Specifies the class used to retrieve 
title/description/swagger information about a resource.
  <p>
  Subclasses can be used to customize the documentation on a resource.
@@ -1169,7 +1194,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>serializerListener</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/serializer/SerializerListener.html" 
title="class in 
org.apache.juneau.serializer">SerializerListener</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.578">serializerListener</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/serializer/SerializerListener.html" 
title="class in 
org.apache.juneau.serializer">SerializerListener</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.585">serializerListener</a></pre>
 <div class="block">Specifies the serializer listener class to use for 
listening for non-fatal errors.</div>
 <dl>
 <dt>Default:</dt>
@@ -1186,7 +1211,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>parserListener</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/parser/ParserListener.html" title="class 
in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.583">parserListener</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/parser/ParserListener.html" title="class 
in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.590">parserListener</a></pre>
 <div class="block">Specifies the parser listener class to use for listening 
for non-fatal errors.</div>
 <dl>
 <dt>Default:</dt>
@@ -1203,7 +1228,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>widgets</h4>
-<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.593">widgets</a></pre>
+<pre>public abstract&nbsp;<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;? extends <a 
href="../../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.600">widgets</a></pre>
 <div class="block">Defines widgets that can be used in conjunction with string 
variables of the form <js>"$W{name}"</js>to quickly
    generate arbitrary replacement text.
  <p>
@@ -1225,7 +1250,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>swagger</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">ResourceSwagger</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.617">swagger</a></pre>
+<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html" 
title="annotation in 
org.apache.juneau.rest.annotation">ResourceSwagger</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.624">swagger</a></pre>
 <div class="block">Provides swagger-specific metadata on this resource.
  <p>
  Used to populate the auto-generated OPTIONS swagger documentation.
@@ -1261,7 +1286,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockListLast">
 <li class="blockList">
 <h4>htmldoc</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.656">htmldoc</a></pre>
+<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html" 
title="annotation in org.apache.juneau.rest.annotation">HtmlDoc</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.663">htmldoc</a></pre>
 <div class="block">Provides HTML-doc-specific metadata on this method.
  <p>
  Used to customize the output from the HTML Doc serializer.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/annotation/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/annotation/package-frame.html
index 3836df2..ee8871a 100644
--- a/content/site/apidocs/org/apache/juneau/rest/annotation/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/annotation/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.annotation (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.annotation (Apache Juneau (incubating) 
6.3.1-incubating-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/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/annotation/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/annotation/package-summary.html
index 5fd71ed..f0043ea 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/annotation/package-summary.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/annotation/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.annotation (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.annotation (Apache Juneau (incubating) 
6.3.1-incubating-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.annotation (Apache 
Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.annotation (Apache 
Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/annotation/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/annotation/package-tree.html
index aba06cf..344f562 100644
--- a/content/site/apidocs/org/apache/juneau/rest/annotation/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/annotation/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.annotation Class Hierarchy (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.annotation Class Hierarchy (Apache Juneau 
(incubating) 6.3.1-incubating-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.annotation Class 
Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.annotation Class 
Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/AllowAllRedirects.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/AllowAllRedirects.html 
b/content/site/apidocs/org/apache/juneau/rest/client/AllowAllRedirects.html
index 3b0c387..4701a3b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/AllowAllRedirects.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/AllowAllRedirects.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AllowAllRedirects (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>AllowAllRedirects (Apache Juneau (incubating) 
6.3.1-incubating-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="AllowAllRedirects (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="AllowAllRedirects (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/DateHeader.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/DateHeader.html 
b/content/site/apidocs/org/apache/juneau/rest/client/DateHeader.html
index 518a33b..840053c 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/DateHeader.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/DateHeader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateHeader (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>DateHeader (Apache Juneau (incubating) 
6.3.1-incubating-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="DateHeader (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="DateHeader (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/HttpMethod.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/HttpMethod.html 
b/content/site/apidocs/org/apache/juneau/rest/client/HttpMethod.html
index 2d998a9..4b430d4 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/HttpMethod.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/HttpMethod.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HttpMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>HttpMethod (Apache Juneau (incubating) 
6.3.1-incubating-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="HttpMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="HttpMethod (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/NameValuePairs.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/NameValuePairs.html 
b/content/site/apidocs/org/apache/juneau/rest/client/NameValuePairs.html
index 5f46fbd..d07e78d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/NameValuePairs.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/NameValuePairs.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NameValuePairs (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>NameValuePairs (Apache Juneau (incubating) 
6.3.1-incubating-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="NameValuePairs (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="NameValuePairs (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/ResponsePattern.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/ResponsePattern.html 
b/content/site/apidocs/org/apache/juneau/rest/client/ResponsePattern.html
index 9923816..82526d2 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/ResponsePattern.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/ResponsePattern.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResponsePattern (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ResponsePattern (Apache Juneau (incubating) 
6.3.1-incubating-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="ResponsePattern (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ResponsePattern (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
index 5cdf86a..cb5101d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestCall (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>RestCall (Apache Juneau (incubating) 6.3.1-incubating-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="RestCall (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestCall (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestCallException.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/RestCallException.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCallException.html
index c47d045..ef3db0d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestCallException.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestCallException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestCallException (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestCallException (Apache Juneau (incubating) 
6.3.1-incubating-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="RestCallException (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestCallException (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestCallInterceptor.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/RestCallInterceptor.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCallInterceptor.html
index d53b715..18c7859 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/client/RestCallInterceptor.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCallInterceptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestCallInterceptor (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestCallInterceptor (Apache Juneau (incubating) 
6.3.1-incubating-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="RestCallInterceptor (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestCallInterceptor (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestCallLogger.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/RestCallLogger.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCallLogger.html
index a5f6777..0abb37e 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestCallLogger.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestCallLogger.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestCallLogger (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestCallLogger (Apache Juneau (incubating) 
6.3.1-incubating-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="RestCallLogger (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestCallLogger (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.33">RestCallLogger</a>
+<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.34">RestCallLogger</a>
 extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallInterceptor.html" 
title="class in org.apache.juneau.rest.client">RestCallInterceptor</a></pre>
 <div class="block">Specialized interceptor for logging calls to a log file.
  <p>
@@ -243,7 +243,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DEFAULT</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCallLogger.html" 
title="class in org.apache.juneau.rest.client">RestCallLogger</a> <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.39">DEFAULT</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCallLogger.html" 
title="class in org.apache.juneau.rest.client">RestCallLogger</a> <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.40">DEFAULT</a></pre>
 <div class="block">Default HTTP request logger.
  Logs outgoing HTTP requests to the <code>org.apache.juneau.rest.client</code> 
logger at <jsf>WARNING</jsf> level.</div>
 </li>
@@ -262,7 +262,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RestCallLogger</h4>
-<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.50">RestCallLogger</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true";
 title="class or interface in java.util.logging">Level</a>&nbsp;level,
+<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.51">RestCallLogger</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true";
 title="class or interface in java.util.logging">Level</a>&nbsp;level,
                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true";
 title="class or interface in java.util.logging">Logger</a>&nbsp;log)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -286,7 +286,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockList">
 <li class="blockList">
 <h4>onInit</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.56">onInit</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.57">onInit</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallInterceptor.html#onInit-org.apache.juneau.rest.client.RestCall-">RestCallInterceptor</a></code></span></div>
 <div class="block">Called when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client"><code>RestCall</code></a> object is 
created.</div>
 <dl>
@@ -303,7 +303,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockList">
 <li class="blockList">
 <h4>onConnect</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.62">onConnect</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.63">onConnect</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall,
                       int&nbsp;statusCode,
                       org.apache.http.HttpRequest&nbsp;req,
                       org.apache.http.HttpResponse&nbsp;res)</pre>
@@ -326,7 +326,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockList">
 <li class="blockList">
 <h4>onRetry</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.67">onRetry</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.68">onRetry</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall,
                     int&nbsp;statusCode,
                     org.apache.http.HttpRequest&nbsp;req,
                     org.apache.http.HttpResponse&nbsp;res,
@@ -351,7 +351,7 @@ extends <a 
href="../../../../../org/apache/juneau/rest/client/RestCallIntercepto
 <ul class="blockListLast">
 <li class="blockList">
 <h4>onClose</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.77">onClose</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCallLogger.html#line.78">onClose</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;restCall)
              throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallInterceptor.html#onClose-org.apache.juneau.rest.client.RestCall-">RestCallInterceptor</a></code></span></div>
 <div class="block">Called when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#close--"><code>RestCall.close()</code></a>
 is called.</div>


Reply via email to