http://git-wip-us.apache.org/repos/asf/juneau-website/blob/81ca4d4d/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 ec000fb..9ce404b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestContext.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -296,61 +296,67 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 </td>
 </tr>
 <tr id="i22" class="altColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getMaxInput--">getMaxInput</a></span>()</code>
+<div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#maxInput--"><code>RestResource.maxInput()</code></a>
 setting.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getMediaTypeForName-java.lang.String-">getMediaTypeForName</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the media type for the specified file name.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in 
org.apache.juneau.utils">MessageBundle</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getMessages--">getMessages</a></span>()</code>
 <div class="block">Returns the resource bundle used by this resource.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getParamFormat--">getParamFormat</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#paramFormat--"><code>RestResource.paramFormat()</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getParentContext--">getParentContext</a></span>()</code>
 <div class="block">Returns the parent resource context (if this resource was 
initialized from a parent).</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in 
org.apache.juneau.parser">ParserGroup</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getParsers--">getParsers</a></span>()</code>
 <div class="block">Returns the parsers registered with this resource.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getPath--">getPath</a></span>()</code>
 <div class="block">Returns the path for this resource as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#path--"><code>RestResource.path()</code></a>
 annotation or
  <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPath-java.lang.String-"><code>RestConfig.setPath(String)</code></a>
 method concatenated with those on all parent classes.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getPojoSwaps--">getPojoSwaps</a></span>()</code>
 <div class="block">Returns the POJO swaps associated with this resource.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getProperties--">getProperties</a></span>()</code>
 <div class="block">Returns the class-level properties associated with this 
servlet.</div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><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></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResource--">getResource</a></span>()</code>
 <div class="block">Returns the resource object.</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResource-java.lang.Class-org.apache.juneau.http.MediaType-java.lang.String-java.util.Locale-">getResource</a></span>(<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,
            <a href="../../../../org/apache/juneau/http/MediaType.html" 
title="class in org.apache.juneau.http">MediaType</a>&nbsp;mediaType,
@@ -360,7 +366,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
  matched by the specified media type.</div>
 </td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResource-java.lang.String-java.util.Locale-">getResource</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
            <a 
href="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;locale)</code>
@@ -368,116 +374,116 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
  up the parent hierarchy chain.</div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResourceAsString-java.lang.String-java.util.Locale-">getResourceAsString</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
                    <a 
href="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;locale)</code>
 <div class="block">Reads the input stream from <a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResource-java.lang.String-java.util.Locale-"><code>getResource(String,
 Locale)</code></a> into a String.</div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="interface in org.apache.juneau.rest">RestResourceResolver</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResourceResolver--">getResourceResolver</a></span>()</code>
 <div class="block">Returns the resource resolver associated with this 
context.</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface 
in org.apache.juneau.rest">ResponseHandler</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResponseHandlers--">getResponseHandlers</a></span>()</code>
 <div class="block">Returns the response handlers associated with this 
resource.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in 
org.apache.juneau.rest">RestServlet</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getRestServlet--">getRestServlet</a></span>()</code>
 <div class="block">Returns the resource object as a <a 
href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in 
org.apache.juneau.rest"><code>RestServlet</code></a>.</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/serializer/SerializerGroup.html" 
title="class in org.apache.juneau.serializer">SerializerGroup</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getSerializers--">getSerializers</a></span>()</code>
 <div class="block">Returns the serializers registered with this resource.</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getServletInitParameter-java.lang.String-">getServletInitParameter</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the servlet init parameter returned by 
<code>ServletConfig.getInitParameter(String)</code>.</div>
 </td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getStackTraceOccurrence-java.lang.Throwable-">getStackTraceOccurrence</a></span>(<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;e)</code>
 <div class="block">Returns the number of times this exception was thrown based 
on a hash of its stacktrace.</div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getSupportedAcceptTypes--">getSupportedAcceptTypes</a></span>()</code>
 <div class="block">Returns the explicit list of supported accept types for 
this resource.</div>
 </td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getSupportedContentTypes--">getSupportedContentTypes</a></span>()</code>
 <div class="block">Returns the explicit list of supported content types for 
this resource.</div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getUrlEncodingParser--">getUrlEncodingParser</a></span>()</code>
 <div class="block">Returns the URL-encoding parser associated with this 
