http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestServlet.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/RestServlet.html b/content/site/apidocs/org/apache/juneau/rest/RestServlet.html index 4bb676f..55dd619 100644 --- a/content/site/apidocs/org/apache/juneau/rest/RestServlet.html +++ b/content/site/apidocs/org/apache/juneau/rest/RestServlet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RestServlet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RestServlet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RestServlet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RestServlet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -126,7 +126,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.34">RestServlet</a> +<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.35">RestServlet</a> extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http">HttpServlet</a></pre> <div class="block">Servlet implementation of a REST resource. <p> @@ -307,7 +307,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockListLast"> <li class="blockList"> <h4>RestServlet</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.34">RestServlet</a>()</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.35">RestServlet</a>()</pre> </li> </ul> </li> @@ -324,7 +324,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>init</h4> -<pre>public final void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.45">init</a>(<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true" title="class or interface in javax.servlet">ServletConfig</a> servletConfig) +<pre>public final void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.46">init</a>(<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletConfig.html?is-external=true" title="class or interface in javax.servlet">ServletConfig</a> servletConfig) 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> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -342,7 +342,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>init</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.93">init</a>(<a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest">RestConfig</a> config) +<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.94">init</a>(<a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest">RestConfig</a> 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">Resource initialization method. <p> @@ -371,7 +371,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>init</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.112">init</a>(<a href="../../../../org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest">RestContext</a> context) +<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.113">init</a>(<a href="../../../../org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest">RestContext</a> context) 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">Convenience method if you want to perform initialization on your resource after all configuration settings have been made. @@ -393,7 +393,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>service</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.134">service</a>(<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a> r1, +<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.135">service</a>(<a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a> r1, <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletResponse</a> r2) 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>, <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> @@ -415,7 +415,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>getContext</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/RestServlet.html#line.170">getContext</a>()</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/RestServlet.html#line.171">getContext</a>()</pre> <div class="block">Returns the read-only context object that contains all the configuration information about this resource. <p> This object is <jk>null</jk> during the call to <a href="../../../../org/apache/juneau/rest/RestServlet.html#init-org.apache.juneau.rest.RestConfig-"><code>init(RestConfig)</code></a> but is populated @@ -438,7 +438,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>onSuccess</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.188">onSuccess</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.189">onSuccess</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, <a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, long time)</pre> <div class="block">Callback method for listening for successful completion of requests. @@ -463,7 +463,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>onPreCall</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.202">onPreCall</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req) +<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.203">onPreCall</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req) throws <a href="../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></pre> <div class="block">Callback method that gets invoked right before the REST Java method is invoked. <p> @@ -486,7 +486,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>onPostCall</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.218">onPostCall</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.219">onPostCall</a>(<a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, <a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res) throws <a href="../../../../org/apache/juneau/rest/RestException.html" title="class in org.apache.juneau.rest">RestException</a></pre> <div class="block">Callback method that gets invoked right after the REST Java method is invoked, but before @@ -512,7 +512,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>log</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.227">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.228">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Convenience method for calling <code>getContext().getLogger().log(level, msg, args);</code></div> @@ -530,7 +530,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>log</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.240">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.241">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> @@ -550,7 +550,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>getServletConfig</h4> -<pre>public <a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest">RestConfig</a> <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.246">getServletConfig</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest">RestConfig</a> <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.253">getServletConfig</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true#getServletConfig--" title="class or interface in javax.servlet">getServletConfig</a></code> in interface <code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true" title="class or interface in javax.servlet">Servlet</a></code></dd> @@ -565,7 +565,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>destroy</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.251">destroy</a>()</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.258">destroy</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true#destroy--" title="class or interface in javax.servlet">destroy</a></code> in interface <code><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/Servlet.html?is-external=true" title="class or interface in javax.servlet">Servlet</a></code></dd> @@ -580,7 +580,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <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/RestServlet.html#line.262">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/RestServlet.html#line.269">getMessages</a>()</pre> <div class="block">Convenience method for calling <code>getContext().getMessages();</code></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -596,7 +596,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockList"> <li class="blockList"> <h4>getProperties</h4> -<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/rest/RestServlet.html#line.271">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/RestServlet.html#line.278">getProperties</a>()</pre> <div class="block">Convenience method for calling <code>getContext().getProperties();</code></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -612,7 +612,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ <ul class="blockListLast"> <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/RestServlet.html#line.280">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/RestServlet.html#line.287">getBeanContext</a>()</pre> <div class="block">Convenience method for calling <code>getContext().getBeanContext();</code></div> <dl> <dt><span class="returnLabel">Returns:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestServletDefault.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/RestServletDefault.html b/content/site/apidocs/org/apache/juneau/rest/RestServletDefault.html index 094d475..f0790b7 100644 --- a/content/site/apidocs/org/apache/juneau/rest/RestServletDefault.html +++ b/content/site/apidocs/org/apache/juneau/rest/RestServletDefault.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RestServletDefault (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RestServletDefault (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RestServletDefault (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RestServletDefault (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestServletException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/RestServletException.html b/content/site/apidocs/org/apache/juneau/rest/RestServletException.html index 3ad51b0..b96e3fd 100644 --- a/content/site/apidocs/org/apache/juneau/rest/RestServletException.html +++ b/content/site/apidocs/org/apache/juneau/rest/RestServletException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RestServletException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RestServletException (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RestServletException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RestServletException (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.22">RestServletException</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.24">RestServletException</a> extends <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> <div class="block">General exception thrown from <a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>RestServlet</code></a> during construction or initialization.</div> <dl> @@ -220,7 +220,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletExcept <ul class="blockListLast"> <li class="blockList"> <h4>RestServletException</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.32">RestServletException</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> message, +<pre>public <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.34">RestServletException</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> message, <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>... args)</pre> <div class="block">Constructor.</div> <dl> @@ -244,7 +244,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletExcept <ul class="blockListLast"> <li class="blockList"> <h4>initCause</h4> -<pre>public <a href="../../../../org/apache/juneau/rest/RestServletException.html" title="class in org.apache.juneau.rest">RestServletException</a> <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.43">initCause</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> +<pre>public <a href="../../../../org/apache/juneau/rest/RestServletException.html" title="class in org.apache.juneau.rest">RestServletException</a> <a href="../../../../src-html/org/apache/juneau/rest/RestServletException.html#line.45">initCause</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> <div class="block">Sets the inner cause for this exception.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestServletGroupDefault.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/RestServletGroupDefault.html b/content/site/apidocs/org/apache/juneau/rest/RestServletGroupDefault.html index a3acbb0..04106ca 100644 --- a/content/site/apidocs/org/apache/juneau/rest/RestServletGroupDefault.html +++ b/content/site/apidocs/org/apache/juneau/rest/RestServletGroupDefault.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RestServletGroupDefault (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RestServletGroupDefault (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RestServletGroupDefault (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RestServletGroupDefault (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/RestUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/RestUtils.html b/content/site/apidocs/org/apache/juneau/rest/RestUtils.html index 12fcf19..30fe31b 100644 --- a/content/site/apidocs/org/apache/juneau/rest/RestUtils.html +++ b/content/site/apidocs/org/apache/juneau/rest/RestUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RestUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RestUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RestUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RestUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/StreamResource.Builder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/StreamResource.Builder.html b/content/site/apidocs/org/apache/juneau/rest/StreamResource.Builder.html index c8c43a5..23b66b6 100644 --- a/content/site/apidocs/org/apache/juneau/rest/StreamResource.Builder.html +++ b/content/site/apidocs/org/apache/juneau/rest/StreamResource.Builder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StreamResource.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StreamResource.Builder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StreamResource.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StreamResource.Builder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/StreamResource.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/StreamResource.html b/content/site/apidocs/org/apache/juneau/rest/StreamResource.html index 56c2f7b..23e25da 100644 --- a/content/site/apidocs/org/apache/juneau/rest/StreamResource.html +++ b/content/site/apidocs/org/apache/juneau/rest/StreamResource.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StreamResource (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StreamResource (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StreamResource (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StreamResource (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/UrlPathPattern.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/UrlPathPattern.html b/content/site/apidocs/org/apache/juneau/rest/UrlPathPattern.html index 8f1c01a..6a73165 100644 --- a/content/site/apidocs/org/apache/juneau/rest/UrlPathPattern.html +++ b/content/site/apidocs/org/apache/juneau/rest/UrlPathPattern.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UrlPathPattern (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>UrlPathPattern (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UrlPathPattern (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="UrlPathPattern (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Body.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Body.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Body.html index 40b62fb..c004775 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Body.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Body.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Body (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Body (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Body (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Body (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/FormData.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/FormData.html b/content/site/apidocs/org/apache/juneau/rest/annotation/FormData.html index a168e9f..c67bb27 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/FormData.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/FormData.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FormData (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>FormData (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FormData (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="FormData (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/HasFormData.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/HasFormData.html b/content/site/apidocs/org/apache/juneau/rest/annotation/HasFormData.html index f541c41..ae51f96 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/HasFormData.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/HasFormData.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>HasFormData (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>HasFormData (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HasFormData (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="HasFormData (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/HasQuery.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/HasQuery.html b/content/site/apidocs/org/apache/juneau/rest/annotation/HasQuery.html index 8981ef7..bbb0256 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/HasQuery.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/HasQuery.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>HasQuery (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>HasQuery (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HasQuery (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="HasQuery (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Header.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Header.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Header.html index 5bf2723..3e0a8ff 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Header.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Header.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Header (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Header (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Header (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Header (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/HtmlDoc.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/HtmlDoc.html b/content/site/apidocs/org/apache/juneau/rest/annotation/HtmlDoc.html index dce2137..5b7535d 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/HtmlDoc.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/HtmlDoc.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>HtmlDoc (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>HtmlDoc (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HtmlDoc (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="HtmlDoc (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -92,7 +92,7 @@ <li class="blockList"> <hr> <br> -<pre>public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annotation/HtmlDoc.html#line.72">HtmlDoc</a></pre> +<pre>public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annotation/HtmlDoc.html#line.74">HtmlDoc</a></pre> <div class="block">Contains all the configurable annotations for the <a href="../../../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class in org.apache.juneau.html"><code>HtmlDocSerializer</code></a>. <p> Used with <a href="../../../../../org/apache/juneau/rest/annotation/RestResource.html#htmldoc--"><code>RestResource.htmldoc()</code></a> and <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#htmldoc--"><code>RestMethod.htmldoc()</code></a> to customize the HTML view of @@ -127,7 +127,9 @@ </head> <body> <header> - <xv>Page title and description</xv> + <h3 <xa>class</xa>=<xs>'title'</xs>><xv>Page title</xv></h3> + <h5 <xa>class</xa>=<xs>'description'</xs>><xv>Page description</xv></h5> + <xv>Arbitrary page branding</xv> </header> <nav> <xv>Page links</xv> @@ -261,10 +263,10 @@ <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.105">title</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.110">title</a></pre> <div class="block">Sets the HTML page title in the header section of the page generated by the default HTML doc template. <p> - The format of this value is plain text. + The format of this value is HTML (phrasing content only). <p> It gets wrapped in a <code><xt><h3> <xa>class</xa>=<xs>'title'</xs>></xt></code> element and then added to the <code><xt><header></code> section on the page. @@ -288,6 +290,9 @@ page title. However, this annotation is provided in cases where you want the page title to be different that the one shown in the swagger document. + <li class='info'> + The entire header section can be rendered with arbitrary HTML using <a href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#header--"><code>header()</code></a>. + This annotation is ignored when the <a href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#header--"><code>header()</code></a> annotation is specified. </ul> <p> The programmatic equivalent to this annotation are the <a href="../../../../../org/apache/juneau/rest/RestConfig.html#setHtmlTitle-java.lang.String-"><code>RestConfig.setHtmlTitle(String)</code></a>/<a href="../../../../../org/apache/juneau/rest/RestResponse.html#setHtmlTitle-java.lang.Object-"><code>RestResponse.setHtmlTitle(Object)</code></a> methods.</div> @@ -306,10 +311,10 @@ <ul class="blockList"> <li class="blockList"> <h4>description</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.140">description</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.148">description</a></pre> <div class="block">Sets the HTML page subtitle in the header section of the page generated by the default HTML doc template. <p> - The format of this value is plain text. + The format of this value is HTML (phrasing content only). <p> It gets wrapped in a <code><xt><h5> <xa>class</xa>=<xs>'description'</xs>></xt></code> element and then added to the <code><xt><header></code> section on the page. @@ -335,6 +340,9 @@ <code>@RestMethod(summary)</code> annotations to specify the page text. However, this annotation is provided in cases where you want the text to be different that the values shown in the swagger document. + <li class='info'> + The entire header section can be rendered with arbitrary HTML using <a href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#header--"><code>header()</code></a>. + This annotation is ignored when the <a href="../../../../../org/apache/juneau/rest/annotation/HtmlDoc.html#header--"><code>header()</code></a> annotation is specified. </ul> <p> The programmatic equivalent to this annotation are the <a href="../../../../../org/apache/juneau/rest/RestConfig.html#setHtmlDescription-java.lang.String-"><code>RestConfig.setHtmlDescription(String)</code></a>/<a href="../../../../../org/apache/juneau/rest/RestResponse.html#setHtmlDescription-java.lang.Object-"><code>RestResponse.setHtmlDescription(Object)</code></a> methods.</div> @@ -353,7 +361,7 @@ <ul class="blockList"> <li class="blockList"> <h4>branding</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.155">branding</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.163">branding</a></pre> <div class="block">Sets the HTML page branding in the header section of the page generated by the default HTML doc template. <p> The format of this value is HTML. @@ -380,7 +388,7 @@ <ul class="blockList"> <li class="blockList"> <h4>header</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.182">header</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.190">header</a></pre> <div class="block">Sets the HTML header section contents. <p> The format of this value is HTML. @@ -419,7 +427,7 @@ <ul class="blockList"> <li class="blockList"> <h4>links</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.209">links</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.217">links</a></pre> <div class="block">Sets the links in the HTML nav section. <p> The format of this value is a lax-JSON map of key/value pairs where the keys are the link text and the values are @@ -458,7 +466,7 @@ <ul class="blockList"> <li class="blockList"> <h4>nav</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.237">nav</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.245">nav</a></pre> <div class="block">Sets the HTML nav section contents. <p> The format of this value is HTML. @@ -498,7 +506,7 @@ <ul class="blockList"> <li class="blockList"> <h4>aside</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.261">aside</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.269">aside</a></pre> <div class="block">Sets the HTML aside section contents. <p> The format of this value is HTML. @@ -534,7 +542,7 @@ <ul class="blockList"> <li class="blockList"> <h4>footer</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.285">footer</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.293">footer</a></pre> <div class="block">Sets the HTML footer section contents. <p> The format of this value is HTML. @@ -570,7 +578,7 @@ <ul class="blockList"> <li class="blockList"> <h4>css</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.307">css</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.315">css</a></pre> <div class="block">Sets the HTML CSS style section contents. <p> The format of this value is CSS. @@ -604,7 +612,7 @@ <ul class="blockList"> <li class="blockList"> <h4>cssUrl</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.332">cssUrl</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.340">cssUrl</a></pre> <div class="block">Sets the CSS URL in the HTML CSS style section. <p> The format of this value is a URL. @@ -641,8 +649,10 @@ <ul class="blockList"> <li class="blockList"> <h4>nowrap</h4> -<pre>public abstract boolean <a href="../../../../../src-html/org/apache/juneau/rest/annotation/HtmlDoc.html#line.337">nowrap</a></pre> -<div class="block">Shorthand method for forcing the rendered HTML content to be no-wrap.</div> +<pre>public abstract boolean <a href="../../../../../src-html/org/apache/juneau/rest/annotation/HtmlDoc.html#line.347">nowrap</a></pre> +<div class="block">Shorthand method for forcing the rendered HTML content to be no-wrap. + <p> + This only applies to the rendered data portion of the page.</div> <dl> <dt>Default:</dt> <dd>false</dd> @@ -658,7 +668,7 @@ <ul class="blockList"> <li class="blockList"> <h4>noResultsMessage</h4> -<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.342">noResultsMessage</a></pre> +<pre>public abstract <a href="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/annotation/HtmlDoc.html#line.352">noResultsMessage</a></pre> <div class="block">Specifies the text to display when serializing an empty array or collection.</div> <dl> <dt>Default:</dt> @@ -675,7 +685,7 @@ <ul class="blockListLast"> <li class="blockList"> <h4>template</h4> -<pre>public abstract <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><? extends <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/annotation/HtmlDoc.html#line.353">template</a></pre> +<pre>public abstract <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><? extends <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/annotation/HtmlDoc.html#line.363">template</a></pre> <div class="block">Specifies the template class to use for rendering the HTML page. <p> By default, uses <a href="../../../../../org/apache/juneau/html/HtmlDocTemplateBasic.html" title="class in org.apache.juneau.html"><code>HtmlDocTemplateBasic</code></a> to render the contents, although you can provide http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Inherit.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Inherit.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Inherit.html index 8684aef..fc68f05 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Inherit.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Inherit.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Inherit (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Inherit (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Inherit (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Inherit (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Messages.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Messages.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Messages.html index 42c4aa1..4af1c9d 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Messages.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Messages.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Messages (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Messages (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Messages (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Messages (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Method.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Method.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Method.html index 66950a8..f9bad97 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Method.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Method.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Method (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Method (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Method (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Method (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/MethodSwagger.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/MethodSwagger.html b/content/site/apidocs/org/apache/juneau/rest/annotation/MethodSwagger.html index 8fa87e2..9747263 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/MethodSwagger.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/MethodSwagger.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MethodSwagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MethodSwagger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MethodSwagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MethodSwagger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Parameter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Parameter.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Parameter.html index 9a8f363..8b3e0d5 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Parameter.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Parameter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Parameter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Parameter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parameter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Parameter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Path.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Path.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Path.html index 0c1470c..9259209 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Path.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Path.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Path (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Path (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Path (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Path (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/PathRemainder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/PathRemainder.html b/content/site/apidocs/org/apache/juneau/rest/annotation/PathRemainder.html index b650489..7cf89d2 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/PathRemainder.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/PathRemainder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PathRemainder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PathRemainder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PathRemainder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PathRemainder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Properties.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Properties.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Properties.html index d01c9f7..919fd68 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Properties.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Properties.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Properties (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Properties (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Properties (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Properties (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Property.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Property.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Property.html index 59ab1b1..8ecc784 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Property.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Property.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Property (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Property (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Property (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Property (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Query.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Query.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Query.html index 32ae5cb..046e307 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Query.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Query.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Query (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Query (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Query (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Query (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/ResourceSwagger.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/ResourceSwagger.html b/content/site/apidocs/org/apache/juneau/rest/annotation/ResourceSwagger.html index 8c6aa33..fec43af 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/ResourceSwagger.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/ResourceSwagger.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ResourceSwagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ResourceSwagger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceSwagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ResourceSwagger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/annotation/Response.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/Response.html b/content/site/apidocs/org/apache/juneau/rest/annotation/Response.html index e22b333..6a5c21d 100644 --- a/content/site/apidocs/org/apache/juneau/rest/annotation/Response.html +++ b/content/site/apidocs/org/apache/juneau/rest/annotation/Response.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Response (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Response (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Response (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Response (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {
