http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html index e18f7ac..27930f3 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html @@ -108,11 +108,18 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.20">SwaggerBuilder</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.27">SwaggerBuilder</a> extends <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></pre> <div class="block">Various useful static methods for creating Swagger elements. - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> for usage information.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Swagger'>Swagger</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> + </ul></div> </li> </ul> </div> @@ -368,7 +375,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>SwaggerBuilder</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.20">SwaggerBuilder</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.27">SwaggerBuilder</a>()</pre> </li> </ul> </li> @@ -385,7 +392,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>contact</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.26">contact</a>()</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.33">contact</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger"><code>Contact</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -399,7 +406,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>contact</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.35">contact</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 static final <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/dto/swagger/SwaggerBuilder.html#line.42">contact</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">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger"><code>Contact</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#name-java.lang.String-"><code>Contact.name(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -415,7 +422,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>contact</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.46">contact</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 static final <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/dto/swagger/SwaggerBuilder.html#line.53">contact</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/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url, <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> email)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger"><code>Contact</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#name-java.lang.String-"><code>Contact.name(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#url-java.lang.String-"><code>Contact.url(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#email-java.lang.String-"><code>Contact.email(String)</code></a>, attributes.</div> @@ -435,7 +442,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>externalDocumentation</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.54">externalDocumentation</a>()</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.61">externalDocumentation</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger"><code>ExternalDocumentation</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -449,7 +456,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>externalDocumentation</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.63">externalDocumentation</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> url)</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.70">externalDocumentation</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> url)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger"><code>ExternalDocumentation</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html#url-java.lang.String-"><code>ExternalDocumentation.url(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -465,7 +472,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>externalDocumentation</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.73">externalDocumentation</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> url, +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.80">externalDocumentation</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> url, <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> description)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger"><code>ExternalDocumentation</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html#url-java.lang.String-"><code>ExternalDocumentation.url(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html#description-java.lang.String-"><code>ExternalDocumentation.description(String)</code></a> attributes.</div> <dl> @@ -483,7 +490,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>headerInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.81">headerInfo</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.88">headerInfo</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger"><code>HeaderInfo</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -497,7 +504,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>headerInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.90">headerInfo</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.97">headerInfo</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger"><code>HeaderInfo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#type-java.lang.String-"><code>HeaderInfo.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -513,7 +520,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>headerInfoStrict</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.99">headerInfoStrict</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.106">headerInfoStrict</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger"><code>HeaderInfo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#type-java.lang.String-"><code>HeaderInfo.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -529,7 +536,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>info</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.107">info</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.114">info</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger"><code>Info</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -543,7 +550,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>info</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.117">info</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> title, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.124">info</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> title, <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> version)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger"><code>Info</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#title-java.lang.String-"><code>Info.title(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#version-java.lang.String-"><code>Info.version(String)</code></a> attributes.</div> <dl> @@ -561,7 +568,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>items</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.125">items</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.132">items</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger"><code>Items</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -575,7 +582,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>items</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.134">items</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.141">items</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger"><code>Items</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#type-java.lang.String-"><code>Items.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -591,7 +598,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>itemsStrict</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.143">itemsStrict</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.150">itemsStrict</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger"><code>Items</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#type-java.lang.String-"><code>Items.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -607,7 +614,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>license</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.151">license</a>()</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.158">license</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger"><code>License</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -621,7 +628,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>license</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.160">license</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 static final <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/dto/swagger/SwaggerBuilder.html#line.167">license</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">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger"><code>License</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/License.html#name-java.lang.String-"><code>License.name(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -637,7 +644,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>operation</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.168">operation</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.175">operation</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger"><code>Operation</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -651,7 +658,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parameterInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.176">parameterInfo</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.183">parameterInfo</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger"><code>ParameterInfo</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -665,7 +672,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parameterInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.186">parameterInfo</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> in, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.193">parameterInfo</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> in, <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">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger"><code>ParameterInfo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#in-java.lang.String-"><code>ParameterInfo.in(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#name-java.lang.String-"><code>ParameterInfo.name(String)</code></a> attributes.</div> <dl> @@ -683,7 +690,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parameterInfoStrict</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.196">parameterInfoStrict</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> in, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.203">parameterInfoStrict</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> in, <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">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger"><code>ParameterInfo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#in-java.lang.String-"><code>ParameterInfo.in(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#name-java.lang.String-"><code>ParameterInfo.name(String)</code></a> attributes.</div> <dl> @@ -701,7 +708,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>responseInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.204">responseInfo</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.211">responseInfo</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger"><code>ResponseInfo</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -715,7 +722,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>responseInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.213">responseInfo</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> description)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.220">responseInfo</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> description)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger"><code>ResponseInfo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#description-java.lang.String-"><code>ResponseInfo.description(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -731,7 +738,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>schemaInfo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.221">schemaInfo</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.228">schemaInfo</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger"><code>SchemaInfo</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -745,7 +752,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>securityScheme</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.229">securityScheme</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.236">securityScheme</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger"><code>SecurityScheme</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -759,7 +766,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>securityScheme</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.238">securityScheme</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.245">securityScheme</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger"><code>SecurityScheme</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#type-java.lang.String-"><code>SecurityScheme.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -775,7 +782,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>securitySchemeStrict</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.247">securitySchemeStrict</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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.254">securitySchemeStrict</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> type)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger"><code>SecurityScheme</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#type-java.lang.String-"><code>SecurityScheme.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -791,7 +798,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>swagger</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.255">swagger</a>()</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.262">swagger</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger"><code>Swagger</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -805,7 +812,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>swagger</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.264">swagger</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> info)</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.271">swagger</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a> info)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger"><code>Swagger</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#info-org.apache.juneau.dto.swagger.Info-"><code>Swagger.info(Info)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -821,7 +828,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>tag</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.272">tag</a>()</pre> +<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.279">tag</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger"><code>Tag</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -835,7 +842,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>tag</h4> -<pre>public static final <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/dto/swagger/SwaggerBuilder.html#line.281">tag</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 static final <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/dto/swagger/SwaggerBuilder.html#line.288">tag</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">Creates an <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger"><code>Tag</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html#name-java.lang.String-"><code>Tag.name(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -851,7 +858,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>xml</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.289">xml</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.296">xml</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger"><code>Xml</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html index 52122b4..a202fe1 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html @@ -112,11 +112,18 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.20">SwaggerElement</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.27">SwaggerElement</a> extends <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></pre> <div class="block">Root class for all Swagger beans. - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> for usage information.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Swagger'>Swagger</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> + </ul></div> </li> </ul> </div> @@ -192,7 +199,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>SwaggerElement</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.20">SwaggerElement</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.27">SwaggerElement</a>()</pre> </li> </ul> </li> @@ -209,7 +216,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isStrict</h4> -<pre>protected boolean <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.29">isStrict</a>()</pre> +<pre>protected boolean <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.36">isStrict</a>()</pre> <div class="block">Returns <jk>true</jk> if contents should be validated per the Swagger spec.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -223,7 +230,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>strict</h4> -<pre>protected <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.38">strict</a>()</pre> +<pre>protected <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.45">strict</a>()</pre> <div class="block">Sets strict mode on this bean.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html index 23b4eac..10bcaa5 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="name,description,externalDocs") -public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.34">Tag</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.41">Tag</a> extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a></pre> <div class="block">Allows adding meta data to a single tag that is used by the <a class="doclink" href="http://swagger.io/specification/#operationObject">Operation Object</a>. <p> @@ -127,8 +127,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <js>"description"</js>: <js>"Pets operations"</js> } </p> - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> for usage information.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Swagger'>Swagger</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> + </ul></div> </li> </ul> </div> @@ -253,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>Tag</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.34">Tag</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.41">Tag</a>()</pre> </li> </ul> </li> @@ -270,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getName</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/dto/swagger/Tag.html#line.47">getName</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/dto/swagger/Tag.html#line.54">getName</a>()</pre> <div class="block">Bean property getter: <property>name</property>. <p> Required. The name of the tag.</div> @@ -286,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setName</h4> -<pre>public <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/dto/swagger/Tag.html#line.59">setName</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="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.66">setName</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">Bean property setter: <property>name</property>. <p> Required. The name of the tag.</div> @@ -304,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public <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/dto/swagger/Tag.html#line.70">name</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="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.77">name</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">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -320,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <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/dto/swagger/Tag.html#line.82">getDescription</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/dto/swagger/Tag.html#line.89">getDescription</a>()</pre> <div class="block">Bean property getter: <property>description</property>. <p> A short description for the tag. @@ -337,7 +344,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setDescription</h4> -<pre>public <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/dto/swagger/Tag.html#line.95">setDescription</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> description)</pre> +<pre>public <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/dto/swagger/Tag.html#line.102">setDescription</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> description)</pre> <div class="block">Bean property setter: <property>description</property>. <p> A short description for the tag. @@ -356,7 +363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>description</h4> -<pre>public <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/dto/swagger/Tag.html#line.106">description</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> description)</pre> +<pre>public <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/dto/swagger/Tag.html#line.113">description</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> description)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -372,7 +379,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <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/dto/swagger/Tag.html#line.117">getExternalDocs</a>()</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/dto/swagger/Tag.html#line.124">getExternalDocs</a>()</pre> <div class="block">Bean property getter: <property>externalDocs</property>. <p> Additional external documentation for this tag.</div> @@ -388,7 +395,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setExternalDocs</h4> -<pre>public <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/dto/swagger/Tag.html#line.129">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a> externalDocs)</pre> +<pre>public <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/dto/swagger/Tag.html#line.136">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a> externalDocs)</pre> <div class="block">Bean property setter: <property>externalDocs</property>. <p> Additional external documentation for this tag.</div> @@ -406,7 +413,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>externalDocs</h4> -<pre>public <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/dto/swagger/Tag.html#line.140">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a> externalDocs)</pre> +<pre>public <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/dto/swagger/Tag.html#line.147">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a> externalDocs)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Tag.html#setExternalDocs-org.apache.juneau.dto.swagger.ExternalDocumentation-"><code>setExternalDocs(ExternalDocumentation)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html index d5614db..0f75de3 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html @@ -114,13 +114,20 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="name,namespace,prefix,attribute,wrapped") -public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.26">Xml</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.33">Xml</a> extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a></pre> <div class="block">A metadata object that allows for more fine-tuned XML model definitions. <p> When using arrays, XML element names are not inferred (for singular/plural forms) and the name property should be used to add that information. - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> for usage information.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Swagger'>Swagger</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.swagger</a> + </ul></div> </li> </ul> </div> @@ -281,7 +288,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>Xml</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.26">Xml</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.33">Xml</a>()</pre> </li> </ul> </li> @@ -298,7 +305,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getName</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/dto/swagger/Xml.html#line.44">getName</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/dto/swagger/Xml.html#line.51">getName</a>()</pre> <div class="block">Bean property getter: <property>name</property>. <p> Replaces the name of the element/attribute used for the described schema property. @@ -317,7 +324,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setName</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.59">setName</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="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.66">setName</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">Bean property setter: <property>name</property>. <p> Replaces the name of the element/attribute used for the described schema property. @@ -338,7 +345,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.70">name</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="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.77">name</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">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -354,7 +361,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getNamespace</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/dto/swagger/Xml.html#line.81">getNamespace</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/dto/swagger/Xml.html#line.88">getNamespace</a>()</pre> <div class="block">Bean property getter: <property>namespace</property>. <p> The URL of the namespace definition. Value SHOULD be in the form of a URL.</div> @@ -370,7 +377,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setNamespace</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.93">setNamespace</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> namespace)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.100">setNamespace</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> namespace)</pre> <div class="block">Bean property setter: <property>namespace</property>. <p> The URL of the namespace definition. Value SHOULD be in the form of a URL.</div> @@ -388,7 +395,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>namespace</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.104">namespace</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> namespace)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.111">namespace</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> namespace)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html#setNamespace-java.lang.String-"><code>setNamespace(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -404,7 +411,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getPrefix</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/dto/swagger/Xml.html#line.115">getPrefix</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/dto/swagger/Xml.html#line.122">getPrefix</a>()</pre> <div class="block">Bean property getter: <property>prefix</property>. <p> The prefix to be used for the name.</div> @@ -420,7 +427,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setPrefix</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.127">setPrefix</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> prefix)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.134">setPrefix</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> prefix)</pre> <div class="block">Bean property setter: <property>prefix</property>. <p> The prefix to be used for the name.</div> @@ -438,7 +445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>prefix</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.138">prefix</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> prefix)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.145">prefix</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> prefix)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html#setPrefix-java.lang.String-"><code>setPrefix(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -454,7 +461,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getAttribute</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.149">getAttribute</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.156">getAttribute</a>()</pre> <div class="block">Bean property getter: <property>attribute</property>. <p> Declares whether the property definition translates to an attribute instead of an element. Default value is <jk>false</jk>.</div> @@ -470,7 +477,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setAttribute</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.161">setAttribute</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> attribute)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.168">setAttribute</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> attribute)</pre> <div class="block">Bean property setter: <property>attribute</property>. <p> Declares whether the property definition translates to an attribute instead of an element. Default value is <jk>false</jk>.</div> @@ -488,7 +495,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>attribute</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.172">attribute</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> attribute)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.179">attribute</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> attribute)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html#setAttribute-java.lang.Boolean-"><code>setAttribute(Boolean)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -504,7 +511,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getWrapped</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.186">getWrapped</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.193">getWrapped</a>()</pre> <div class="block">Bean property getter: <property>wrapped</property>. <p> MAY be used only for an array definition. @@ -523,7 +530,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setWrapped</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.201">setWrapped</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> wrapped)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.208">setWrapped</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> wrapped)</pre> <div class="block">Bean property setter: <property>wrapped</property>. <p> MAY be used only for an array definition. @@ -544,7 +551,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>wrapped</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.212">wrapped</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> wrapped)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.219">wrapped</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> wrapped)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Xml.html#setWrapped-java.lang.Boolean-"><code>setWrapped(Boolean)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerContext.html b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerContext.html index 2e2f9d5..205ee98 100644 --- a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerContext.html @@ -170,12 +170,12 @@ extends <a href="../../../../org/apache/juneau/html/HtmlSerializerContext.html" Several built-in runtime variable types are defined, and the API can be extended to include user-defined variables. <h5 class='section'>Inherited configurable properties:</h5> - <ul class='javahierarchy'> - <li class='c'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. + <ul class='doctree'> + <li class='jc'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. <ul> - <li class='c'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> - Configurable properties common to all serializers. + <li class='jc'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> - Configurable properties common to all serializers. <ul> - <li class='c'><a class="doclink" href="../html/HtmlSerializerContext.html#ConfigProperties">HtmlSerializerContext</a> - Configurable properties on the HTML serializer. + <li class='jc'><a class="doclink" href="../html/HtmlSerializerContext.html#ConfigProperties">HtmlSerializerContext</a> - Configurable properties on the HTML serializer. </ul> </ul> </ul></div> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/html/HtmlParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlParserContext.html b/content/site/apidocs/org/apache/juneau/html/HtmlParserContext.html index 7b76cc6..8d4e55d 100644 --- a/content/site/apidocs/org/apache/juneau/html/HtmlParserContext.html +++ b/content/site/apidocs/org/apache/juneau/html/HtmlParserContext.html @@ -138,10 +138,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserContext.html" title= See <a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau"><code>PropertyStore</code></a> for more information about context properties. <h5 class='section'>Inherited configurable properties:</h5> - <ul class='javahierarchy'> - <li class='c'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. + <ul class='doctree'> + <li class='jc'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. <ul> - <li class='c'><a class="doclink" href="../parser/ParserContext.html#ConfigProperties">ParserContext</a> - Configurable properties common to all parsers. + <li class='jc'><a class="doclink" href="../parser/ParserContext.html#ConfigProperties">ParserContext</a> - Configurable properties common to all parsers. </ul> </ul></div> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/html/HtmlSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlSerializerContext.html b/content/site/apidocs/org/apache/juneau/html/HtmlSerializerContext.html index 28cd84d..ab04086 100644 --- a/content/site/apidocs/org/apache/juneau/html/HtmlSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/html/HtmlSerializerContext.html @@ -142,10 +142,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html" ti See <a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau"><code>PropertyStore</code></a> for more information about context properties. <h5 class='section'>Inherited configurable properties:</h5> - <ul class='javahierarchy'> - <li class='c'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. + <ul class='doctree'> + <li class='jc'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. <ul> - <li class='c'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> - Configurable properties common to all serializers. + <li class='jc'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> - Configurable properties common to all serializers. </ul> </ul></div> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/Accept.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/Accept.html b/content/site/apidocs/org/apache/juneau/http/Accept.html index 3e6b664..7609ede 100644 --- a/content/site/apidocs/org/apache/juneau/http/Accept.html +++ b/content/site/apidocs/org/apache/juneau/http/Accept.html @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.127">Accept</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.133">Accept</a> extends <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></pre> <div class="block">Represents a parsed <l>Accept</l> HTTP request header. <p> @@ -213,7 +213,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <p> Note: A user agent might be provided with a default set of quality values for certain media ranges. However, unless the user agent is a closed system which cannot interact with other rendering agents, this default - set ought to be configurable by the user.</div> + set ought to be configurable by the user. + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.http</a> + <li class='extlink'><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616.html'>Hypertext Transfer Protocol -- HTTP/1.1</a> + </ul></div> </li> </ul> </div> @@ -289,7 +295,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>forString</h4> -<pre>public static <a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a> <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.137">forString</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> value)</pre> +<pre>public static <a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a> <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.143">forString</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> value)</pre> <div class="block">Returns a parsed <code>Accept</code> header.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -305,7 +311,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>asRanges</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/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>> <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.162">asRanges</a>()</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/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>> <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.168">asRanges</a>()</pre> <div class="block">Returns the list of the media ranges that make up this header. <p> The media ranges in the list are sorted by their q-value in descending order.</div> @@ -321,7 +327,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>findMatch</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.183">findMatch</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[] mediaTypes)</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.189">findMatch</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[] mediaTypes)</pre> <div class="block">Given a list of media types, returns the best match for this <code>Accept</code> header. <p> Note that fuzzy matching is allowed on the media types where the <code>Accept</code> header may @@ -348,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>hasSubtypePart</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.218">hasSubtypePart</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> part)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.224">hasSubtypePart</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> part)</pre> <div class="block">Convenience method for searching through all of the subtypes of all the media ranges in this header for the presence of a subtype fragment. <p> @@ -367,7 +373,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>toString</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/http/Accept.html#line.228">toString</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/http/Accept.html#line.234">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