resource.</div>
 </td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializer</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getUrlEncodingSerializer--">getUrlEncodingSerializer</a></span>()</code>
 <div class="block">Returns the URL-encoding serializer associated with this 
resource.</div>
 </td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl">VarResolver</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getVarResolver--">getVarResolver</a></span>()</code>
 <div class="block">Returns the variable resolver for this servlet.</div>
 </td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code><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="../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#getWidgets--">getWidgets</a></span>()</code>
 <div class="block">The widgets used for resolving <js>"$W{...}"<js> 
variables.</div>
 </td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#hasChildResources--">hasChildResources</a></span>()</code>
 <div class="block">Returns <jk>true</jk> if this resource has any child 
resources associated with it.</div>
 </td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#isAllowBodyParam--">isAllowBodyParam</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#allowBodyParam--"><code>RestResource.allowBodyParam()</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#isAllowHeaderParams--">isAllowHeaderParams</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#allowHeaderParams--"><code>RestResource.allowHeaderParams()</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#isRenderResponseStackTraces--">isRenderResponseStackTraces</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#renderResponseStackTraces--"><code>RestResource.renderResponseStackTraces()</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#isStaticFile-java.lang.String-">isStaticFile</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;p)</code>
 <div class="block">Returns <jk>true</jk> if the specified path refers to a 
static file.</div>
 </td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in 
org.apache.juneau.rest">StreamResource</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/rest/RestContext.html#resolveStaticFile-java.lang.String-">resolveStaticFile</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;pathInfo)</code>
 <div class="block">Resolve a static resource file.</div>
@@ -518,7 +524,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RestContext</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.149">RestContext</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;resource,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.152">RestContext</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;resource,
                    javax.servlet.ServletContext&nbsp;servletContext,
                    <a 
href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in 
org.apache.juneau.rest">RestConfig</a>&nbsp;config)
             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></pre>
@@ -548,7 +554,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResourceResolver</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="interface in org.apache.juneau.rest">RestResourceResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.620">getResourceResolver</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestResourceResolver.html" 
title="interface in org.apache.juneau.rest">RestResourceResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.635">getResourceResolver</a>()</pre>
 <div class="block">Returns the resource resolver associated with this context.
 
  <p>
@@ -571,7 +577,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getVarResolver</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/svl/VarResolver.html" 
title="class in org.apache.juneau.svl">VarResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.700">getVarResolver</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/svl/VarResolver.html" 
title="class in org.apache.juneau.svl">VarResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.715">getVarResolver</a>()</pre>
 <div class="block">Returns the variable resolver for this servlet.
 
  <p>
@@ -656,7 +662,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfigFile</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ini/ConfigFile.html" 
title="class in org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.716">getConfigFile</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ini/ConfigFile.html" 
title="class in org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.731">getConfigFile</a>()</pre>
 <div class="block">Returns the config file associated with this servlet.
 
  <p>
@@ -677,7 +683,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>resolveStaticFile</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in 
org.apache.juneau.rest">StreamResource</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.734">resolveStaticFile</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;pathInfo)
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in 
org.apache.juneau.rest">StreamResource</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.749">resolveStaticFile</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;pathInfo)
                                  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">Resolve a static resource file.
 
@@ -703,7 +709,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResource</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.785">getResource</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>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.799">getResource</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/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)
                            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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true#getResourceAsStream-java.lang.String-";
 title="class or interface in 
java.lang"><code>Class.getResourceAsStream(String)</code></a> except if it 
doesn't find the resource on this class, searches
@@ -738,7 +744,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResourceAsString</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/RestContext.html#line.797">getResourceAsString</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/RestContext.html#line.811">getResourceAsString</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/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)
                            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">Reads the input stream from <a 
href="../../../../org/apache/juneau/rest/RestContext.html#getResource-java.lang.String-java.util.Locale-"><code>getResource(String,
 Locale)</code></a> into a String.</div>
@@ -759,7 +765,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResource</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.816">getResource</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;c,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.830">getResource</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;c,
                          <a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&nbsp;mediaType,
                          <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/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)
@@ -790,7 +796,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getPath</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/RestContext.html#line.849">getPath</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/RestContext.html#line.863">getPath</a>()</pre>
 <div class="block">Returns the path for this resource as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#path--"><code>RestResource.path()</code></a>
 annotation or
  <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPath-java.lang.String-"><code>RestConfig.setPath(String)</code></a>
 method concatenated with those on all parent classes.
 
