http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/class-use/ClassMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/class-use/ClassMeta.html 
b/content/site/apidocs/org/apache/juneau/class-use/ClassMeta.html
index 4d8af64..9ece01e 100644
--- a/content/site/apidocs/org/apache/juneau/class-use/ClassMeta.html
+++ b/content/site/apidocs/org/apache/juneau/class-use/ClassMeta.html
@@ -1008,48 +1008,47 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getAttribute-java.lang.String-org.apache.juneau.ClassMeta-">getAttribute</a></span>(<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;name,
-            <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
-<div class="block">Returns the specified request attribute converted to the 
specified class type.</div>
+<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getBody-org.apache.juneau.ClassMeta-">getBody</a></span>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)</code>
+<div class="block">Reads the input from the HTTP request as JSON, XML, or HTML 
and converts the input to a POJO.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getInput-org.apache.juneau.ClassMeta-">getInput</a></span>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)</code>
-<div class="block">Reads the input from the HTTP request as JSON, XML, or HTML 
and converts the input to the specified class type.</div>
+<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getFormDataParameter-java.lang.String-org.apache.juneau.ClassMeta-">getFormDataParameter</a></span>(<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;name,
+                    <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
+<div class="block">Returns the specified form data parameter value converted 
to a POJO using the
+   <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingParser</code></a> registered 
with this servlet.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameter-java.lang.String-org.apache.juneau.ClassMeta-">getParameter</a></span>(<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;name,
-            <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
-<div class="block">Returns the specified URL parameter value parsed to the 
specified class type using the
+<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getFormDataParameter-java.lang.String-org.apache.juneau.ClassMeta-T-">getFormDataParameter</a></span>(<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;name,
+                    <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm,
+                    T&nbsp;def)</code>
+<div class="block">Returns the specified form data parameter value converted 
to a POJO using the
    <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingParser</code></a> registered 
with this servlet.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameter-java.lang.String-org.apache.juneau.ClassMeta-T-">getParameter</a></span>(<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;name,
-            <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm,
-            T&nbsp;def)</code>
-<div class="block">Returns the specified URL parameter value parsed to the 
specified class type using the
-   <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingParser</code></a> registered 
with this servlet.</div>
+<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getFormDataParameters-java.lang.String-org.apache.juneau.ClassMeta-">getFormDataParameters</a></span>(<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;name,
+                     <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
+<div class="block">Same as <a 
href="../../../../org/apache/juneau/server/RestRequest.html#getFormDataParameter-java.lang.String-org.apache.juneau.ClassMeta-"><code>RestRequest.getFormDataParameter(String,
 ClassMeta)</code></a> except for use on multi-part parameters
+   (e.g.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameters-java.lang.String-org.apache.juneau.ClassMeta-">getParameters</a></span>(<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;name,
-             <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameter-java.lang.String-org.apache.juneau.ClassMeta-"><code>RestRequest.getParameter(String,
 ClassMeta)</code></a> except for use on multi-part parameters
-   (e.g.</div>
+<td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getPathParameter-java.lang.String-org.apache.juneau.ClassMeta-">getPathParameter</a></span>(<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;name,
+                <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
+<div class="block">Returns the specified path parameter converted to a 
POJO.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
 <td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getQueryParameter-java.lang.String-org.apache.juneau.ClassMeta-">getQueryParameter</a></span>(<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;name,
                  <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm)</code>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameter-java.lang.String-org.apache.juneau.ClassMeta-"><code>RestRequest.getParameter(String,
 ClassMeta)</code></a> except only looks in the URL string,
-   not parameters from URL-Encoded FORM posts.</div>
+<div class="block">Returns the specified query parameter value converted to a 
POJO.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1057,8 +1056,7 @@
 <td class="colLast"><span class="typeNameLabel">RestRequest.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/RestRequest.html#getQueryParameter-java.lang.String-org.apache.juneau.ClassMeta-T-">getQueryParameter</a></span>(<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;name,
                  <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;cm,
                  T&nbsp;def)</code>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/server/RestRequest.html#getParameter-java.lang.String-org.apache.juneau.ClassMeta-T-"><code>RestRequest.getParameter(String,
 ClassMeta, Object)</code></a> except only looks in the URL string,
