http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5aed2f48/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 87c50ed..1a4ed4d 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};
+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 tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -413,43 +413,61 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 </td>
 </tr>
 <tr id="i23" 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#getPageLinks--">getPageLinks</a></span>()</code>
+<div class="block">Returns the page links as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageLinks--"><code>RestResource.pageLinks()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageLinks-java.lang.String-"><code>RestConfig.setPageLinks(String)</code></a>
 method.</div>
+</td>
+</tr>
+<tr id="i24" 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#getPageText--">getPageText</a></span>()</code>
+<div class="block">Returns the page text as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageText--"><code>RestResource.pageText()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageText-java.lang.String-"><code>RestConfig.setPageText(String)</code></a>
 method.</div>
+</td>
+</tr>
+<tr id="i25" 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#getPageTitle--">getPageTitle</a></span>()</code>
+<div class="block">Returns the page title as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageTitle--"><code>RestResource.pageTitle()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageTitle-java.lang.String-"><code>RestConfig.setPageTitle(String)</code></a>
 method.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
 <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/RestContext.html#REST_paramFormat"><code>REST_paramFormat</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i24" 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="i25" 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="i26" 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="i27" 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="i28" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code>protected <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="i29" 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.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/MediaType.html" title="class 
in org.apache.juneau">MediaType</a>&nbsp;mediaType,
@@ -459,7 +477,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
    using the parser matched by the specified media type.</div>
 </td>
 </tr>
-<tr id="i30" 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>
@@ -467,110 +485,110 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
    on this class, searches up the parent hierarchy chain.</div>
 </td>
 </tr>
-<tr id="i31" 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="i32" class="altColor">
+<tr id="i35" class="rowColor">
 <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="i33" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code>protected <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="i34" class="altColor">
+<tr id="i37" class="rowColor">
 <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="i35" class="rowColor">
+<tr id="i38" 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#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 <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true#getInitParameter-java.lang.String-";
 title="class or interface in 
javax.servlet"><code>ServletConfig.getInitParameter(String)</code></a>.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i39" class="rowColor">
 <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="i37" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code>protected <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#getStyleSheet--">getStyleSheet</a></span>()</code>
 <div class="block">Returns the stylesheet for use in the HTML views of the 
resource.</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">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="i39" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">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="i40" 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="i41" 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="i42" 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="i43" class="rowColor">
+<tr id="i46" 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#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="i44" 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#isAllowBodyParam--">isAllowBodyParam</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_allowBodyParam"><code>REST_allowBodyParam</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i45" 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#isAllowHeaderParams--">isAllowHeaderParams</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_allowHeaderParams"><code>REST_allowHeaderParams</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i46" 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#isRenderResponseStackTraces--">isRenderResponseStackTraces</a></span>()</code>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_renderResponseStackTraces"><code>REST_renderResponseStackTraces</code></a>
 setting.</div>
 </td>
 </tr>
-<tr id="i47" 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#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="i48" class="altColor">
+<tr id="i51" class="rowColor">
 <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>
@@ -1001,7 +1019,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.342">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.344">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,
                    <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>
 <div class="block">Constructor.</div>
@@ -1028,7 +1046,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.742">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.751">getVarResolver</a>()</pre>
 <div class="block">Returns the variable resolver for this servlet.
  <p>
  Variable resolvers are used to replace variables in property values.
@@ -1057,7 +1075,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
       properties={
          <ja>@Property</ja>(
             name=<jsf>HTMLDOC_links</jsf>,
-            value=<js>"{up:'$R{requestParentURI}', options:'?method=OPTIONS', 
editLevel:'$R{servletURI}/editLevel?logger=$R{attribute.name}'}"</js>
+            value=<js>"{up:'$R{requestParentURI}', options:'?method=OPTIONS', 
editLevel:'editLevel?logger=$R{attribute.name}'}"</js>
          )
       }
    )
@@ -1077,7 +1095,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.757">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.766">getConfigFile</a>()</pre>
 <div class="block">Returns the config file associated with this servlet.
  <p>
  The config file is identified via one of the following:
@@ -1097,7 +1115,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.774">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.783">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.
  <p>
@@ -1122,7 +1140,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.826">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.835">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
@@ -1156,7 +1174,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.859">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.868">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>
@@ -1177,7 +1195,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.884">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.893">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/MediaType.html" title="class in 
org.apache.juneau">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)
@@ -1207,7 +1225,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.915">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.924">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.
  <p>
@@ -1220,13 +1238,55 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 </dl>
 </li>
 </ul>
+<a name="getPageTitle--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPageTitle</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.933">getPageTitle</a>()</pre>
+<div class="block">Returns the page title as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageTitle--"><code>RestResource.pageTitle()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageTitle-java.lang.String-"><code>RestConfig.setPageTitle(String)</code></a>
 method.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The page title.</dd>
