http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/80ff9b74/content/site/apidocs/org/apache/juneau/rest/RestRequest.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestRequest.html 
b/content/site/apidocs/org/apache/juneau/rest/RestRequest.html
index 8c0aeb0..e1c7894 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestRequest.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestRequest.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.65">RestRequest</a>
+<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.66">RestRequest</a>
 extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true";
 title="class or interface in 
javax.servlet.http">HttpServletRequestWrapper</a></pre>
 <div class="block">Represents an HTTP request for a REST resource.
  <p>
@@ -807,7 +807,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</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/RestRequest.html#line.174">getDescription</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/rest/RestRequest.html#line.176">getDescription</a>()</pre>
 <div class="block">Returns a string of the form <js>"HTTP method-name 
full-url"</js></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -821,7 +821,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.199">getProperties</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.201">getProperties</a>()</pre>
 <div class="block">Retrieve the properties active for this request.
  <p>
  These properties can be modified by the request.</div>
@@ -837,7 +837,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.214">setHeader</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;name,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.216">setHeader</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;name,
                       <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;value)</pre>
 <div class="block">Sets a request header value.</div>
 <dl>
@@ -853,7 +853,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</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/RestRequest.html#line.227">getHeader</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;name)</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/RestRequest.html#line.229">getHeader</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;name)</pre>
 <div class="block">Returns the specified header value, or <jk>null</jk> if the 
header doesn't exist.
  <p>
  If <code>allowHeaderParams</code> init parameter is <jk>true</jk>, then first 
looks for <code>&amp;HeaderName=x</code> in the URL query string.</div>
@@ -871,7 +871,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</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/RestRequest.html#line.240">getHeader</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;name,
+<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/RestRequest.html#line.242">getHeader</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;name,
                         <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;def)</pre>
 <div class="block">Returns the specified header value, or a default value if 
the header doesn't exist.
  <p>
@@ -891,7 +891,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.278">getHeader</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.280">getHeader</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;name,
                        <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>
 <div class="block">Returns the specified header value converted to a POJO.
  <p>
@@ -925,7 +925,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.292">getHeader</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.294">getHeader</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;name,
                        T&nbsp;def,
                        <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>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getHeader-java.lang.String-java.lang.Class-"><code>getHeader(String,
 Class)</code></a> but returns a default value if not found.</div>
@@ -947,9 +947,10 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.320">getHeader</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.323">getHeader</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;name,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
-                       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)</pre>
+                       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
+                throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Returns the specified header value converted to a POJO.
  <p>
  The type can be any POJO type convertable from a <code>String</code>
@@ -972,6 +973,8 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
    <br>Ignored if the main type is not a map or collection.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The parameter value converted to the specified class type.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../org/apache/juneau/parser/ParseException.html" 
title="class in org.apache.juneau.parser">ParseException</a></code> - If the 
header could not be converted to the specified type.</dd>
 </dl>
 </li>
 </ul>
@@ -981,7 +984,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaders</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.332">getHeaders</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.335">getHeaders</a>()</pre>
 <div class="block">Returns all the request headers as an <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau"><code>ObjectMap</code></a>.
  <p>
  Altering entries in this map does not alter headers in the underlying 
request.</div>
@@ -997,7 +1000,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaders</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true";
 title="class or interface in java.util">Enumeration</a>&lt;<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.344">getHeaders</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;name)</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true";
 title="class or interface in java.util">Enumeration</a>&lt;<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.347">getHeaders</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;name)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true#getHeaders-java.lang.String-";
 title="class or interface in javax.servlet.http">getHeaders</a></code>&nbsp;in 
interface&nbsp;<code><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></code></dd>
@@ -1012,7 +1015,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaType</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/MediaType.html" 
title="class in org.apache.juneau">MediaType</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.363">getMediaType</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/MediaType.html" 
title="class in org.apache.juneau">MediaType</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.366">getMediaType</a>()</pre>
 <div class="block">Returns the <code>Content-Type</code> header value on the 
request, stripped
    of any parameters such as <js>";charset=X"</js>.
  <p>
@@ -1033,7 +1036,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getTimeZone</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true";
 title="class or interface in java.util">TimeZone</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.380">getTimeZone</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true";
 title="class or interface in java.util">TimeZone</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.383">getTimeZone</a>()</pre>
 <div class="block">Returns the <code>Time-Zone</code> header value on the 