-   not parameters from URL-Encoded FORM posts.</div>
+<div class="block">Returns the specified query parameter value converted to a 
POJO.</div>
 </td>
 </tr>
 <tr class="altColor">

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/class-use/Writable.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/class-use/Writable.html 
b/content/site/apidocs/org/apache/juneau/class-use/Writable.html
index 0fc562c..6368a9c 100644
--- a/content/site/apidocs/org/apache/juneau/class-use/Writable.html
+++ b/content/site/apidocs/org/apache/juneau/class-use/Writable.html
@@ -168,7 +168,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/server/ReaderResource.html" title="class in 
org.apache.juneau.server">ReaderResource</a></span></code>
 <div class="block">Represents the contents of a text file with convenience 
methods for resolving
-   <a href="../../../../org/apache/juneau/svl/Var.html" title="class in 
org.apache.juneau.svl"><code>Var</code></a> variables and adding HTTP response 
headers.</div>
+   <a href="../../../../org/apache/juneau/server/annotation/Parameter.html" 
title="annotation in 
org.apache.juneau.server.annotation"><code>Parameter</code></a> variables and 
adding HTTP response headers.</div>
 </td>
 </tr>
 </tbody>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/client/NameValuePairs.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/client/NameValuePairs.html 
b/content/site/apidocs/org/apache/juneau/client/NameValuePairs.html
index 33cb789..78ac941 100644
--- a/content/site/apidocs/org/apache/juneau/client/NameValuePairs.html
+++ b/content/site/apidocs/org/apache/juneau/client/NameValuePairs.html
@@ -138,7 +138,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <div class="block">Convenience class for constructing instances of 
<code>List&lt;NameValuePair&gt;</code>
    for the <code>UrlEncodedFormEntity</code> class.
 
- <h6 class='topic'>Example</h6>
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    NameValuePairs params = <jk>new</jk> NameValuePairs()
       .append(<jk>new</jk> BasicNameValuePair(<js>"j_username"</js>, user))

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/client/ResponsePattern.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/client/ResponsePattern.html 
b/content/site/apidocs/org/apache/juneau/client/ResponsePattern.html
index 89d85ec..91aee2c 100644
--- a/content/site/apidocs/org/apache/juneau/client/ResponsePattern.html
+++ b/content/site/apidocs/org/apache/juneau/client/ResponsePattern.html
@@ -114,8 +114,8 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Used to find regular expression matches in REST responses 
made through <a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client"><code>RestCall</code></a>.
  <p>
  Response patterns are applied to REST calls through the <a 
href="../../../../org/apache/juneau/client/RestCall.html#addResponsePattern-org.apache.juneau.client.ResponsePattern-"><code>RestCall.addResponsePattern(ResponsePattern)</code></a>
 method.
- <p>
- <h6 class='topic'>Example</h6>
+
+ <h6 class='topic'>Example:</h6>
  This example shows how to use a response pattern finder to find and capture 
patterns for <js>"x=number"</js> and <js>"y=string"</js>
    from a response body.
  <p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/client/RestCall.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/client/RestCall.html 
b/content/site/apidocs/org/apache/juneau/client/RestCall.html
index 3602867..2a83552 100644
--- a/content/site/apidocs/org/apache/juneau/client/RestCall.html
+++ b/content/site/apidocs/org/apache/juneau/client/RestCall.html
@@ -825,7 +825,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>failurePattern</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.359">failurePattern</a>(<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;errorPattern)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.355">failurePattern</a>(<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;errorPattern)</pre>
 <div class="block">Look for the specified regular expression pattern in the 
response output.
  <p>
  Causes a <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client"><code>RestCallException</code></a> to be thrown if 
the specified pattern is found in the output.
@@ -833,17 +833,13 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  This method uses <a 
href="../../../../org/apache/juneau/client/RestCall.html#getCapturedResponse--"><code>getCapturedResponse()</code></a>
 to read the response text and so does not affect the other output
    methods such as <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponseAsString--"><code>getResponseAsString()</code></a>.
 
- <dl>
-   <dt>Example:</dt>
-   <dd>
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    <jc>// Throw a RestCallException if FAILURE or ERROR is found in the 
output.</jc>
    restClient.doGet(<jsf>URL</jsf>)
       .failurePattern(<js>"FAILURE|ERROR"</js>)
       .run();