@@ -811,7 +817,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getWidgets</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="../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.861">getWidgets</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="../../../../org/apache/juneau/rest/widget/Widget.html" title="class in 
org.apache.juneau.rest.widget">Widget</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.875">getWidgets</a>()</pre>
 <div class="block">The widgets used for resolving <js>"$W{...}"<js> variables.
 
  <p>
@@ -828,7 +834,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogger</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestLogger.html" 
title="class in org.apache.juneau.rest">RestLogger</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.877">getLogger</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestLogger.html" 
title="class in org.apache.juneau.rest">RestLogger</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.891">getLogger</a>()</pre>
 <div class="block">Returns the logger to use for this resource.
 
  <p>
@@ -849,7 +855,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getMessages</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/RestContext.html#line.892">getMessages</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/RestContext.html#line.906">getMessages</a>()</pre>
 <div class="block">Returns the resource bundle used by this resource.
 
  <p>
@@ -869,7 +875,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getInfoProvider</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class in 
org.apache.juneau.rest">RestInfoProvider</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.908">getInfoProvider</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class in 
org.apache.juneau.rest">RestInfoProvider</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.922">getInfoProvider</a>()</pre>
 <div class="block">Returns the REST information provider used by this resource.
 
  <p>
@@ -890,7 +896,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getCallHandler</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in 
org.apache.juneau.rest">RestCallHandler</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.924">getCallHandler</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in 
org.apache.juneau.rest">RestCallHandler</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.938">getCallHandler</a>()</pre>
 <div class="block">Returns the REST call handler used by this resource.
 
  <p>
@@ -911,7 +917,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getCallRouters</h4>
-<pre>protected&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>,org.apache.juneau.rest.CallRouter&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.933">getCallRouters</a>()</pre>
+<pre>protected&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>,org.apache.juneau.rest.CallRouter&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.947">getCallRouters</a>()</pre>
 <div class="block">Returns a map of HTTP method names to call routers.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -925,7 +931,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResource</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.946">getResource</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.960">getResource</a>()</pre>
 <div class="block">Returns the resource object.
 
  <p>
@@ -943,7 +949,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getRestServlet</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestServlet.html" 
title="class in org.apache.juneau.rest">RestServlet</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.957">getRestServlet</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestServlet.html" 
title="class in org.apache.juneau.rest">RestServlet</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.971">getRestServlet</a>()</pre>
 <div class="block">Returns the resource object as a <a 
href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in 
org.apache.juneau.rest"><code>RestServlet</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -958,7 +964,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>checkForInitException</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.966">checkForInitException</a>()
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.980">checkForInitException</a>()
                               throws <a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a></pre>
 <div class="block">Throws a <a 
href="../../../../org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest"><code>RestException</code></a> if an exception occurred 
in the constructor of this object.</div>
 <dl>
@@ -973,7 +979,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getParentContext</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestContext.html" 
title="class in org.apache.juneau.rest">RestContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.980">getParentContext</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestContext.html" 
title="class in org.apache.juneau.rest">RestContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.994">getParentContext</a>()</pre>
 <div class="block">Returns the parent resource context (if this resource was 
initialized from a parent).
 
  <p>
@@ -991,7 +997,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getBeanContext</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.989">getBeanContext</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1003">getBeanContext</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau"><code>BeanContext</code></a> object used for parsing path 
variables and header values.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1005,7 +1011,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <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/RestContext.html#line.1011">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/RestContext.html#line.1025">getProperties</a>()</pre>
 <div class="block">Returns the class-level properties associated with this 
servlet.
 
  <p>
@@ -1032,7 +1038,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getSerializers</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/RestContext.html#line.1027">getSerializers</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/RestContext.html#line.1041">getSerializers</a>()</pre>
 <div class="block">Returns the serializers registered with this resource.
 
  <p>
@@ -1053,7 +1059,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getParsers</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/RestContext.html#line.1043">getParsers</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/RestContext.html#line.1057">getParsers</a>()</pre>
 <div class="block">Returns the parsers registered with this resource.
 
  <p>