request if there is one.
  <p>
  Example: <js>"GMT"</js>.</div>
@@ -1049,7 +1052,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getSupportedMediaTypes</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">MediaType</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.392">getSupportedMediaTypes</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">MediaType</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.395">getSupportedMediaTypes</a>()</pre>
 <div class="block">Returns the media types that are valid for 
<code>Content-Type</code> headers on the request.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1063,7 +1066,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setCharacterEncoding</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.400">setCharacterEncoding</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;charset)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.403">setCharacterEncoding</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;charset)</pre>
 <div class="block">Sets the charset to expect on the request body.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1079,7 +1082,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getCharacterEncoding</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/RestRequest.html#line.408">getCharacterEncoding</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/rest/RestRequest.html#line.411">getCharacterEncoding</a>()</pre>
 <div class="block">Returns the charset specified on the 
<code>Content-Type</code> header, or <js>"UTF-8"</js> if not specified.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1095,7 +1098,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getLocale</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.428">getLocale</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.431">getLocale</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true#getLocale--";
 title="class or interface in javax.servlet">getLocale</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true";
 title="class or interface in javax.servlet">ServletRequest</a></code></dd>
@@ -1110,7 +1113,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getLocales</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true";
 title="class or interface in java.util">Enumeration</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.439">getLocales</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true";
 title="class or interface in java.util">Enumeration</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.442">getLocales</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true#getLocales--";
 title="class or interface in javax.servlet">getLocales</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true";
 title="class or interface in javax.servlet">ServletRequest</a></code></dd>
@@ -1125,7 +1128,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setQueryParameter</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.464">setQueryParameter</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;name,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.467">setQueryParameter</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;name,
                               <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;value)</pre>
 <div class="block">Sets a request query parameter value.</div>
 <dl>
@@ -1141,7 +1144,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</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/RestRequest.html#line.480">getQueryParameter</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;name)</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/RestRequest.html#line.483">getQueryParameter</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;name)</pre>
 <div class="block">Returns a query parameter value.
  <p>
  Same as <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameter-java.lang.String-";
 title="class or interface in 
javax.servlet"><code>ServletRequestWrapper.getParameter(String)</code></a> 
except only looks in the URL string, not parameters from URL-Encoded FORM posts.
@@ -1161,7 +1164,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</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/RestRequest.html#line.506">getQueryParameter</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;name,
+<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/RestRequest.html#line.509">getQueryParameter</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;name,
                                 <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;def)</pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getQueryParameter-java.lang.String-"><code>getQueryParameter(String)</code></a>
 but returns the specified default value if the query parameter was not 
specified.</div>
 <dl>
@@ -1179,7 +1182,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.540">getQueryParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.543">getQueryParameter</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;name,
                                <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Returns the specified query parameter value converted to a 
POJO.
@@ -1224,7 +1227,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.554">getQueryParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.557">getQueryParameter</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;name,
                                T&nbsp;def,
                                <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1249,7 +1252,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.590">getQueryParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.593">getQueryParameter</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;name,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                         throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1296,7 +1299,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.608">getQueryParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.611">getQueryParameter</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;name,
                                <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;def,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
@@ -1326,7 +1329,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameters</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.624">getQueryParameters</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.627">getQueryParameters</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;name,
                                 <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;c)
                          throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getQueryParameter-java.lang.String-java.lang.Class-"><code>getQueryParameter(String,
 Class)</code></a> except for use on multi-part parameters
@@ -1352,7 +1355,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameters</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.644">getQueryParameters</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.647">getQueryParameters</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;name,
                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                          throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1383,7 +1386,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameters</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/RestRequest.html#line.658">getQueryParameters</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;name)</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/RestRequest.html#line.661">getQueryParameters</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;name)</pre>
 <div class="block">Returns the list of all query parameters with the specified 
name.
  <p>
  Same as <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameterValues-java.lang.String-";
 title="class or interface in 
javax.servlet"><code>ServletRequestWrapper.getParameterValues(String)</code></a>
 except only looks in the URL string, not parameters from URL-Encoded FORM 
posts.
@@ -1403,7 +1406,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>hasQueryParameter</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.673">hasQueryParameter</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;name)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.676">hasQueryParameter</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;name)</pre>
 <div class="block">Returns <jk>true</jk> if the query parameters on this 