- </p>
-   </dd>
- </dl></div>
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>errorPattern</code> - A regular expression to look for in the 
response output.</dd>
@@ -858,7 +854,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>successPattern</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.394">successPattern</a>(<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;successPattern)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.386">successPattern</a>(<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;successPattern)</pre>
 <div class="block">Look for the specified regular expression pattern in the 
response output.
  <p>
  Causes a <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client"><code>RestCallException</code></a> to be thrown if 
the specified pattern is not found in the output.
@@ -866,17 +862,13 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  This method uses <a 
href="../../../../org/apache/juneau/client/RestCall.html#getCapturedResponse--"><code>getCapturedResponse()</code></a>
 to read the response text and so does not affect the other output
    methods such as <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponseAsString--"><code>getResponseAsString()</code></a>.
 
- <dl>
-   <dt>Example:</dt>
-   <dd>
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    <jc>// Throw a RestCallException if SUCCESS is not found in the output.</jc>
    restClient.doGet(<jsf>URL</jsf>)
       .successPattern(<js>"SUCCESS"</js>)
       .run();
- </p>
-   </dd>
- </dl></div>
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>successPattern</code> - A regular expression to look for in the 
response output.</dd>
@@ -891,7 +883,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addResponsePattern</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.417">addResponsePattern</a>(<a
 href="../../../../org/apache/juneau/client/ResponsePattern.html" title="class 
