http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestContext.html 
b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
index 8780521..5a59747 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestContext.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestContext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestContext (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="RestContext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestContext (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/RestConverter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestConverter.html 
b/content/site/apidocs/org/apache/juneau/rest/RestConverter.html
index 2931986..1e3f95c 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestConverter.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestConverter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestConverter (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestConverter (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="RestConverter (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestConverter (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/RestException.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestException.html 
b/content/site/apidocs/org/apache/juneau/rest/RestException.html
index 0649ed8..99d1c41 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestException.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestException (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestException (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="RestException (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestException (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -108,6 +108,9 @@ var activeTableTab = "activeTableTab";
 <li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true";
 title="class or interface in java.lang">java.lang.RuntimeException</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../org/apache/juneau/FormattedRuntimeException.html" 
title="class in 
org.apache.juneau">org.apache.juneau.FormattedRuntimeException</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.juneau.rest.RestException</li>
 </ul>
 </li>
@@ -118,6 +121,8 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -127,8 +132,8 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.25">RestException</a>
-extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true";
 title="class or interface in java.lang">RuntimeException</a></pre>
+<pre>public class <a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.29">RestException</a>
+extends <a href="../../../../org/apache/juneau/FormattedRuntimeException.html" 
title="class in org.apache.juneau">FormattedRuntimeException</a></pre>
 <div class="block">Exception thrown to trigger an error HTTP status.
  <p>
  REST methods on subclasses of <a 
href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in 
org.apache.juneau.rest"><code>RestServlet</code></a> can throw
@@ -252,7 +257,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>RestException</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.39">RestException</a>(int&nbsp;status,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.43">RestException</a>(int&nbsp;status,
                      <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;msg,
                      <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;args)</pre>
 <div class="block">Constructor.</div>
@@ -270,7 +275,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RestException</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.50">RestException</a>(int&nbsp;status,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.54">RestException</a>(int&nbsp;status,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -294,7 +299,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>initCause</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.63">initCause</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.67">initCause</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 <div class="block">Sets the inner cause for this exception.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -312,7 +317,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>getRootCause</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.77">getRootCause</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.81">getRootCause</a>()</pre>
 <div class="block">Returns the root cause of this exception.
  The root cause is the first exception in the init-cause parent chain that's 
not one of the following:
  <ul>
@@ -331,7 +336,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>getFullStackMessage</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/rest/RestException.html#line.96">getFullStackMessage</a>(boolean&nbsp;scrubForXssVulnerabilities)</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/rest/RestException.html#line.100">getFullStackMessage</a>(boolean&nbsp;scrubForXssVulnerabilities)</pre>
 <div class="block">Returns all error messages from all errors in this stack.
  <p>
  Typically useful if you want to render all the error messages in the stack, 
but don't
@@ -350,7 +355,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.120">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.124">hashCode</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a></code>&nbsp;in 
class&nbsp;<code><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></code></dd>
@@ -363,7 +368,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockList">
 <li class="blockList">
 <h4>getOccurrence</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.142">getOccurrence</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.146">getOccurrence</a>()</pre>
 <div class="block">Returns the number of times this exception occurred on this 
servlet.
  <p>
  This only gets set if <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_useStackTraceHashes"><code>RestContext.REST_useStackTraceHashes</code></a>
 is enabled on the servlet.</div>
@@ -379,7 +384,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getStatus</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.151">getStatus</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestException.html#line.155">getStatus</a>()</pre>
 <div class="block">Returns the HTTP status code.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestGuard.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestGuard.html 
b/content/site/apidocs/org/apache/juneau/rest/RestGuard.html
index b6e6f83..64a02df 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestGuard.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestGuard.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestGuard (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>RestGuard (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="RestGuard (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestGuard (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/RestInfoProvider.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html 
b/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
index fbe4958..a552434 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestInfoProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestInfoProvider (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="RestInfoProvider (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestInfoProvider (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/RestLogger.NoOp.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestLogger.NoOp.html 
b/content/site/apidocs/org/apache/juneau/rest/RestLogger.NoOp.html
index 9cca270..9cf21b1 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestLogger.NoOp.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestLogger.NoOp.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestLogger.NoOp (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestLogger.NoOp (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="RestLogger.NoOp (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestLogger.NoOp (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.211">RestLogger.NoOp</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.212">RestLogger.NoOp</a>
 extends <a href="../../../../org/apache/juneau/rest/RestLogger.html" 
title="class in org.apache.juneau.rest">RestLogger</a></pre>
 <div class="block">NO-OP logger.
  <p>
@@ -226,7 +226,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NoOp</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.211">NoOp</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.212">NoOp</a>()</pre>
 </li>
 </ul>
 </li>
@@ -243,7 +243,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogger</h4>
-<pre>protected&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.214">getLogger</a>()</pre>
+<pre>protected&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.215">getLogger</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/rest/RestLogger.html#getLogger--">RestLogger</a></code></span></div>
 <div class="block">Returns the Java logger used for logging.
  <p>
@@ -263,7 +263,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>log</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.219">log</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;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.NoOp.html#line.220">log</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/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause,
                    <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;msg,
                    <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;args)</pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestLogger.Normal.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestLogger.Normal.html 
b/content/site/apidocs/org/apache/juneau/rest/RestLogger.Normal.html
index 8636b3e..899b80d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestLogger.Normal.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestLogger.Normal.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestLogger.Normal (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestLogger.Normal (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="RestLogger.Normal (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestLogger.Normal (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.227">RestLogger.Normal</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.228">RestLogger.Normal</a>
 extends <a href="../../../../org/apache/juneau/rest/RestLogger.html" 
title="class in org.apache.juneau.rest">RestLogger</a></pre>
 <div class="block">Default logger.
  <p>
@@ -222,7 +222,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Normal</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.227">Normal</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.228">Normal</a>()</pre>
 </li>
 </ul>
 </li>
@@ -239,7 +239,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogger</h4>
-<pre>protected&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.232">getLogger</a>()</pre>
+<pre>protected&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.233">getLogger</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/rest/RestLogger.html#getLogger--">RestLogger</a></code></span></div>
 <div class="block">Returns the Java logger used for logging.
  <p>
@@ -259,7 +259,7 @@ extends <a 
href="../../../../org/apache/juneau/rest/RestLogger.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>log</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.237">log</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;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.Normal.html#line.238">log</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/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause,
                    <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;msg,
                    <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;args)</pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestLogger.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestLogger.html 
b/content/site/apidocs/org/apache/juneau/rest/RestLogger.html
index e4b80d2..057d692 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestLogger.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestLogger.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestLogger (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestLogger (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="RestLogger (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestLogger (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.38">RestLogger</a>
+<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.39">RestLogger</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">Logging utility class.
  <p>
@@ -269,7 +269,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RestLogger</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.38">RestLogger</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.39">RestLogger</a>()</pre>
 </li>
 </ul>
 </li>
@@ -286,7 +286,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogger</h4>
-<pre>protected abstract&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.48">getLogger</a>()</pre>
+<pre>protected abstract&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.49">getLogger</a>()</pre>
 <div class="block">Returns the Java logger used for logging.
  <p>
  Subclasses can provide their own logger.
@@ -303,7 +303,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>log</h4>
-<pre>protected abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.61">log</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 abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.62">log</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/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a>&nbsp;cause,
                             <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;msg,
                             <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;args)</pre>
@@ -326,7 +326,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>log</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.72">log</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;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.73">log</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/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg,
                    <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;args)</pre>
 <div class="block">Log a message.
@@ -346,7 +346,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>logObjects</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.90">logObjects</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;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.91">logObjects</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/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;msg,
                           <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;args)</pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestLogger.html#log-java.util.logging.Level-java.lang.String-java.lang.Object...-"><code>log(Level,
 String, Object...)</code></a> excepts runs the arguments through <a 
href="../../../../org/apache/juneau/json/JsonSerializer.html#DEFAULT_LAX_READABLE"><code>JsonSerializer.DEFAULT_LAX_READABLE</code></a>.
@@ -371,7 +371,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>onError</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.131">onError</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.132">onError</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
                        <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletResponse</a>&nbsp;res,
                        <a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a>&nbsp;e)</pre>
 <div class="block">Callback method for logging errors during HTTP requests.
@@ -417,7 +417,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>shouldLog</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.159">shouldLog</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.160">shouldLog</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
                             <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletResponse</a>&nbsp;res,
                             <a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a>&nbsp;e)</pre>
 <div class="block">Returns <jk>true</jk> if the specified exception should be 
logged.
@@ -442,7 +442,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>shouldLogStackTrace</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.184">shouldLogStackTrace</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestLogger.html#line.185">shouldLogStackTrace</a>(<a
 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequest</a>&nbsp;req,
                                       <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletResponse</a>&nbsp;res,
                                       <a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a>&nbsp;e)</pre>
 <div class="block">Returns <jk>true</jk> if a stack trace should be logged for 
this exception.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestMatcher.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestMatcher.html 
b/content/site/apidocs/org/apache/juneau/rest/RestMatcher.html
index c6703a4..980a5b0 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestMatcher.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestMatcher.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestMatcher (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestMatcher (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="RestMatcher (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestMatcher (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/RestMatcherReflecting.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/RestMatcherReflecting.html 
b/content/site/apidocs/org/apache/juneau/rest/RestMatcherReflecting.html
index 7064ca4..efa41ac 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestMatcherReflecting.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestMatcherReflecting.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestMatcherReflecting (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestMatcherReflecting (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="RestMatcherReflecting (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestMatcherReflecting (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/RestParam.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestParam.html 
b/content/site/apidocs/org/apache/juneau/rest/RestParam.html
index df017e2..3a114bc 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestParam.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestParam.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestParam (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>RestParam (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="RestParam (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestParam (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/RestParamType.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestParamType.html 
b/content/site/apidocs/org/apache/juneau/rest/RestParamType.html
index c6827dd..c6f156b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestParamType.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestParamType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestParamType (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestParamType (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="RestParamType (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestParamType (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {


Reply via email to