@@ -1074,7 +1080,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getServletInitParameter</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/RestContext.html#line.1053">getServletInitParameter</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/RestContext.html#line.1067">getServletInitParameter</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 servlet init parameter returned by 
<code>ServletConfig.getInitParameter(String)</code>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1090,7 +1096,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getChildResources</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="../../../../org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1064">getChildResources</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="../../../../org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1078">getChildResources</a>()</pre>
 <div class="block">Returns the child resources associated with this 
servlet.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1105,7 +1111,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getStackTraceOccurrence</h4>
-<pre>protected&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1076">getStackTraceOccurrence</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;e)</pre>
+<pre>protected&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1090">getStackTraceOccurrence</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;e)</pre>
 <div class="block">Returns the number of times this exception was thrown based 
on a hash of its stacktrace.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1122,7 +1128,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>isRenderResponseStackTraces</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1089">isRenderResponseStackTraces</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1103">isRenderResponseStackTraces</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#renderResponseStackTraces--"><code>RestResource.renderResponseStackTraces()</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1136,7 +1142,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>isAllowHeaderParams</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1098">isAllowHeaderParams</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1112">isAllowHeaderParams</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#allowHeaderParams--"><code>RestResource.allowHeaderParams()</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1150,7 +1156,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>isAllowBodyParam</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1107">isAllowBodyParam</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1121">isAllowBodyParam</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#allowBodyParam--"><code>RestResource.allowBodyParam()</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1164,7 +1170,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultCharset</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/RestContext.html#line.1116">getDefaultCharset</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/RestContext.html#line.1130">getDefaultCharset</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#defaultCharset--"><code>RestResource.defaultCharset()</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1178,7 +1184,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getParamFormat</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/RestContext.html#line.1125">getParamFormat</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/RestContext.html#line.1139">getParamFormat</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#paramFormat--"><code>RestResource.paramFormat()</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1186,13 +1192,27 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 </dl>
 </li>
 </ul>
+<a name="getMaxInput--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxInput</h4>
+<pre>protected&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1148">getMaxInput</a>()</pre>
+<div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#maxInput--"><code>RestResource.maxInput()</code></a>
 setting.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#maxInput--"><code>RestResource.maxInput()</code></a>
 setting.</dd>
+</dl>
+</li>
+</ul>
 <a name="getClientVersionHeader--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getClientVersionHeader</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/RestContext.html#line.1143">getClientVersionHeader</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/RestContext.html#line.1166">getClientVersionHeader</a>()</pre>
 <div class="block">Returns the name of the client version header name used by 
this resource.
 
  <p>
@@ -1215,7 +1235,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>allowMethodParam</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1154">allowMethodParam</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;m)</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1177">allowMethodParam</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;m)</pre>
 <div class="block">Returns <jk>true</jk> if the specified <code>Method</code> 
GET parameter value can be used to override
  the method name in the HTTP header.</div>
 <dl>
@@ -1232,7 +1252,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getBeanFilters</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1170">getBeanFilters</a>()</pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1193">getBeanFilters</a>()</pre>
 <div class="block">Returns the bean filters associated with this resource.
 
  <p>
@@ -1253,7 +1273,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getPojoSwaps</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1186">getPojoSwaps</a>()</pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1209">getPojoSwaps</a>()</pre>
 <div class="block">Returns the POJO swaps associated with this resource.
 
  <p>
@@ -1274,7 +1294,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>findParams</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestParam.html" title="class in 
org.apache.juneau.rest">RestParam</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1200">findParams</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestParam.html" title="class in 
org.apache.juneau.rest">RestParam</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1223">findParams</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
                                  boolean&nbsp;methodPlainParams,
                                  <a 
href="../../../../org/apache/juneau/rest/UrlPathPattern.html" title="class in 
org.apache.juneau.rest">UrlPathPattern</a>&nbsp;pathPattern,
                                  boolean&nbsp;isPreOrPost)
@@ -1299,7 +1319,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrlEncodingParser</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1399">getUrlEncodingParser</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" 
title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1422">getUrlEncodingParser</a>()</pre>
 <div class="block">Returns the URL-encoding parser associated with this 
resource.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1313,7 +1333,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrlEncodingSerializer</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1408">getUrlEncodingSerializer</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1431">getUrlEncodingSerializer</a>()</pre>
 <div class="block">Returns the URL-encoding serializer associated with this 