in org.apache.juneau.client">ResponsePattern</a>&nbsp;responsePattern)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.409">addResponsePattern</a>(<a
 href="../../../../org/apache/juneau/client/ResponsePattern.html" title="class 
in org.apache.juneau.client">ResponsePattern</a>&nbsp;responsePattern)</pre>
 <div class="block">Adds a response pattern finder to look for regular 
expression matches in the response output.
  <p>
  This method can be called multiple times to add multiple response pattern 
finders.
@@ -912,7 +904,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setConfig</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.438">setConfig</a>(org.apache.http.client.config.RequestConfig&nbsp;config)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.430">setConfig</a>(org.apache.http.client.config.RequestConfig&nbsp;config)</pre>
 <div class="block">Set configuration settings on this request.
  <p>
  Use <code>RequestConfig.custom()</code> to create configuration parameters 
for the request.</div>
@@ -931,7 +923,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>execute</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.449">execute</a>()
+public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.441">execute</a>()
                         throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Use <a 
href="../../../../org/apache/juneau/client/RestCall.html#run--"><code>run()</code></a>.</span></div>
 <dl>
@@ -948,16 +940,14 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>run</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.477">run</a>()
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.465">run</a>()
         throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block">Method used to execute an HTTP response where you're only 
interested in the HTTP response code.
  <p>
  The response entity is discarded unless one of the pipe methods have been 
specified to pipe the
     output to an output stream or writer.
 
- <dl>
-   <dt>Example:</dt>
-   <dd>
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    <jk>try</jk> {
       RestClient client = <jk>new</jk> RestClient();
@@ -966,9 +956,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
    } <jk>catch</jk> (RestCallException e) {
       <jc>// Failed!</jc>
    }
- </p>
-   </dd>
- </dl></div>
+ </p></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -983,7 +971,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>connect</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.510">connect</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.498">connect</a>()
                  throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block">Connects to the REST resource.
  <p>
@@ -1006,7 +994,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getReader</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.604">getReader</a>()
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.592">getReader</a>()
                  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></pre>
 <div class="block">Connects to the remote resource (if <code>connect()</code> 
hasn't already been called) and returns the HTTP response message body as a 
reader.
  <p>
@@ -1030,7 +1018,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getCapturedResponse</h4>
-<pre>public&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/client/RestCall.html#line.645">getCapturedResponse</a>()</pre>
+<pre>public&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/client/RestCall.html#line.633">getCapturedResponse</a>()</pre>
 <div class="block">Returns the response text as a string if <a 
href="../../../../org/apache/juneau/client/RestCall.html#captureResponse--"><code>captureResponse()</code></a>
 was called on this object.
  <p>
  Note that while similar to <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponseAsString--"><code>getResponseAsString()</code></a>,
 this method can be called multiple times
@@ -1052,7 +1040,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getParser</h4>
-<pre>protected&nbsp;<a href="../../../../org/apache/juneau/parser/Parser.html" 
title="class in org.apache.juneau.parser">Parser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.659">getParser</a>()
+<pre>protected&nbsp;<a href="../../../../org/apache/juneau/parser/Parser.html" 
title="class in org.apache.juneau.parser">Parser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.647">getParser</a>()
                     throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block">Returns the parser specified on the client to use for 
parsing HTTP response bodies.</div>
 <dl>
@@ -1069,7 +1057,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializer</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer">Serializer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.671">getSerializer</a>()
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer">Serializer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.659">getSerializer</a>()
                             throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block">Returns the serializer specified on the client to use for 
serializing HTTP request bodies.</div>
 <dl>
@@ -1086,7 +1074,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.683">getContentLength</a>()
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.671">getContentLength</a>()
                      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></pre>
 <div class="block">Returns the value of the <code>Content-Length</code> 
header.</div>
 <dl>
@@ -1103,7 +1091,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getInputStream</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.706">getInputStream</a>()
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.694">getInputStream</a>()
                            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></pre>
 <div class="block">Connects to the remote resource (if <code>connect()</code> 
hasn't already been called) and returns the HTTP response message body as an 
input stream.
  <p>
@@ -1126,7 +1114,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseAsString</h4>
-<pre>public&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/client/RestCall.html#line.732">getResponseAsString</a>()
+<pre>public&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/client/RestCall.html#line.720">getResponseAsString</a>()
                            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></pre>
 <div class="block">Connects to the remote resource (if <code>connect()</code> 
hasn't already been called) and returns the HTTP response message body as plain 
text.</div>
 <dl>
@@ -1144,7 +1132,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponse</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.754">getResponse</a>(<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;T&gt;&nbsp;type)
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.742">getResponse</a>(<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;T&gt;&nbsp;type)
                   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>,
                          <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Converts the output from the connection into an object of 
the specified class using the registered <a 
href="../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a>.</div>
@@ -1167,7 +1155,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponsePojoRest</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/utils/PojoRest.html" 
title="class in org.apache.juneau.utils">PojoRest</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.771">getResponsePojoRest</a>(<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;innerType)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/utils/PojoRest.html" 
title="class in org.apache.juneau.utils">PojoRest</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.759">getResponsePojoRest</a>(<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;innerType)
                              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>,
                                     <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Parses the output from the connection into the specified 
type and then wraps that in a <a 
href="../../../../org/apache/juneau/utils/PojoRest.html" title="class in 
org.apache.juneau.utils"><code>PojoRest</code></a>.
@@ -1190,7 +1178,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponsePojoRest</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/utils/PojoRest.html" 
title="class in org.apache.juneau.utils">PojoRest</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.784">getResponsePojoRest</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/utils/PojoRest.html" 
title="class in org.apache.juneau.utils">PojoRest</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.772">getResponsePojoRest</a>()
                              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>,
                                     <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Converts the output from the connection into an <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau"><code>ObjectMap</code></a> and then wraps that in a <a 
href="../../../../org/apache/juneau/utils/PojoRest.html" title="class in 
org.apache.juneau.utils"><code>PojoRest</code></a>.
@@ -1211,29 +1199,26 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseMap</h4>
-<pre>public final&nbsp;&lt;K,V,T extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.815">getResponseMap</a>(<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;T&gt;&nbsp;mapClass,
+<pre>public final&nbsp;&lt;K,V,T extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.800">getResponseMap</a>(<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;T&gt;&nbsp;mapClass,
                                                        <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;K&gt;&nbsp;keyClass,
                                                        <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;V&gt;&nbsp;valueClass)
                                                 throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a>,
                                                        <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></pre>
 <div class="block">Convenience method when you want to parse into a 
Map&lt;K,V&gt; object.
 
- <dl>
-   <dt>Example:</dt>
-   <dd>
+
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    Map&lt;String,MyBean&gt; m = 
client.doGet(url).getResponseMap(LinkedHashMap.<jk>class</jk>, 
String.<jk>class</jk>, MyBean.<jk>class</jk>);
  </p>
-      <p>
- A simpler approach is often to just extend the map class you want and just 
use the normal <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponse-java.lang.Class-"><code>getResponse(Class)</code></a>
 method:
-      </p>
+ <p>
+   A simpler approach is often to just extend the map class you want and just 
use the normal <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponse-java.lang.Class-"><code>getResponse(Class)</code></a>
 method:
+ </p>
  <p class='bcode'>
    <jk>public static class</jk> MyMap <jk>extends</jk> 
LinkedHashMap&lt;String,MyBean&gt; {}
 
    Map&lt;String,MyBean&gt; m = 
client.doGet(url).getResponse(MyMap.<jk>class</jk>);
- </p>
-   </dd>
- </dl></div>
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>mapClass</code> - The map class to use (e.g. 
<code>TreeMap</code>)</dd>
@@ -1253,28 +1238,25 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseCollection</h4>
-<pre>public final&nbsp;&lt;E,T extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in 
java.util">Collection</a>&lt;E&gt;&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.846">getResponseCollection</a>(<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;T&gt;&nbsp;collectionClass,
+<pre>public final&nbsp;&lt;E,T extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in 
java.util">Collection</a>&lt;E&gt;&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.828">getResponseCollection</a>(<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;T&gt;&nbsp;collectionClass,
                                                                  <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;E&gt;&nbsp;entryClass)
                                                           throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a>,
                                                                  <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></pre>
 <div class="block">Convenience method when you want to parse into a 
Collection&lt;E&gt; object.
 
- <dl>
-   <dt>Example:</dt>
-   <dd>
+
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    List&lt;MyBean&gt; l = 
client.doGet(url).getResponseCollection(LinkedList.<jk>class</jk>, 
MyBean.<jk>class</jk>);
  </p>
-      <p>
-         A simpler approach is often to just extend the collection class you 
want and just use the normal <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponse-java.lang.Class-"><code>getResponse(Class)</code></a>
 method:
+ <p>
+   A simpler approach is often to just extend the collection class you want 
and just use the normal <a 
href="../../../../org/apache/juneau/client/RestCall.html#getResponse-java.lang.Class-"><code>getResponse(Class)</code></a>
 method:
  </p>
  <p class='bcode'>
    <jk>public static class</jk> MyList <jk>extends</jk> 
LinkedList&lt;MyBean&gt; {}
 
    List&lt;MyBean&gt; l = client.doGet(url).getResponse(MyList.<jk>class</jk>);
- </p>
-   </dd>
- </dl></div>
+ </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>collectionClass</code> - The collection class to use (e.g. 
<code>LinkedList</code>)</dd>
@@ -1293,7 +1275,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequest</h4>
-<pre>public&nbsp;org.apache.http.client.methods.HttpUriRequest&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.886">getRequest</a>()</pre>
+<pre>public&nbsp;org.apache.http.client.methods.HttpUriRequest&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.868">getRequest</a>()</pre>
 <div class="block">Returns access to the <code>HttpUriRequest</code> passed to 
<code>HttpClient.execute(HttpUriRequest)</code>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1307,7 +1289,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponse</h4>
-<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.897">getResponse</a>()
+<pre>public&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.879">getResponse</a>()
                                          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></pre>
 <div class="block">Returns access to the <code>HttpResponse</code> returned by 
<code>HttpClient.execute(HttpUriRequest)</code>.
  Returns <jk>null</jk> if <a 
href="../../../../org/apache/juneau/client/RestCall.html#connect--"><code>connect()</code></a>
 has not yet been called.</div>
@@ -1325,7 +1307,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.908">setHeader</a>(org.apache.http.Header&nbsp;header)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.890">setHeader</a>(org.apache.http.Header&nbsp;header)</pre>
 <div class="block">Shortcut for calling 
<code>getRequest().setHeader(header)</code></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1342,7 +1324,7 @@ public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Rest
 <li class="blockList">
 <h4>consumeResponse</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.915">consumeResponse</a>()</pre>
+public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.897">consumeResponse</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">Use close()</div>
 </li>
@@ -1353,7 +1335,7 @@ public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Res
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.926">close</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.908">close</a>()
                throws <a 
href="../../../../org/apache/juneau/client/RestCallException.html" title="class 
in org.apache.juneau.client">RestCallException</a></pre>
 <div class="block">Cleans up this HTTP call.</div>
 <dl>
@@ -1370,7 +1352,7 @@ public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/Res
 <ul class="blockListLast">
 <li class="blockList">
 <h4>logTo</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.943">logTo</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>public&nbsp;<a href="../../../../org/apache/juneau/client/RestCall.html" 
title="class in org.apache.juneau.client">RestCall</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/client/RestCall.html#line.925">logTo</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">Adds a <a 
href="../../../../org/apache/juneau/client/RestCallLogger.html" title="class in 
org.apache.juneau.client"><code>RestCallLogger</code></a> to the list of 
interceptors on this class.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/client/SerializedNameValuePair.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/client/SerializedNameValuePair.html 
b/content/site/apidocs/org/apache/juneau/client/SerializedNameValuePair.html
index 4776da2..22258a9 100644
--- a/content/site/apidocs/org/apache/juneau/client/SerializedNameValuePair.html
+++ b/content/site/apidocs/org/apache/juneau/client/SerializedNameValuePair.html
@@ -118,8 +118,8 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 implements org.apache.http.NameValuePair</pre>
 <div class="block">Subclass of <code>NameValuePair</code> for serializing 
POJOs as URL-encoded form post entries
    using the <a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in org.apache.juneau.urlencoding"><code>class</code></a>.
- <p>
- Example:
+
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    NameValuePairs params = <jk>new</jk> NameValuePairs()
       .append(<jk>new</jk> SerializedNameValuePair(<js>"myPojo"</js>, pojo, 
UrlEncodingSerializer.<jsf>DEFAULT_SIMPLE</jsf>))

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/client/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/client/package-summary.html 
b/content/site/apidocs/org/apache/juneau/client/package-summary.html
index 8d0dcda..cf82fde 100644
--- a/content/site/apidocs/org/apache/juneau/client/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/client/package-summary.html
@@ -306,7 +306,7 @@
       <li><code>httpcore-4.4.1.jar</code>
       <li><code>httpmime-4.5.jar</code>
    </ul>
-   <h6 class='topic'>Examples</h6>
+   <h6 class='topic'>Example:</h6>
    <p class='bcode'>
    <jc>// Examples below use the Juneau Address Book resource example</jc>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
index 476013b..978a4ee 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation">@Bean</a>(<a 
href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="item",
-      <a 
href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>={"name","type","length"})
+      <a 
href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="name,type,length")
 public class <a 
href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.31">Column</a>
 extends <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></pre>
 <div class="block">Represents a meta-data column in a Cognos dataset.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
index ef60b77..ae9db57 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation">@Bean</a>(<a 
href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="dataset",
-      <a 
href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>={"metadata","data"})
+      <a 
href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="metadata,data")
 public class <a 
