http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
b/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
index 31c8d93..fbe4958 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestInfoProvider.html
@@ -281,7 +281,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getSwagger</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in
org.apache.juneau.dto.swagger">Swagger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.117">getSwagger</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)
+<pre>protected <a
href="../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in
org.apache.juneau.dto.swagger">Swagger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.118">getSwagger</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">Returns the localized swagger for this REST resource.</div>
<dl>
@@ -300,7 +300,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getSwaggerFromFile</h4>
-<pre>protected <a
href="../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in
org.apache.juneau.dto.swagger">Swagger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.166">getSwaggerFromFile</a>(<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)
+<pre>protected <a
href="../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in
org.apache.juneau.dto.swagger">Swagger</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.167">getSwaggerFromFile</a>(<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="../../../../org/apache/juneau/rest/RestException.html" title="class in
org.apache.juneau.rest">RestException</a></pre>
<div class="block">Returns the localized Swagger from the file system.
<p>
@@ -324,7 +324,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getMethodSummary</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/RestInfoProvider.html#line.198">getMethodSummary</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> javaMethodName,
+<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/RestInfoProvider.html#line.199">getMethodSummary</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> javaMethodName,
<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized summary of the specified java method
on this servlet.
<p>
@@ -354,7 +354,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getMethodDescription</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/RestInfoProvider.html#line.224">getMethodDescription</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> javaMethodName,
+<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/RestInfoProvider.html#line.225">getMethodDescription</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> javaMethodName,
<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized description of the specified java
method on this servlet.
<p>
@@ -384,7 +384,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getTitle</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/RestInfoProvider.html#line.250">getTitle</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</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/RestInfoProvider.html#line.251">getTitle</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized title of this REST resource.
<p>
Subclasses can override this method to provide their own title.
@@ -413,7 +413,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getDescription</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/RestInfoProvider.html#line.281">getDescription</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</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/RestInfoProvider.html#line.282">getDescription</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized description of this REST resource.
<p>
Subclasses can override this method to provide their own description.
@@ -441,14 +441,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getContact</h4>
-<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in
org.apache.juneau.dto.swagger">Contact</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.312">getContact</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
+<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in
org.apache.juneau.dto.swagger">Contact</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.313">getContact</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized contact information of this REST
resource.
<p>
Subclasses can override this method to provide their own contact information.
<p>
The default implementation returns the contact information from the following
locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#contact--"><code>@RestResource.contact()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#contact--"><code>@ResourceSwagger.contact()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].contact</ck> property in resource bundle identified by
<a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>contact</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
@@ -469,14 +469,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getLicense</h4>
-<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/License.html" title="class in
org.apache.juneau.dto.swagger">License</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.348">getLicense</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
+<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/License.html" title="class in
org.apache.juneau.dto.swagger">License</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.349">getLicense</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the localized license information of this REST
resource.
<p>
Subclasses can override this method to provide their own license information.
<p>
The default implementation returns the license information from the following
locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#license--"><code>@RestResource.license()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#license--"><code>@ResourceSwagger.license()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].license</ck> property in resource bundle identified by
<a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>license</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
@@ -497,14 +497,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getTermsOfService</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/RestInfoProvider.html#line.384">getTermsOfService</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</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/RestInfoProvider.html#line.385">getTermsOfService</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the terms-of-service information of this REST
resource.
<p>
Subclasses can override this method to provide their own terms-of-service
information.
<p>
The default implementation returns the terms-of-service information from the
following locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#termsOfService--"><code>@RestResource.termsOfService()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#termsOfService--"><code>@ResourceSwagger.termsOfService()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].termsOfService</ck> property in resource bundle
identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>termsOfService</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
@@ -525,14 +525,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getVersion</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/RestInfoProvider.html#line.415">getVersion</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</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/RestInfoProvider.html#line.416">getVersion</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the version information of this REST resource.
<p>
Subclasses can override this method to provide their own version information.
<p>
The default implementation returns the version information from the following
locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#version--"><code>@RestResource.version()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#version--"><code>@ResourceSwagger.version()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].version</ck> property in resource bundle identified by
<a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>version</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
@@ -553,14 +553,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getTags</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in
org.apache.juneau.dto.swagger">Tag</a>> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.446">getTags</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in
org.apache.juneau.dto.swagger">Tag</a>> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.447">getTags</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the version information of this REST resource.
<p>
Subclasses can override this method to provide their own version information.
<p>
The default implementation returns the version information from the following
locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#version--"><code>@RestResource.version()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#version--"><code>@ResourceSwagger.version()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].version</ck> property in resource bundle identified by
<a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>version</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
@@ -581,14 +581,14 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockListLast">
<li class="blockList">
<h4>getExternalDocs</h4>
-<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html"
title="class in
org.apache.juneau.dto.swagger">ExternalDocumentation</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.482">getExternalDocs</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
+<pre>public <a
href="../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html"
title="class in
org.apache.juneau.dto.swagger">ExternalDocumentation</a> <a
href="../../../../src-html/org/apache/juneau/rest/RestInfoProvider.html#line.483">getExternalDocs</a>(<a
href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in
org.apache.juneau.rest">RestRequest</a> req)</pre>
<div class="block">Returns the version information of this REST resource.
<p>
Subclasses can override this method to provide their own version information.
<p>
The default implementation returns the version information from the following
locations (whichever matches first):
<ol>
- <li><a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#version--"><code>@RestResource.version()</code></a>
annotation on this class, and then any parent classes.
+ <li><a
href="../../../../org/apache/juneau/rest/annotation/ResourceSwagger.html#version--"><code>@ResourceSwagger.version()</code></a>
annotation on this class, and then any parent classes.
<li><ck>[ClassName].version</ck> property in resource bundle identified by
<a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>
annotation for this class, then any parent classes.
<li><ck>version</ck> property in resource bundle identified by <a
href="../../../../org/apache/juneau/rest/annotation/RestResource.html#messages--"><code>@RestResource.messages()</code></a>