+</dl>
+</li>
+</ul>
+<a name="getPageText--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPageText</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.942">getPageText</a>()</pre>
+<div class="block">Returns the page text as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageText--"><code>RestResource.pageText()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageText-java.lang.String-"><code>RestConfig.setPageText(String)</code></a>
 method.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The page text.</dd>
+</dl>
+</li>
+</ul>
+<a name="getPageLinks--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPageLinks</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.951">getPageLinks</a>()</pre>
+<div class="block">Returns the page links as defined by the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageLinks--"><code>RestResource.pageLinks()</code></a>
 annotation or <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#setPageLinks-java.lang.String-"><code>RestConfig.setPageLinks(String)</code></a>
 method.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The page links.</dd>
+</dl>
+</li>
+</ul>
 <a name="getLogger--">
 <!--   -->
 </a>
 <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.930">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.966">getLogger</a>()</pre>
 <div class="block">Returns the logger to use for this resource.
  <p>
  The logger for a resource is defined via one of the following:
@@ -1246,7 +1306,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.944">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.980">getMessages</a>()</pre>
 <div class="block">Returns the resource bundle used by this resource.
  <p>
  The resource bundle is defined via one of the following:
@@ -1265,7 +1325,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.959">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.995">getInfoProvider</a>()</pre>
 <div class="block">Returns the REST information provider used by this resource.
  <p>
  The information provider is defined via one of the following:
@@ -1285,7 +1345,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.974">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.1010">getCallHandler</a>()</pre>
 <div class="block">Returns the REST call handler used by this resource.
  <p>
  The call handler is defined via one of the following:
@@ -1305,7 +1365,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.983">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.1019">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>
@@ -1319,7 +1379,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/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.995">getResource</a>()</pre>
+<pre>protected&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.1031">getResource</a>()</pre>
 <div class="block">Returns the resource object.
  <p>
  This is the instance of the class annotated with the <a 
href="../../../../org/apache/juneau/rest/annotation/RestResource.html" 
title="annotation in 
org.apache.juneau.rest.annotation"><code>@RestResource</code></a> annotation, 
usually
@@ -1336,7 +1396,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getRestServlet</h4>
-<pre>protected&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.1005">getRestServlet</a>()</pre>
+<pre>protected&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.1041">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>
@@ -1351,7 +1411,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.1014">checkForInitException</a>()
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1050">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>
@@ -1366,7 +1426,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.1024">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.1060">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>
@@ -1380,7 +1440,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.1045">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.1081">getProperties</a>()</pre>
 <div class="block">Returns the class-level properties associated with this 
servlet.
  <p>
  Properties at the class level are defined via one of the following:
@@ -1406,7 +1466,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.1060">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.1096">getSerializers</a>()</pre>
 <div class="block">Returns the serializers registered with this resource.
  <p>
  Serializers at the class level are defined via one of the following:
@@ -1426,7 +1486,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.1075">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.1111">getParsers</a>()</pre>
 <div class="block">Returns the parsers registered with this resource.
  <p>
  Parsers at the class level are defined via one of the following:
@@ -1446,7 +1506,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.1085">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.1121">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 <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true#getInitParameter-java.lang.String-";
 title="class or interface in 
javax.servlet"><code>ServletConfig.getInitParameter(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1462,7 +1522,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.1095">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.1131">getChildResources</a>()</pre>
 <div class="block">Returns the child resources associated with this 
servlet.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1477,7 +1537,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.1106">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.1142">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>
@@ -1494,7 +1554,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.1118">isRenderResponseStackTraces</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1154">isRenderResponseStackTraces</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_renderResponseStackTraces"><code>REST_renderResponseStackTraces</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1508,7 +1568,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.1126">isAllowHeaderParams</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1162">isAllowHeaderParams</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_allowHeaderParams"><code>REST_allowHeaderParams</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1522,7 +1582,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.1134">isAllowBodyParam</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1170">isAllowBodyParam</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_allowBodyParam"><code>REST_allowBodyParam</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1536,7 +1596,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.1142">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.1178">getDefaultCharset</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_defaultCharset"><code>REST_defaultCharset</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1550,7 +1610,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.1150">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.1186">getParamFormat</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/rest/RestContext.html#REST_paramFormat"><code>REST_paramFormat</code></a>
 setting.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1564,7 +1624,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <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.1166">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.1202">getClientVersionHeader</a>()</pre>
 <div class="block">Returns the name of the client version header name used by 
this resource.
  <p>
  The client version header is the name of the HTTP header on requests that 
identify a client version.
@@ -1585,7 +1645,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.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>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1213">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>
@@ -1602,7 +1662,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.1192">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.1228">getBeanFilters</a>()</pre>
 <div class="block">Returns the bean filters associated with this resource.
  <p>
  Bean filters at the class level are defined via one of the following:
@@ -1622,7 +1682,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.1207">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.1243">getPojoSwaps</a>()</pre>
 <div class="block">Returns the POJO swaps associated with this resource.
  <p>
  POJO swaps at the class level are defined via one of the following:
@@ -1642,7 +1702,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.1215">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.1251">getUrlEncodingParser</a>()</pre>
 <div class="block">Returns the URL-encoding parser associated with this 
resource.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1656,7 +1716,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.1223">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.1259">getUrlEncodingSerializer</a>()</pre>
 <div class="block">Returns the URL-encoding serializer associated with this 
resource.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1670,7 +1730,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.1240">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.1276">getEncoders</a>()</pre>
 <div class="block">Returns the encoders associated with this resource.
  <p>
  Encoders are used to provide various types of encoding such as 
<code>gzip</code> encoding.
@@ -1692,7 +1752,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/MediaType.html" 
title="class in org.apache.juneau">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1252">getSupportedAcceptTypes</a>()</pre>
+<pre>protected&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/RestContext.html#line.1288">getSupportedAcceptTypes</a>()</pre>
 <div class="block">Returns the explicit list of supported accept types for 
this resource.
  <p>
  By default, this is simply the list of accept types supported by the 
registered parsers, but
@@ -1709,7 +1769,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/MediaType.html" 
title="class in org.apache.juneau">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1264">getSupportedContentTypes</a>()</pre>
+<pre>protected&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/RestContext.html#line.1300">getSupportedContentTypes</a>()</pre>
 <div class="block">Returns the explicit list of supported content types for 
this resource.
  <p>
  By default, this is simply the list of content types supported by the 
registered serializers, but
@@ -1726,7 +1786,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.1281">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.1317">getDefaultRequestHeaders</a>()</pre>
 <div class="block">Returns the default request headers for this resource.
  <p>
  These are headers automatically added to requests if not present.
@@ -1748,7 +1808,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.1298">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.1334">getDefaultResponseHeaders</a>()</pre>
 <div class="block">Returns the default response headers for this resource.
  <p>
  These are headers automatically added to responses if not otherwise specified 
during the request.
@@ -1770,7 +1830,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.1315">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.1351">getConverters</a>()</pre>
 <div class="block">Returns the converters associated with this resource at the 
class level.
  <p>
  Converters are used to 'convert' POJOs from one form to another before being 
passed of to the response handlers.
@@ -1792,7 +1852,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.1332">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.1368">getGuards</a>()</pre>
 <div class="block">Returns the guards associated with this resource at the 
class level.
  <p>
  Guards are used to restrict access to resources.
@@ -1814,7 +1874,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.1349">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.1385">getResponseHandlers</a>()</pre>
 <div class="block">Returns the response handlers associated with this resource.
  <p>
  Response handlers are used to convert POJOs returned by REST Java methods 
into actual HTTP responses.
@@ -1836,7 +1896,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.1362">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.1398">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>
  The list of MIME-type mappings can be augmented through the <a 
href="../../../../org/apache/juneau/rest/RestConfig.html#addMimeTypes-java.lang.String...-"><code>RestConfig.addMimeTypes(String...)</code></a>
 method.
@@ -1855,7 +1915,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getFavIcon</h4>
-<pre>protected&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.1379">getFavIcon</a>()</pre>
+<pre>protected&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.1415">getFavIcon</a>()</pre>
 <div class="block">Returns the favicon of the resource.
  <p>
  This is the icon served up under <js>"/favicon.ico"</jk> recognized by 
browsers.
@@ -1877,7 +1937,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockList">
 <li class="blockList">
 <h4>getStyleSheet</h4>
-<pre>protected&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.1396">getStyleSheet</a>()</pre>
+<pre>protected&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.1432">getStyleSheet</a>()</pre>
 <div class="block">Returns the stylesheet for use in the HTML views of the 
resource.
  <p>
  This is the contents of the page served up under <js>"/styles.css"</jk>.
@@ -1899,7 +1959,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.1414">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.1450">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>
  Static files are files pulled from the classpath and served up directly to 
the browser.
@@ -1923,7 +1983,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.1425">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.1461">getCallMethods</a>()</pre>
 <div class="block">Returns the REST Java methods defined in this resource.
  <p>
  These are the methods annotated with the <a 
href="../../../../org/apache/juneau/rest/annotation/RestMethod.html" 
title="annotation in 
org.apache.juneau.rest.annotation"><code>@RestMethod</code></a> 
annotation.</div>
@@ -1939,7 +1999,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.1432">destroy</a>()</pre>
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1468">destroy</a>()</pre>
 <div class="block">Calls <a 
href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true#destroy--";
 title="class or interface in javax.servlet"><code>Servlet.destroy()</code></a> 
on any child resources defined on this resource.</div>
 </li>
 </ul>
@@ -1949,7 +2009,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.1444">hasChildResources</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1480">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>
@@ -1963,7 +2023,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
 <ul class="blockListLast">
 <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.1454">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.1490">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>

Reply via email to