request contains the specified entry.
  <p>
  Note that this returns <jk>true</jk> even if the value is set to null (e.g. 
<js>"?key"</js>).
@@ -1424,7 +1427,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>hasAnyQueryParameters</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.683">hasAnyQueryParameters</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;params)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.686">hasAnyQueryParameters</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;params)</pre>
 <div class="block">Returns <jk>true</jk> if the request contains any of the 
specified query parameters.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1440,7 +1443,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameterMap</h4>
-<pre>public&nbsp;<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;<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>,<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>[]&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.699">getQueryParameterMap</a>()</pre>
+<pre>public&nbsp;<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;<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>,<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>[]&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.702">getQueryParameterMap</a>()</pre>
 <div class="block">Equivalent to <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameterMap--";
 title="class or interface in 
javax.servlet"><code>ServletRequestWrapper.getParameterMap()</code></a>, but 
only looks for query parameters in the URL, not form posts.
  <p>
  This method can be used to retrieve query parameters without triggering the 
underlying servlet API to load and parse the request body.
@@ -1458,7 +1461,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryParameterNames</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.712">getQueryParameterNames</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.715">getQueryParameterNames</a>()</pre>
 <div class="block">Equivalent to <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameterNames--";
 title="class or interface in 
javax.servlet"><code>ServletRequestWrapper.getParameterNames()</code></a>, but 
only looks for query parameters in the URL, not form posts.
  <p>
  This method can be used to retrieve query parameters without triggering the 
underlying servlet API to load and parse the request body.
@@ -1476,7 +1479,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setFormDataParameter</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.770">setFormDataParameter</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;name,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.773">setFormDataParameter</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;name,
                                  <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;value)</pre>
 <div class="block">Sets a request form data parameter value.</div>
 <dl>
@@ -1492,7 +1495,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameter</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/RestRequest.html#line.797">getFormDataParameter</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;name)</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/RestRequest.html#line.800">getFormDataParameter</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;name)</pre>
 <div class="block">Returns a form data parameter value.
  <p>
  Parameter lookup is case-insensitive (consistent with WAS, but differs from 
Tomcat).
@@ -1523,7 +1526,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameter</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/RestRequest.html#line.814">getFormDataParameter</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;name,
+<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/RestRequest.html#line.817">getFormDataParameter</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;name,
                                    <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;def)</pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getFormDataParameter-java.lang.String-"><code>getFormDataParameter(String)</code></a>
 except returns a default value if <jk>null</jk> or empty.</div>
 <dl>
@@ -1541,7 +1544,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.854">getFormDataParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.857">getFormDataParameter</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;name,
                                   <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Returns the specified form data parameter value converted 
to a POJO using the
@@ -1590,7 +1593,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.868">getFormDataParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.871">getFormDataParameter</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;name,
                                   T&nbsp;def,
                                   <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1615,7 +1618,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameters</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.883">getFormDataParameters</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.886">getFormDataParameters</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;name,
                                    <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getFormDataParameter-java.lang.String-java.lang.Class-"><code>getFormDataParameter(String,
 Class)</code></a> except for use on multi-part parameters
@@ -1639,7 +1642,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.921">getFormDataParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.924">getFormDataParameter</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;name,
                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                            throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1687,7 +1690,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataParameters</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.940">getFormDataParameters</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.943">getFormDataParameters</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;name,
                                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                             throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1716,7 +1719,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>hasFormDataParameter</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.952">hasFormDataParameter</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;name)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.955">hasFormDataParameter</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;name)</pre>
 <div class="block">Returns <jk>true</jk> if the form data parameters on this 
request contains the specified entry.
  <p>
  Note that this returns <jk>true</jk> even if the value is set to null (e.g. 
<js>"?key"</js>).</div>
@@ -1734,7 +1737,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setPathParameter</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1012">setPathParameter</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;name,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1032">setPathParameter</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;name,
                              <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;value)</pre>
 <div class="block">Sets a path parameter value.
  <p>
@@ -1752,7 +1755,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathParameter</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/RestRequest.html#line.1026">getPathParameter</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;name)</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/RestRequest.html#line.1046">getPathParameter</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;name)</pre>
 <div class="block">Returns a path parameter value.
  <p>
  A path parameter is a variable in the path pattern such as 