resource.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1327,7 +1347,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getEncoders</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in 
org.apache.juneau.encoders">EncoderGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1428">getEncoders</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in 
org.apache.juneau.encoders">EncoderGroup</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1451">getEncoders</a>()</pre>
 <div class="block">Returns the encoders associated with this resource.
 
  <p>
@@ -1352,7 +1372,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getSupportedAcceptTypes</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1442">getSupportedAcceptTypes</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1465">getSupportedAcceptTypes</a>()</pre>
 <div class="block">Returns the explicit list of supported accept types for 
this resource.
 
  <p>
@@ -1371,7 +1391,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getSupportedContentTypes</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1456">getSupportedContentTypes</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1479">getSupportedContentTypes</a>()</pre>
 <div class="block">Returns the explicit list of supported content types for 
this resource.
 
  <p>
@@ -1390,7 +1410,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultRequestHeaders</h4>
-<pre>protected&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/RestContext.html#line.1475">getDefaultRequestHeaders</a>()</pre>
+<pre>protected&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/RestContext.html#line.1498">getDefaultRequestHeaders</a>()</pre>
 <div class="block">Returns the default request headers for this resource.
 
  <p>
@@ -1414,7 +1434,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultResponseHeaders</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1495">getDefaultResponseHeaders</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1518">getDefaultResponseHeaders</a>()</pre>
 <div class="block">Returns the default response headers for this resource.
 
  <p>
@@ -1439,7 +1459,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getConverters</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface 
in org.apache.juneau.rest">RestConverter</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1514">getConverters</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface 
in org.apache.juneau.rest">RestConverter</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1537">getConverters</a>()</pre>
 <div class="block">Returns the converters associated with this resource at the 
class level.
 
  <p>
@@ -1463,7 +1483,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getGuards</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in 
org.apache.juneau.rest">RestGuard</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1533">getGuards</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in 
org.apache.juneau.rest">RestGuard</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1556">getGuards</a>()</pre>
 <div class="block">Returns the guards associated with this resource at the 
class level.
 
  <p>
@@ -1487,7 +1507,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponseHandlers</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface 
in org.apache.juneau.rest">ResponseHandler</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1553">getResponseHandlers</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface 
in org.apache.juneau.rest">ResponseHandler</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1576">getResponseHandlers</a>()</pre>
 <div class="block">Returns the response handlers associated with this resource.
 
  <p>
@@ -1512,7 +1532,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaTypeForName</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/RestContext.html#line.1567">getMediaTypeForName</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>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/RestContext.html#line.1590">getMediaTypeForName</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 media type for the specified file name.
 
  <p>
@@ -1532,7 +1552,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>isStaticFile</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1587">isStaticFile</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;p)</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1610">isStaticFile</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;p)</pre>
 <div class="block">Returns <jk>true</jk> if the specified path refers to a 
static file.
 
  <p>
@@ -1558,7 +1578,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getCallMethods</h4>
-<pre>protected&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>,org.apache.juneau.rest.CallMethod&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1599">getCallMethods</a>()</pre>
+<pre>protected&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>,org.apache.juneau.rest.CallMethod&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1622">getCallMethods</a>()</pre>
 <div class="block">Returns the REST Java methods defined in this resource.
 
  <p>
@@ -1575,7 +1595,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>destroy</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1606">destroy</a>()</pre>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1629">destroy</a>()</pre>
 <div class="block">Calls <code>Servlet.destroy()</code> on any child resources 
defined on this resource.</div>
 </li>
 </ul>
@@ -1585,7 +1605,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>hasChildResources</h4>
-<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1627">hasChildResources</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1650">hasChildResources</a>()</pre>
 <div class="block">Returns <jk>true</jk> if this resource has any child 
resources associated with it.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1599,7 +1619,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getChildResource</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1637">getChildResource</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>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1660">getChildResource</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>
 <div class="block">Returns the context of the child resource associated with 
the specified path.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1615,7 +1635,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getContextPath</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/RestContext.html#line.1647">getContextPath</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/RestContext.html#line.1670">getContextPath</a>()</pre>
 <div class="block">Returns the context path of the resource if it's specified 
via the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#contextPath--"><code>RestResource.contextPath()</code></a>
 setting
  on this or a parent resource.</div>
 <dl>

Reply via email to