href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.html#line.79">DataSet</a>
 extends <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></pre>
 <div class="block">Represents a Cognos dataset.
@@ -141,7 +141,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <p>
    Only 2-dimentional POJOs (arrays or collections of maps or beans) can be 
serialized to Cognos.
 
- <h6 class='topic'>Example</h6>
+ <h6 class='topic'>Example:</h6>
  <p>
    The construct shown above is a serialized <code>AddressBook</code> object 
which is a subclass of <code>LinkedList&lt;Person&gt;</code>.
    The code for generating the XML is as follows...

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
index a992c63..e0dd02f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
@@ -158,7 +158,7 @@
       <li><code>MyBean[]</code>
       <li><code>HashMap[]</code>
    </ul>
-   <h6 class='topic'>Example</h6>
+   <h6 class='topic'>Example:</h6>
    <p>
       The following example shows how to generate Cognos-XML from a POJO.  
       The example uses the <a class='doclink' 
href='../../doc-files/AddressBook.html'>AddressBook</a> sample POJO.
@@ -246,7 +246,7 @@
    <p>
       The <a href="../../../../../org/apache/juneau/dto/cognos/DataSet.html" 
title="class in org.apache.juneau.dto.cognos"><code>DataSet</code></a> class 
can be reconstructed from Cognos/XML using one of the standard XML parsers.
    </p>