<js>"/{foo}"</js></div>
@@ -1770,7 +1773,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1059">getPathParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1079">getPathParameter</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;name,
                               <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="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Returns the specified path parameter converted to a POJO.
@@ -1813,7 +1816,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathParameter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1095">getPathParameter</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;name,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1115">getPathParameter</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;name,
                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                        throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1860,7 +1863,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getBody</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1187">getBody</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/rest/RestRequest.html#line.1207">getBody</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">Reads the input from the HTTP request as JSON, XML, or HTML 
and converts the input to a POJO.
@@ -1946,7 +1949,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getBody</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1217">getBody</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1237">getBody</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)</pre>
 <div class="block">Reads the input from the HTTP request as JSON, XML, or HTML 
and converts the input to a POJO.
  <p>
@@ -1984,7 +1987,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getBodyAsString</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/RestRequest.html#line.1229">getBodyAsString</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/rest/RestRequest.html#line.1249">getBodyAsString</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 HTTP body content as a plain string.
  <p>
@@ -2003,7 +2006,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getReader</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true";
 title="class or interface in java.io">BufferedReader</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1243">getReader</a>()
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true";
 title="class or interface in java.io">BufferedReader</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1263">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">Returns the HTTP body content as a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io"><code>Reader</code></a>.
  <p>
@@ -2026,7 +2029,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getUnbufferedReader</h4>
-<pre>protected&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/rest/RestRequest.html#line.1258">getUnbufferedReader</a>()
+<pre>protected&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/rest/RestRequest.html#line.1278">getUnbufferedReader</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">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getReader--"><code>getReader()</code></a>,
 but doesn't encapsulate the result in a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true";
 title="class or interface in java.io"><code>BufferedReader</code></a>;</div>
 <dl>
@@ -2043,7 +2046,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getInputStream</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletInputStream.html?is-external=true";
 title="class or interface in javax.servlet">ServletInputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1274">getInputStream</a>()
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletInputStream.html?is-external=true";
 title="class or interface in javax.servlet">ServletInputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1294">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">Returns the HTTP body content as an <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io"><code>InputStream</code></a>.
  <p>
@@ -2067,7 +2070,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathInfoUndecoded</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/RestRequest.html#line.1347">getPathInfoUndecoded</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/rest/RestRequest.html#line.1367">getPathInfoUndecoded</a>()</pre>
 <div class="block">Same as <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true#getPathInfo--";
 title="class or interface in 
javax.servlet.http"><code>HttpServletRequest.getPathInfo()</code></a> except 
returns the path undecoded.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2081,7 +2084,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathInfoParts</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/RestRequest.html#line.1360">getPathInfoParts</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/rest/RestRequest.html#line.1380">getPathInfoParts</a>()</pre>
 <div class="block">Returns the value <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true#getPathInfo--";
 title="class or interface in 
javax.servlet.http"><code>HttpServletRequestWrapper.getPathInfo()</code></a> 
split on the <js>'/'</js> character.
  <p>
  If path info is <jk>null</jk>, returns an empty list.
@@ -2099,7 +2102,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getURL</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1392">getURL</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;path)
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1412">getURL</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;path)
            throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/MalformedURLException.html?is-external=true";
 title="class or interface in java.net">MalformedURLException</a></pre>
 <div class="block">Returns a resolved URL.
  <p>
@@ -2124,7 +2127,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletParentURI</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/RestRequest.html#line.1405">getServletParentURI</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/rest/RestRequest.html#line.1425">getServletParentURI</a>()</pre>
 <div class="block">Returns the URI of the parent of this servlet.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2138,7 +2141,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathRemainder</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/RestRequest.html#line.1464">getPathRemainder</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/rest/RestRequest.html#line.1484">getPathRemainder</a>()</pre>
 <div class="block">Returns the decoded remainder of the URL following any path 
pattern matches.
  <p>
  The behavior of path remainder is shown below given the path pattern "/foo/*":
@@ -2201,7 +2204,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathRemainderUndecoded</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/RestRequest.html#line.1473">getPathRemainderUndecoded</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/rest/RestRequest.html#line.1493">getPathRemainderUndecoded</a>()</pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/rest/RestRequest.html#getPathRemainder--"><code>getPathRemainder()</code></a>
 but doesn't decode characters.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2215,7 +2218,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestParentURI</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/RestRequest.html#line.1516">getRequestParentURI</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/rest/RestRequest.html#line.1536">getRequestParentURI</a>()</pre>
 <div class="block">Returns the URI of the parent resource.
  <p>
  Trailing slashes in the path are ignored by this method.
