http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5c69dfed/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 6e19c0b..ae733e9 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestContext.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
@@ -903,7 +903,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getVarResolver</h4>
-<pre>public <a href="../../../../org/apache/juneau/svl/VarResolver.html"
title="class in org.apache.juneau.svl">VarResolver</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.767">getVarResolver</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/svl/VarResolver.html"
title="class in org.apache.juneau.svl">VarResolver</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.770">getVarResolver</a>()</pre>
<div class="block">Returns the variable resolver for this servlet.
<p>
@@ -988,7 +988,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getConfigFile</h4>
-<pre>public <a href="../../../../org/apache/juneau/ini/ConfigFile.html"
title="class in org.apache.juneau.ini">ConfigFile</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.783">getConfigFile</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/ini/ConfigFile.html"
title="class in org.apache.juneau.ini">ConfigFile</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.786">getConfigFile</a>()</pre>
<div class="block">Returns the config file associated with this servlet.
<p>
@@ -1009,7 +1009,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>resolveStaticFile</h4>
-<pre>public <a
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in
org.apache.juneau.rest">StreamResource</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.801">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> pathInfo)
+<pre>public <a
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in
org.apache.juneau.rest">StreamResource</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.804">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> 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.
@@ -1035,7 +1035,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getResource</h4>
-<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.854">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> name,
+<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.857">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> 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> 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
@@ -1070,7 +1070,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getResourceAsString</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.866">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> name,
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.869">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> 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> 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>
@@ -1091,7 +1091,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getResource</h4>
-<pre>public <T> T <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.885">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><T> c,
+<pre>public <T> T <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.888">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><T> c,
<a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a> 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> 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> locale)
@@ -1122,7 +1122,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getPath</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.918">getPath</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.921">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.
@@ -1143,7 +1143,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlHeader</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.930">getHtmlHeader</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.933">getHtmlHeader</a>()</pre>
<div class="block">The HTML page header contents.
<p>
@@ -1160,7 +1160,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlLinks</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.942">getHtmlLinks</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.945">getHtmlLinks</a>()</pre>
<div class="block">The HTML page nav section links.
<p>
@@ -1177,7 +1177,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlNav</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.954">getHtmlNav</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.957">getHtmlNav</a>()</pre>
<div class="block">The HTML page nav section contents.
<p>
@@ -1194,7 +1194,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlAside</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.966">getHtmlAside</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.969">getHtmlAside</a>()</pre>
<div class="block">The HTML page aside section contents.
<p>
@@ -1211,7 +1211,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlFooter</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.978">getHtmlFooter</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.981">getHtmlFooter</a>()</pre>
<div class="block">The HTML page footer section contents.
<p>
@@ -1228,7 +1228,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlStylesheet</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.990">getHtmlStylesheet</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.993">getHtmlStylesheet</a>()</pre>
<div class="block">The HTML page stylesheet URL.
<p>
@@ -1245,7 +1245,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlStyle</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1002">getHtmlStyle</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1005">getHtmlStyle</a>()</pre>
<div class="block">The HTML page CSS contents.
<p>
@@ -1262,7 +1262,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlScript</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1014">getHtmlScript</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1017">getHtmlScript</a>()</pre>
<div class="block">The HTML page Javascript contents.
<p>
@@ -1279,7 +1279,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlNoWrap</h4>
-<pre>public boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1026">getHtmlNoWrap</a>()</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1029">getHtmlNoWrap</a>()</pre>
<div class="block">The HTML page nowrap setting.
<p>
@@ -1296,7 +1296,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlTemplate</h4>
-<pre>public <a
href="../../../../org/apache/juneau/html/HtmlDocTemplate.html" title="interface
in org.apache.juneau.html">HtmlDocTemplate</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1038">getHtmlTemplate</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/html/HtmlDocTemplate.html" title="interface
in org.apache.juneau.html">HtmlDocTemplate</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1041">getHtmlTemplate</a>()</pre>
<div class="block">The HTML page template.
<p>
@@ -1313,7 +1313,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlNoResultsMessage</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1051">getHtmlNoResultsMessage</a>()</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1054">getHtmlNoResultsMessage</a>()</pre>
<div class="block">The HTML page no-results message.
<p>
@@ -1331,7 +1331,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getHtmlWidgets</h4>
-<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1063">getHtmlWidgets</a>()</pre>
+<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1066">getHtmlWidgets</a>()</pre>
<div class="block">The widgets used for resolving <js>"$W{...}"<js> variables.
<p>
@@ -1348,7 +1348,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getLogger</h4>
-<pre>public <a href="../../../../org/apache/juneau/rest/RestLogger.html"
title="class in org.apache.juneau.rest">RestLogger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1079">getLogger</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/rest/RestLogger.html"
title="class in org.apache.juneau.rest">RestLogger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1082">getLogger</a>()</pre>
<div class="block">Returns the logger to use for this resource.
<p>
@@ -1369,7 +1369,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getMessages</h4>
-<pre>public <a
href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in
org.apache.juneau.utils">MessageBundle</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1094">getMessages</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in
org.apache.juneau.utils">MessageBundle</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1097">getMessages</a>()</pre>
<div class="block">Returns the resource bundle used by this resource.
<p>
@@ -1389,7 +1389,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getInfoProvider</h4>
-<pre>public <a
href="../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class in
org.apache.juneau.rest">RestInfoProvider</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1110">getInfoProvider</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/rest/RestInfoProvider.html" title="class in
org.apache.juneau.rest">RestInfoProvider</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1113">getInfoProvider</a>()</pre>
<div class="block">Returns the REST information provider used by this resource.
<p>
@@ -1410,7 +1410,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getCallHandler</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in
org.apache.juneau.rest">RestCallHandler</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1126">getCallHandler</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in
org.apache.juneau.rest">RestCallHandler</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1129">getCallHandler</a>()</pre>
<div class="block">Returns the REST call handler used by this resource.
<p>
@@ -1431,7 +1431,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getCallRouters</h4>
-<pre>protected <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><<a
href="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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1135">getCallRouters</a>()</pre>
+<pre>protected <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><<a
href="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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1138">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>
@@ -1445,7 +1445,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getResource</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1148">getResource</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1151">getResource</a>()</pre>
<div class="block">Returns the resource object.
<p>
@@ -1463,7 +1463,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getRestServlet</h4>
-<pre>public <a href="../../../../org/apache/juneau/rest/RestServlet.html"
title="class in org.apache.juneau.rest">RestServlet</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1159">getRestServlet</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/rest/RestServlet.html"
title="class in org.apache.juneau.rest">RestServlet</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1162">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>
@@ -1478,7 +1478,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>checkForInitException</h4>
-<pre>protected void <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1168">checkForInitException</a>()
+<pre>protected void <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1171">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>
@@ -1493,7 +1493,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getParentContext</h4>
-<pre>public <a href="../../../../org/apache/juneau/rest/RestContext.html"
title="class in org.apache.juneau.rest">RestContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1182">getParentContext</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/rest/RestContext.html"
title="class in org.apache.juneau.rest">RestContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1185">getParentContext</a>()</pre>
<div class="block">Returns the parent resource context (if this resource was
initialized from a parent).
<p>
@@ -1511,7 +1511,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getBeanContext</h4>
-<pre>public <a href="../../../../org/apache/juneau/BeanContext.html"
title="class in org.apache.juneau">BeanContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1191">getBeanContext</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/BeanContext.html"
title="class in org.apache.juneau">BeanContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1194">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>
@@ -1525,7 +1525,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getProperties</h4>
-<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1213">getProperties</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1216">getProperties</a>()</pre>
<div class="block">Returns the class-level properties associated with this
servlet.
<p>
@@ -1552,7 +1552,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getSerializers</h4>
-<pre>public <a
href="../../../../org/apache/juneau/serializer/SerializerGroup.html"
title="class in org.apache.juneau.serializer">SerializerGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1229">getSerializers</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/serializer/SerializerGroup.html"
title="class in org.apache.juneau.serializer">SerializerGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1232">getSerializers</a>()</pre>
<div class="block">Returns the serializers registered with this resource.
<p>
@@ -1573,7 +1573,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getParsers</h4>
-<pre>public <a
href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in
org.apache.juneau.parser">ParserGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1245">getParsers</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in
org.apache.juneau.parser">ParserGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1248">getParsers</a>()</pre>
<div class="block">Returns the parsers registered with this resource.
<p>
@@ -1594,7 +1594,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getServletInitParameter</h4>
-<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1255">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> name)</pre>
+<pre>public <a
href="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="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1258">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> 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>
@@ -1610,7 +1610,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getChildResources</h4>
-<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1266">getChildResources</a>()</pre>
+<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1269">getChildResources</a>()</pre>
<div class="block">Returns the child resources associated with this
servlet.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1625,7 +1625,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getStackTraceOccurrence</h4>
-<pre>protected int <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1278">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> e)</pre>
+<pre>protected int <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1281">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> 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>
@@ -1642,7 +1642,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>isRenderResponseStackTraces</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1291">isRenderResponseStackTraces</a>()</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1294">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>
@@ -1656,7 +1656,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>isAllowHeaderParams</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1300">isAllowHeaderParams</a>()</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1303">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>
@@ -1670,7 +1670,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>isAllowBodyParam</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1309">isAllowBodyParam</a>()</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1312">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>
@@ -1684,7 +1684,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getDefaultCharset</h4>
-<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1318">getDefaultCharset</a>()</pre>
+<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1321">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>
@@ -1698,7 +1698,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getParamFormat</h4>
-<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1327">getParamFormat</a>()</pre>
+<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1330">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>
@@ -1712,7 +1712,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getClientVersionHeader</h4>
-<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1345">getClientVersionHeader</a>()</pre>
+<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1348">getClientVersionHeader</a>()</pre>
<div class="block">Returns the name of the client version header name used by
this resource.
<p>
@@ -1735,7 +1735,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>allowMethodParam</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1356">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> m)</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1359">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> 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>
@@ -1752,7 +1752,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getBeanFilters</h4>
-<pre>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><?>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1372">getBeanFilters</a>()</pre>
+<pre>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><?>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1375">getBeanFilters</a>()</pre>
<div class="block">Returns the bean filters associated with this resource.
<p>
@@ -1773,7 +1773,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getPojoSwaps</h4>
-<pre>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><?>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1388">getPojoSwaps</a>()</pre>
+<pre>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><?>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1391">getPojoSwaps</a>()</pre>
<div class="block">Returns the POJO swaps associated with this resource.
<p>
@@ -1794,7 +1794,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>findParams</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/RestParam.html" title="class in
org.apache.juneau.rest">RestParam</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1401">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> method,
+<pre>protected <a
href="../../../../org/apache/juneau/rest/RestParam.html" title="class in
org.apache.juneau.rest">RestParam</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1404">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> method,
boolean methodPlainParams,
<a
href="../../../../org/apache/juneau/rest/UrlPathPattern.html" title="class in
org.apache.juneau.rest">UrlPathPattern</a> pathPattern)
throws <a
href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletException.html?is-external=true"
title="class or interface in javax.servlet">ServletException</a></pre>
@@ -1817,7 +1817,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getUrlEncodingParser</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html"
title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1478">getUrlEncodingParser</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html"
title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1481">getUrlEncodingParser</a>()</pre>
<div class="block">Returns the URL-encoding parser associated with this
resource.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1831,7 +1831,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getUrlEncodingSerializer</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html"
title="class in
org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1487">getUrlEncodingSerializer</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html"
title="class in
org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1490">getUrlEncodingSerializer</a>()</pre>
<div class="block">Returns the URL-encoding serializer associated with this
resource.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1845,7 +1845,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getEncoders</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in
org.apache.juneau.encoders">EncoderGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1507">getEncoders</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in
org.apache.juneau.encoders">EncoderGroup</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1510">getEncoders</a>()</pre>
<div class="block">Returns the encoders associated with this resource.
<p>
@@ -1870,7 +1870,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getSupportedAcceptTypes</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1521">getSupportedAcceptTypes</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1524">getSupportedAcceptTypes</a>()</pre>
<div class="block">Returns the explicit list of supported accept types for
this resource.
<p>
@@ -1889,7 +1889,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getSupportedContentTypes</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1535">getSupportedContentTypes</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1538">getSupportedContentTypes</a>()</pre>
<div class="block">Returns the explicit list of supported content types for
this resource.
<p>
@@ -1908,7 +1908,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getDefaultRequestHeaders</h4>
-<pre>protected <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1554">getDefaultRequestHeaders</a>()</pre>
+<pre>protected <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1557">getDefaultRequestHeaders</a>()</pre>
<div class="block">Returns the default request headers for this resource.
<p>
@@ -1932,7 +1932,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getDefaultResponseHeaders</h4>
-<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1574">getDefaultResponseHeaders</a>()</pre>
+<pre>public <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><<a
href="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>> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1577">getDefaultResponseHeaders</a>()</pre>
<div class="block">Returns the default response headers for this resource.
<p>
@@ -1957,7 +1957,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getConverters</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface
in org.apache.juneau.rest">RestConverter</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1593">getConverters</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface
in org.apache.juneau.rest">RestConverter</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1596">getConverters</a>()</pre>
<div class="block">Returns the converters associated with this resource at the
class level.
<p>
@@ -1981,7 +1981,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getGuards</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in
org.apache.juneau.rest">RestGuard</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1612">getGuards</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in
org.apache.juneau.rest">RestGuard</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1615">getGuards</a>()</pre>
<div class="block">Returns the guards associated with this resource at the
class level.
<p>
@@ -2005,7 +2005,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getResponseHandlers</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface
in org.apache.juneau.rest">ResponseHandler</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1632">getResponseHandlers</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface
in org.apache.juneau.rest">ResponseHandler</a>[] <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1635">getResponseHandlers</a>()</pre>
<div class="block">Returns the response handlers associated with this resource.
<p>
@@ -2030,7 +2030,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getMediaTypeForName</h4>
-<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1646">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> name)</pre>
+<pre>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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1649">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> name)</pre>
<div class="block">Returns the media type for the specified file name.
<p>
@@ -2050,7 +2050,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getFavIcon</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in
org.apache.juneau.rest">StreamResource</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1665">getFavIcon</a>()</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/StreamResource.html" title="class in
org.apache.juneau.rest">StreamResource</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1668">getFavIcon</a>()</pre>
<div class="block">Returns the favicon of the resource.
<p>
@@ -2074,7 +2074,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>isStaticFile</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1685">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> p)</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1688">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> p)</pre>
<div class="block">Returns <jk>true</jk> if the specified path refers to a
static file.
<p>
@@ -2100,7 +2100,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>getCallMethods</h4>
-<pre>protected <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><<a
href="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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1697">getCallMethods</a>()</pre>
+<pre>protected <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><<a
href="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> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1700">getCallMethods</a>()</pre>
<div class="block">Returns the REST Java methods defined in this resource.
<p>
@@ -2117,7 +2117,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>destroy</h4>
-<pre>protected void <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1704">destroy</a>()</pre>
+<pre>protected void <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1707">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>
@@ -2127,7 +2127,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockList">
<li class="blockList">
<h4>hasChildResources</h4>
-<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1717">hasChildResources</a>()</pre>
+<pre>protected boolean <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1720">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>
@@ -2141,7 +2141,7 @@ extends <a
href="../../../../org/apache/juneau/Context.html" title="class in org
<ul class="blockListLast">
<li class="blockList">
<h4>getChildResource</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/rest/RestContext.html" title="class in
org.apache.juneau.rest">RestContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1727">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> path)</pre>
+<pre>protected <a
href="../../../../org/apache/juneau/rest/RestContext.html" title="class in
org.apache.juneau.rest">RestContext</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestContext.html#line.1730">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> 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>