-   <h6 class='topic'>Example</h6>
+   <h6 class='topic'>Example:</h6>
    <p class='bcode'>
    <jc>// Parse XML back into original DataSet</jc> 
    DataSet ds = XmlParser.<jsf>DEFAULT</jsf>.parse(xml, 
DataSet.<jk>class</jk>);

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
index cd0f5aa..8513bb9 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
@@ -126,7 +126,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
       that override the default serialization/parsing behavior of 
<code>Enum</code> types
       so that they are represented in lowercase form (as per the 
specification).
 
- <h6 class='figure'>Example</h6>
+ <h6 class='topic'>Example:</h6>
  <p class='bcode'>
    // Produces 'number', not 'NUMBER'.
    String json = JsonSerializer.DEFAULT.serialize(JsonType.NUMBER);

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
index 04f7170..49fc0c9 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.848">Schema.BooleanOrSchemaArraySwap</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.849">Schema.BooleanOrSchemaArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<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>,<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>&gt;</pre>
 <div class="block">Used during parsing to convert the 
<property>additionalItems</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -210,7 +210,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BooleanOrSchemaArraySwap</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.848">BooleanOrSchemaArraySwap</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.849">BooleanOrSchemaArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +227,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</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/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.851">swap</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/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.852">swap</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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-T-">PojoSwap</a></code></span></div>
 <div class="block">If this transform is to be used to serialize 