@@ -2263,7 +2266,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getTrimmedRequestURI</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/RestRequest.html#line.1531">getTrimmedRequestURI</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/rest/RestRequest.html#line.1551">getTrimmedRequestURI</a>()</pre>
 <div class="block">Same as <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true#getRequestURI--";
 title="class or interface in 
javax.servlet.http"><code>HttpServletRequestWrapper.getRequestURI()</code></a> 
but trims trailing slashes from the result.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2277,7 +2280,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getTrimmedRequestURL</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true";
 title="class or interface in java.lang">StringBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1540">getTrimmedRequestURL</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true";
 title="class or interface in java.lang">StringBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1560">getTrimmedRequestURL</a>()</pre>
 <div class="block">Same as <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequestWrapper.html?is-external=true#getRequestURL--";
 title="class or interface in 
javax.servlet.http"><code>HttpServletRequestWrapper.getRequestURL()</code></a> 
but trims trailing slashes from the result.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2291,7 +2294,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletURI</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/RestRequest.html#line.1549">getServletURI</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/rest/RestRequest.html#line.1569">getServletURI</a>()</pre>
 <div class="block">Gets the URI of the servlet (e.g. 
<js>"https://localhost:9080/contextPath/servletPath";</js>).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2305,7 +2308,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeServletURI</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/RestRequest.html#line.1564">getRelativeServletURI</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/rest/RestRequest.html#line.1584">getRelativeServletURI</a>()</pre>
 <div class="block">Gets the path-absolute relative URI of the servlet (e.g. 
<js>"/contextPath/servletPath"</js>).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2319,7 +2322,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletURIBuilder</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true";
 title="class or interface in java.lang">StringBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1575">getServletURIBuilder</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true";
 title="class or interface in java.lang">StringBuffer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1595">getServletURIBuilder</a>()</pre>
 <div class="block">Returns a <code>StringBuffer</code> prefilled with the 
string <code><js>"/[contextPath]/[servletPath]"</js></code>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2333,7 +2336,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletTitle</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/RestRequest.html#line.1591">getServletTitle</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/rest/RestRequest.html#line.1611">getServletTitle</a>()</pre>
 <div class="block">Returns the localized servlet title.
  <p>
  Equivalent to calling <a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html#getTitle-org.apache.juneau.rest.RestRequest-"><code>RestInfoProvider.getTitle(RestRequest)</code></a>
 with this object.</div>
@@ -2349,7 +2352,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletDescription</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/RestRequest.html#line.1602">getServletDescription</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/rest/RestRequest.html#line.1622">getServletDescription</a>()</pre>
 <div class="block">Returns the localized servlet description.
  <p>
  Equivalent to calling <a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html#getDescription-org.apache.juneau.rest.RestRequest-"><code>RestInfoProvider.getDescription(RestRequest)</code></a>
 with this object.</div>
@@ -2365,7 +2368,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethodSummary</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/RestRequest.html#line.1613">getMethodSummary</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/rest/RestRequest.html#line.1633">getMethodSummary</a>()</pre>
 <div class="block">Returns the localized method summary.
  <p>
  Equivalent to calling <a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html#getMethodSummary-java.lang.String-org.apache.juneau.rest.RestRequest-"><code>RestInfoProvider.getMethodSummary(String,
 RestRequest)</code></a> with this object.</div>
@@ -2381,7 +2384,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethodDescription</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/RestRequest.html#line.1624">getMethodDescription</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/rest/RestRequest.html#line.1644">getMethodDescription</a>()</pre>
 <div class="block">Returns the localized method description.
  <p>
  Equivalent to calling <a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html#getMethodDescription-java.lang.String-org.apache.juneau.rest.RestRequest-"><code>RestInfoProvider.getMethodDescription(String,
 RestRequest)</code></a> with this object.</div>
@@ -2397,7 +2400,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPageTitle</h4>
-<pre>protected&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/RestRequest.html#line.1633">getPageTitle</a>()</pre>
+<pre>protected&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/RestRequest.html#line.1653">getPageTitle</a>()</pre>
 <div class="block">Returns the localized page title for HTML views.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2411,7 +2414,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPageText</h4>
-<pre>protected&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/RestRequest.html#line.1650">getPageText</a>()</pre>
+<pre>protected&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/RestRequest.html#line.1670">getPageText</a>()</pre>
 <div class="block">Returns the localized page text for HTML views.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2425,7 +2428,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getPageLinks</h4>
-<pre>protected&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/RestRequest.html#line.1669">getPageLinks</a>()</pre>
+<pre>protected&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/RestRequest.html#line.1689">getPageLinks</a>()</pre>
 <div class="block">Returns the localized page links for HTML views.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2439,7 +2442,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializerGroup</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/serializer/SerializerGroup.html" 
title="class in org.apache.juneau.serializer">SerializerGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1688">getSerializerGroup</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/serializer/SerializerGroup.html" 
title="class in org.apache.juneau.serializer">SerializerGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1708">getSerializerGroup</a>()</pre>
 <div class="block">Returns the serializers associated with this request.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2453,7 +2456,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getParserGroup</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in 
org.apache.juneau.parser">ParserGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1697">getParserGroup</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in 
org.apache.juneau.parser">ParserGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1717">getParserGroup</a>()</pre>
 <div class="block">Returns the parsers associated with this request.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2467,7 +2470,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getParserMatch</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserMatch.html" title="class in 
org.apache.juneau.parser">ParserMatch</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1708">getParserMatch</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserMatch.html" title="class in 
org.apache.juneau.parser">ParserMatch</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1728">getParserMatch</a>()</pre>
 <div class="block">Returns the parser and media type matching the request 
<code>Content-Type</code> header.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2483,7 +2486,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getParser</h4>
-<pre>public&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/rest/RestRequest.html#line.1725">getParser</a>()</pre>
+<pre>public&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/rest/RestRequest.html#line.1745">getParser</a>()</pre>
 <div class="block">Returns the parser matching the request 
<code>Content-Type</code> header.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2498,7 +2501,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getReaderParser</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="class in 
org.apache.juneau.parser">ReaderParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1736">getReaderParser</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="class in 
org.apache.juneau.parser">ReaderParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1756">getReaderParser</a>()</pre>
 <div class="block">Returns the reader parser matching the request 
<code>Content-Type</code> header.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2513,7 +2516,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethod</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/RestRequest.html#line.1749">getMethod</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/rest/RestRequest.html#line.1769">getMethod</a>()</pre>
 <div class="block">Returns the method of this request.
  <p>
  If <code>allowHeaderParams</code> init parameter is <jk>true</jk>, then first 
looks for <code>&amp;method=xxx</code> in the URL query string.</div>
@@ -2531,7 +2534,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentLength</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1755">getContentLength</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1775">getContentLength</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true#getContentLength--";
 title="class or interface in 
javax.servlet">getContentLength</a></code>&nbsp;in interface&nbsp;<code><a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html?is-external=true";
 title="class or interface in javax.servlet">ServletRequest</a></code></dd>
@@ -2546,7 +2549,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>isPlainText</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1769">isPlainText</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1789">isPlainText</a>()</pre>
 <div class="block">Returns <jk>true</jk> if <code>&amp;plainText=true</code> 
was specified as a URL parameter.
  <p>
  This indicates that the <code>Content-Type</code> of the output should always 
be set to <js>"text/plain"</js>
@@ -2565,7 +2568,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getMessage</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/RestRequest.html#line.1780">getMessage</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;key,
+<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/RestRequest.html#line.1800">getMessage</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;key,
                          <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">Shortcut method for calling <a 
href="../../../../org/apache/juneau/utils/MessageBundle.html#getString-java.util.Locale-java.lang.String-java.lang.Object...-"><code>MessageBundle.getString(Locale,
 String, Object...)</code></a> based on the request locale.</div>
 <dl>
@@ -2583,7 +2586,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>getResourceBundle</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in 
org.apache.juneau.utils">MessageBundle</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1789">getResourceBundle</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in 
org.apache.juneau.utils">MessageBundle</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestRequest.html#line.1809">getResourceBundle</a>()</pre>
 <div class="block">Returns the resource bundle for the request locale.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2597,7 +2600,7 @@ extends <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpSe

<TRUNCATED>

Reply via email to