non-serializable POJOs, it must implement this method.
@@ -260,7 +260,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</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/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.856">unswap</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/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.857">unswap</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,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint,
                      <a 
href="../../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;bc)
               throws <a 
href="../../../../../org/apache/juneau/parser/ParseException.html" title="class 
in org.apache.juneau.parser">ParseException</a></pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
index aae73c0..a52d5ac 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1092">Schema.BooleanOrSchemaSwap</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1093">Schema.BooleanOrSchemaSwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<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>,<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>&gt;</pre>
 <div class="block">Used during parsing to convert the 
<property>additionalProperties</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -210,7 +210,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BooleanOrSchemaSwap</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1092">BooleanOrSchemaSwap</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1093">BooleanOrSchemaSwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +227,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</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/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1095">swap</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/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1096">swap</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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-T-">PojoSwap</a></code></span></div>
 <div class="block">If this transform is to be used to serialize 
non-serializable POJOs, it must implement this method.
@@ -260,7 +260,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</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/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1100">unswap</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/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1101">unswap</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,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint,
                      <a 
href="../../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;bc)
               throws <a 
href="../../../../../org/apache/juneau/parser/ParseException.html" title="class 
in org.apache.juneau.parser">ParseException</a></pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
index 4ddae19..aab87f5 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.294">Schema.JsonTypeOrJsonTypeArraySwap</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.295">Schema.JsonTypeOrJsonTypeArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<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>,<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>&gt;</pre>
 <div class="block">Used during parsing to convert the 
<property>type</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -210,7 +210,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JsonTypeOrJsonTypeArraySwap</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.294">JsonTypeOrJsonTypeArraySwap</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.295">JsonTypeOrJsonTypeArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +227,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</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/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.297">swap</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/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.298">swap</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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-T-">PojoSwap</a></code></span></div>
 <div class="block">If this transform is to be used to serialize 
non-serializable POJOs, it must implement this method.
@@ -260,7 +260,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</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/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.302">unswap</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/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.303">unswap</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,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint,
                      <a 
href="../../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;bc)
               throws <a 
href="../../../../../org/apache/juneau/parser/ParseException.html" title="class 
in org.apache.juneau.parser">ParseException</a></pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
index 795a767..96144e4 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.554">Schema.SchemaOrSchemaArraySwap</a>
+<pre>public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.555">Schema.SchemaOrSchemaArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<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>,<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>&gt;</pre>
 <div class="block">Used during parsing to convert the 
<property>items</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -210,7 +210,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaOrSchemaArraySwap</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.554">SchemaOrSchemaArraySwap</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.555">SchemaOrSchemaArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +227,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</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/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.557">swap</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/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.558">swap</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"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-T-">PojoSwap</a></code></span></div>
 <div class="block">If this transform is to be used to serialize 
non-serializable POJOs, it must implement this method.
@@ -260,7 +260,7 @@ extends <a 
href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</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/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.562">unswap</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/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.563">unswap</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,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint,
                      <a 
href="../../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a>&nbsp;bc)
               throws <a 
href="../../../../../org/apache/juneau/parser/ParseException.html" title="class 
in org.apache.juneau.parser">ParseException</a></pre>

Reply via email to