You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/06/02 15:32:02 UTC

[01/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 145378ede -> 1cf7b4bb4


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Footer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Footer.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Footer.html
index 3312425..b08cb75 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Footer.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Footer.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-footer-element"&gt;&amp;lt;footer&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="footer")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Footer extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Footer _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Footer id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Footer style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Footer children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Footer child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="footer")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Footer extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Footer _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Footer id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Footer style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Footer children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Footer child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 


[46/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html b/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
index cae06f2..2fb16ad 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="audio")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.24">Audio</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.32">Audio</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element">&lt;audio&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -278,7 +286,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Audio</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.24">Audio</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.32">Audio</a>()</pre>
 </li>
 </ul>
 </li>
@@ -295,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>autoplay</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.33">autoplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autoplay)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.41">autoplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autoplay)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute.
  Hint that the media resource can be started automatically when the page is loaded.</div>
 <dl>
@@ -313,7 +321,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>controls</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.45">controls</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;controls)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.53">controls</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;controls)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute.
  Show user agent controls.</div>
 <dl>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.56">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.64">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.
  How the element handles crossorigin requests.</div>
 <dl>
@@ -348,7 +356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>loop</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.68">loop</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;loop)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.76">loop</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;loop)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop">loop</a> attribute.
  Whether to loop the media resource.</div>
 <dl>
@@ -366,7 +374,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>mediagroup</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.79">mediagroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mediagroup)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.87">mediagroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mediagroup)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute.
  Groups media elements together with an implicit MediaController.</div>
 <dl>
@@ -383,7 +391,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>muted</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.91">muted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;muted)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.99">muted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;muted)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute.
  Whether to mute the media resource by default.</div>
 <dl>
@@ -401,7 +409,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>preload</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.102">preload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;preload)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.110">preload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;preload)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute.
  Hints how much buffering the media resource will likely need.</div>
 <dl>
@@ -418,7 +426,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.114">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.122">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -436,7 +444,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.125">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.133">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -455,7 +463,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.131">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.139">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -474,7 +482,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.137">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.145">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -493,7 +501,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.143">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.151">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -512,7 +520,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.149">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.157">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/B.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/B.html b/content/site/apidocs/org/apache/juneau/dto/html5/B.html
index a526e36..019cf0f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/B.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/B.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="b")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.22">B</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.30">B</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element">&lt;b&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>B</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.22">B</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.30">B</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Base.html b/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
index 9628e9d..79426da 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="base")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.24">Base</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.32">Base</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-base-element">&lt;base&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -223,7 +231,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Base</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.24">Base</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.32">Base</a>()</pre>
 </li>
 </ul>
 </li>
@@ -240,7 +248,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>href</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.33">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.41">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-href">href</a> attribute.
  Document base URL.</div>
 <dl>
@@ -258,7 +266,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>target</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.44">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.52">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target">target</a> attribute.
  Default browsing context for hyperlink navigation and form submission.</div>
 <dl>
@@ -275,7 +283,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.55">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.63">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -294,7 +302,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.61">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.69">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -313,7 +321,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.67">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.75">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html b/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
index 3b84b6a..42439dd 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="bdi")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.22">Bdi</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.30">Bdi</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html" title="class in org.apache.juneau.dto.html5">HtmlElementText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdi-element">&lt;bdi&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -224,7 +232,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdi</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.22">Bdi</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.30">Bdi</a>()</pre>
 </li>
 </ul>
 </li>
@@ -241,7 +249,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -260,7 +268,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -279,7 +287,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -298,7 +306,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.47">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.55">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html#text-java.lang.Object-">HtmlElementText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html b/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
index 0a38f35..943036e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="bdo")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.22">Bdo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.30">Bdo</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdo-element">&lt;bdo&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.22">Bdo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.30">Bdo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -272,7 +280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>dir</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.35">dir</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.43">dir</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#dir-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-dir-attribute">dir</a> attribute.</div>
 <dl>
@@ -291,7 +299,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.41">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.49">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -310,7 +318,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.47">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.55">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -329,7 +337,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.53">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.61">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -349,7 +357,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.59">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.67">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html b/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
index b3dd9a4..b5bfcc3 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="blockquote")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.22">Blockquote</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.30">Blockquote</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-blockquote-element">&lt;blockquote&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Blockquote</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.22">Blockquote</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.30">Blockquote</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.30">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.38">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite">cite</a> attribute.
  Link to the source of the quotation..</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -308,7 +316,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -327,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Body.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Body.html b/content/site/apidocs/org/apache/juneau/dto/html5/Body.html
index 7d4b613..cc62db0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Body.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Body.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="body")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.22">Body</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.30">Body</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-body-element">&lt;body&gt;</a> element.
- <p></div>
+ <p>
+
+ <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='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Body</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.22">Body</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.30">Body</a>()</pre>
 </li>
 </ul>
 </li>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>onafterprint</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.30">onafterprint</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onafterprint)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.38">onafterprint</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onafterprint)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onafterprint">onafterprint</a> attribute.
  //onbeforeprint https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeprint.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>onbeforeunload</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.41">onbeforeunload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onbeforeunload)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.49">onbeforeunload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onbeforeunload)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeunload">onbeforeunload</a> attribute.
  //onhashchange https://www.w3.org/TR/html5/webappapis.html#handler-window-onhashchange.</div>
 <dl>
@@ -317,7 +325,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>onmessage</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.52">onmessage</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmessage)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.60">onmessage</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmessage)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onmessage">onmessage</a> attribute.
  //onoffline https://www.w3.org/TR/html5/webappapis.html#handler-window-onoffline.</div>
 <dl>
@@ -334,7 +342,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>ononline</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.63">ononline</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ononline)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.71">ononline</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ononline)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-ononline">ononline</a> attribute.
  //onpagehide https://www.w3.org/TR/html5/webappapis.html#handler-window-onpagehide.</div>
 <dl>
@@ -351,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>onpageshow</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.74">onpageshow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onpageshow)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.82">onpageshow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onpageshow)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onpageshow">onpageshow</a> attribute.
  //onpopstate https://www.w3.org/TR/html5/webappapis.html#handler-window-onpopstate.</div>
 <dl>
@@ -368,7 +376,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>onstorage</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.85">onstorage</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onstorage)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.93">onstorage</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onstorage)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onstorage">onstorage</a> attribute.
  //onunload https://www.w3.org/TR/html5/webappapis.html#handler-window-onunload.</div>
 <dl>
@@ -385,7 +393,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.96">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.104">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -404,7 +412,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.102">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.110">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -423,7 +431,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.108">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.116">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -442,7 +450,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.114">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.122">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -462,7 +470,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.120">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Body.html#line.128">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Br.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Br.html b/content/site/apidocs/org/apache/juneau/dto/html5/Br.html
index a20df31..3289a30 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Br.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Br.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="br")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.22">Br</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.30">Br</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-br-element">&lt;br&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -211,7 +219,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Br</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.22">Br</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.30">Br</a>()</pre>
 </li>
 </ul>
 </li>
@@ -228,7 +236,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Br.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>


[48/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html b/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
index 90c28b4..79c812c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Id.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#typeName--">typeName</a>="id")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.37">Id</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.44">Id</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomId</code> construct in the RFC4287 specification.
  <p>
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       (atomUri)
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -228,7 +235,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Id</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.46">Id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.53">Id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -242,7 +249,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Id</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.51">Id</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.58">Id</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -261,7 +268,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getText</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT">TEXT</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.64">getText</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.71">getText</a>()</pre>
 <div class="block">Returns the content of this identifier.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -276,7 +283,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>text</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="text")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.75">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.82">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Sets the content of this identifier.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -292,7 +299,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.86">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.93">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -311,7 +318,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.92">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.99">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html b/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
index 2594a3b..95de651 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Link.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#typeName--">typeName</a>="link")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.44">Link</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.51">Link</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomLink</code> construct in the RFC4287 specification.
  <p>
@@ -132,8 +132,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
          undefinedContent
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -297,7 +304,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Link</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.61">Link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.68">Link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;href)</pre>
 <div class="block">Normal constructor.</div>
@@ -315,7 +322,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Link</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.66">Link</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.73">Link</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -334,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getHref</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.79">getHref</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.86">getHref</a>()</pre>
 <div class="block">Returns the href of the target of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -349,7 +356,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>href</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="href")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.90">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;href)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.97">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;href)</pre>
 <div class="block">Sets the href of the target of this link.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -366,7 +373,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>getRel</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.101">getRel</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.108">getRel</a>()</pre>
 <div class="block">Returns the rel of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -381,7 +388,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>rel</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="rel")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.112">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.119">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
 <div class="block">Sets the rel of this link.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -398,7 +405,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>getType</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.123">getType</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.130">getType</a>()</pre>
 <div class="block">Returns the content type of the target of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -413,7 +420,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>type</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="type")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.142">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.149">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Sets the content type of the target of this link.
  <p>
  Must be one of the following:
@@ -438,7 +445,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>getHreflang</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.153">getHreflang</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.160">getHreflang</a>()</pre>
 <div class="block">Returns the language of the target of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -453,7 +460,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>hreflang</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="hreflang")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.164">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.171">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
 <div class="block">Sets the language of the target of this link.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -470,7 +477,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>getTitle</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.175">getTitle</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.182">getTitle</a>()</pre>
 <div class="block">Returns the title of the target of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -485,7 +492,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>title</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="title")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.186">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.193">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Sets the title of the target of this link.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -502,7 +509,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>getLength</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.197">getLength</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.204">getLength</a>()</pre>
 <div class="block">Returns the length of the contents of the target of this link.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -517,7 +524,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.
 <li class="blockList">
 <h4>length</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="length")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.208">length</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;length)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.215">length</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;length)</pre>
 <div class="block">Sets the length of the contents of the target of this link.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -533,7 +540,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.219">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.226">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -552,7 +559,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.225">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.232">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
index 49889d5..6eb6b7a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.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#typeName--">typeName</a>="logo")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.38">Logo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.45">Logo</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomLogo</code> construct in the RFC4287 specification.
  <p>
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       (atomUri)
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -239,7 +246,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Logo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.48">Logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.55">Logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -253,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Logo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.57">Logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.64">Logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -267,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Logo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.62">Logo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.69">Logo</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -286,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getUri</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ELEMENTS">ELEMENTS</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.75">getUri</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.82">getUri</a>()</pre>
 <div class="block">Returns the URI of the logo.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -301,7 +308,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.86">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.93">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of the logo.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -318,7 +325,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title=
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.98">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.105">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of the logo.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -334,7 +341,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.109">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.116">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -353,7 +360,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.115">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.122">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
index 34944f7..3ccee04 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.37">Person</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.44">Person</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomPersonConstruct</code> construct in the RFC4287 specification.
  <p>
@@ -126,8 +126,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       &amp; element atom:email { atomEmailAddress }?
       &amp; extensionElement*)
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -259,7 +266,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Person</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.49">Person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.56">Person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -273,7 +280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Person</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.54">Person</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.61">Person</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -291,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.66">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.73">getName</a>()</pre>
 <div class="block">Returns the name of the person.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -306,7 +313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>name</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="name")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.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>&nbsp;name)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.84">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>&nbsp;name)</pre>
 <div class="block">Sets the name of the person.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -322,7 +329,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>getUri</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.87">getUri</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.94">getUri</a>()</pre>
 <div class="block">Returns the URI of the person.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -337,7 +344,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.98">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.105">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of the person.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -354,7 +361,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.110">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.117">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of the person.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -370,7 +377,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>getEmail</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.120">getEmail</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.127">getEmail</a>()</pre>
 <div class="block">Returns the email address of the person.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -385,7 +392,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>email</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="email")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.131">email</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.138">email</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
 <div class="block">Sets the email address of the person.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -401,7 +408,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.142">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.149">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -420,7 +427,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.148">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.155">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
index ed40b1a..3d580cc 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.47">Source</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.54">Source</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre>
 <div class="block">Represents an <code>atomSource</code> construct in the RFC4287 specification.
  <p>
@@ -142,8 +142,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
          &amp; extensionElement*)
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -353,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Source</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.47">Source</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.54">Source</a>()</pre>
 </li>
 </ul>
 </li>
@@ -370,7 +377,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getGenerator</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.64">getGenerator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.71">getGenerator</a>()</pre>
 <div class="block">Returns the generator info of this source.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -385,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <li class="blockList">
 <h4>generator</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="generator")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.75">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;generator)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.82">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;generator)</pre>
 <div class="block">Sets the generator info of this source.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -401,7 +408,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>getIcon</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.85">getIcon</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.92">getIcon</a>()</pre>
 <div class="block">Returns the icon of this source.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -416,7 +423,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <li class="blockList">
 <h4>icon</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="icon")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.96">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;icon)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.103">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;icon)</pre>
 <div class="block">Sets the icon of this source.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -432,7 +439,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogo</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.106">getLogo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.113">getLogo</a>()</pre>
 <div class="block">Returns the logo of this source.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -447,7 +454,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <li class="blockList">
 <h4>logo</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="logo")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.117">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;logo)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.124">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;logo)</pre>
 <div class="block">Sets the logo of this source.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -463,7 +470,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>getSubtitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.127">getSubtitle</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.134">getSubtitle</a>()</pre>
 <div class="block">Returns the subtitle of this source.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -478,7 +485,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <li class="blockList">
 <h4>subtitle</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.138">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;subtitle)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.145">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;subtitle)</pre>
 <div class="block">Sets the subtitle of this source.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -495,7 +502,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <li class="blockList">
 <h4>subtitle</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.150">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;subtitle)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.157">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;subtitle)</pre>
 <div class="block">Sets the subtitle of this source.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -511,7 +518,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>authors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.161">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.168">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of authors for this object.</div>
 <dl>
@@ -530,7 +537,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>categories</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.167">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.174">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of categories of this object.</div>
 <dl>
@@ -549,7 +556,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>contributors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.173">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.180">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of contributors of this object.</div>
 <dl>
@@ -568,7 +575,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.179">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.186">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div>
 <div class="block">Sets the ID of this object.</div>
 <dl>
@@ -587,7 +594,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>links</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.185">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.192">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of links of this object.</div>
 <dl>
@@ -606,7 +613,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.191">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.198">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -625,7 +632,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.197">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.204">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -644,7 +651,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.203">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.210">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -663,7 +670,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.209">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.216">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -682,7 +689,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.215">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.222">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -701,7 +708,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.221">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.228">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -720,7 +727,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.227">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.234">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -739,7 +746,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.233">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.240">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>


[27/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/HeaderInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/HeaderInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/HeaderInfo.html
index e212cc8..8201c4f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/HeaderInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/HeaderInfo.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>="description,type,format,items,collectionFormat,default,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,enum,multipleOf")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.36">HeaderInfo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.43">HeaderInfo</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">Describes a single HTTP header.
 
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"type"</js>: <js>"integer"</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>
@@ -531,7 +538,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderInfo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.36">HeaderInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.43">HeaderInfo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -548,7 +555,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>strict</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.61">strict</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.68">strict</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">SwaggerElement</a></code></span></div>
 <div class="block">Sets strict mode on this bean.</div>
 <dl>
@@ -565,7 +572,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.73">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.80">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A short description of the header.</div>
@@ -581,7 +588,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.85">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.92">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A short description of the header.</div>
@@ -599,7 +606,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.96">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.103">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#description-java.lang.String-"><code>description(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -615,7 +622,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.108">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.115">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Required. The type of the object.
@@ -632,7 +639,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.121">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.128">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.
  <p>
  Required. The type of the object.
@@ -651,7 +658,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.134">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.141">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -667,7 +674,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.145">getFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.152">getFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -683,7 +690,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.157">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.164">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Bean property setter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -701,7 +708,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>format</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.168">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.175">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setFormat-java.lang.String-"><code>setFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -717,7 +724,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.180">getItems</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.187">getItems</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -734,7 +741,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.193">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.200">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Bean property setter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -753,7 +760,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>items</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.204">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.211">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setItems-org.apache.juneau.dto.swagger.Items-"><code>setItems(Items)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -769,7 +776,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getCollectionFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.225">getCollectionFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.232">getCollectionFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -795,7 +802,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setCollectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.247">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.254">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Bean property setter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -823,7 +830,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>collectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.260">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.267">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setCollectionFormat-java.lang.String-"><code>setCollectionFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -839,7 +846,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefault</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.274">getDefault</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.281">getDefault</a>()</pre>
 <div class="block">Bean property getter:  <property>default</property>.
  <p>
  Declares the value of the header that the server will use if none is provided.
@@ -858,7 +865,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefault</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.289">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.296">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Bean property setter:  <property>default</property>.
  <p>
  Declares the value of the header that the server will use if none is provided.
@@ -879,7 +886,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_default</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.300">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.307">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setDefault-java.lang.Object-"><code>setDefault(Object)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -895,7 +902,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaximum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.311">getMaximum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.318">getMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -911,7 +918,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.323">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.330">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Bean property setter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -929,7 +936,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.334">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.341">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMaximum-java.lang.Number-"><code>setMaximum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -945,7 +952,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMaximum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.345">getExclusiveMaximum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.352">getExclusiveMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -961,7 +968,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.357">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.364">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -979,7 +986,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.368">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.375">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setExclusiveMaximum-java.lang.Boolean-"><code>setExclusiveMaximum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -995,7 +1002,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinimum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.379">getMinimum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.386">getMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1011,7 +1018,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.391">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.398">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Bean property setter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1029,7 +1036,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.402">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.409">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMinimum-java.lang.Number-"><code>setMinimum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1045,7 +1052,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMinimum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.413">getExclusiveMinimum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.420">getExclusiveMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1061,7 +1068,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.425">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.432">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1079,7 +1086,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.436">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.443">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setExclusiveMinimum-java.lang.Boolean-"><code>setExclusiveMinimum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1095,7 +1102,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.447">getMaxLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.454">getMaxLength</a>()</pre>
 <div class="block">Bean property getter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1111,7 +1118,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.459">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.466">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Bean property setter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1129,7 +1136,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.470">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.477">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMaxLength-java.lang.Integer-"><code>setMaxLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1145,7 +1152,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.481">getMinLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.488">getMinLength</a>()</pre>
 <div class="block">Bean property getter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1161,7 +1168,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.493">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.500">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Bean property setter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1179,7 +1186,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.503">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.510">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>minLength</code> - The new value for the <property>minLength</property> property on this bean.</dd>
@@ -1194,7 +1201,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.514">getPattern</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.521">getPattern</a>()</pre>
 <div class="block">Bean property getter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1210,7 +1217,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.526">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.533">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Bean property setter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1228,7 +1235,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>pattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.537">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.544">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setPattern-java.lang.String-"><code>setPattern(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1244,7 +1251,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.548">getMaxItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.555">getMaxItems</a>()</pre>
 <div class="block">Bean property getter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1260,7 +1267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.560">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.567">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Bean property setter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1278,7 +1285,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.571">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.578">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMaxItems-java.lang.Integer-"><code>setMaxItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1294,7 +1301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.582">getMinItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.589">getMinItems</a>()</pre>
 <div class="block">Bean property getter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1310,7 +1317,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.594">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.601">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Bean property setter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1328,7 +1335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.605">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.612">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMinItems-java.lang.Integer-"><code>setMinItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1344,7 +1351,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUniqueItems</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.616">getUniqueItems</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.623">getUniqueItems</a>()</pre>
 <div class="block">Bean property getter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1360,7 +1367,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.628">setUniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.635">setUniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Bean property setter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1378,7 +1385,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>uniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.639">uniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.646">uniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setUniqueItems-java.lang.Boolean-"><code>setUniqueItems(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1394,7 +1401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getEnum</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.650">getEnum</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.657">getEnum</a>()</pre>
 <div class="block">Bean property getter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1410,7 +1417,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.662">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.669">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
 <div class="block">Bean property setter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1428,7 +1435,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.676">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.683">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Bean property adder:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1447,7 +1454,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_enum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.697">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.704">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#addEnum-java.lang.Object...-"><code>addEnum(Object...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1463,7 +1470,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMultipleOf</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.708">getMultipleOf</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.715">getMultipleOf</a>()</pre>
 <div class="block">Bean property getter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1479,7 +1486,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMultipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.720">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.727">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Bean property setter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1497,7 +1504,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>multipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.731">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/HeaderInfo.html#line.738">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html#setMultipleOf-java.lang.Number-"><code>setMultipleOf(Number)</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/Info.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
index 8155b64..042f3f4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Info.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>="title,description,termsOfService,contact,license,version")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.43">Info</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.50">Info</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">The object provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience.
 
@@ -136,8 +136,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"version"</js>: <js>"1.0.1"</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>
@@ -316,7 +323,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Info</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.43">Info</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.50">Info</a>()</pre>
 </li>
 </ul>
 </li>
@@ -333,7 +340,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTitle</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.59">getTitle</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.66">getTitle</a>()</pre>
 <div class="block">Bean property getter:  <property>title</property>.
  <p>
  Required.  The title of the application.</div>
@@ -349,7 +356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.71">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.78">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Bean property setter:  <property>title</property>.
  <p>
  Required.  The title of the application.</div>
@@ -367,7 +374,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.82">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.89">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTitle-java.lang.String-"><code>setTitle(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -383,7 +390,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.93">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.100">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A short description of the application. GFM syntax can be used for rich text representation.</div>
@@ -399,7 +406,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.105">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.112">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A short description of the application. GFM syntax can be used for rich text representation.</div>
@@ -417,7 +424,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.116">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.123">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -433,7 +440,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTermsOfService</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.127">getTermsOfService</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.134">getTermsOfService</a>()</pre>
 <div class="block">Bean property getter:  <property>termsOfService</property>.
  <p>
  The Terms of Service for the API.</div>
@@ -449,7 +456,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTermsOfService</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.139">setTermsOfService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;termsOfService)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.146">setTermsOfService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;termsOfService)</pre>
 <div class="block">Bean property setter:  <property>termsOfService</property>.
  <p>
  The Terms of Service for the API.</div>
@@ -467,7 +474,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>termsOfService</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.150">termsOfService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;termsOfService)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.157">termsOfService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;termsOfService)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTermsOfService-java.lang.String-"><code>setTermsOfService(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -483,7 +490,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getContact</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.161">getContact</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.168">getContact</a>()</pre>
 <div class="block">Bean property getter:  <property>contact</property>.
  <p>
  The contact information for the exposed API.</div>
@@ -499,7 +506,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setContact</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.173">setContact</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;contact)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.180">setContact</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;contact)</pre>
 <div class="block">Bean property setter:  <property>contact</property>.
  <p>
  The contact information for the exposed API.</div>
@@ -517,7 +524,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>contact</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.184">contact</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;contact)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.191">contact</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;contact)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setContact-org.apache.juneau.dto.swagger.Contact-"><code>setContact(Contact)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -533,7 +540,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getLicense</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.195">getLicense</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.202">getLicense</a>()</pre>
 <div class="block">Bean property getter:  <property>license</property>.
  <p>
  The license information for the exposed API.</div>
@@ -549,7 +556,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setLicense</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.207">setLicense</a>(<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;license)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.214">setLicense</a>(<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;license)</pre>
 <div class="block">Bean property setter:  <property>license</property>.
  <p>
  The license information for the exposed API.</div>
@@ -567,7 +574,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>license</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.218">license</a>(<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;license)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.225">license</a>(<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;license)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setLicense-org.apache.juneau.dto.swagger.License-"><code>setLicense(License)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -583,7 +590,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getVersion</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.229">getVersion</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.236">getVersion</a>()</pre>
 <div class="block">Bean property getter:  <property>version</property>.
  <p>
  Required.  Provides the version of the application API (not to be confused with the specification version).</div>
@@ -599,7 +606,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setVersion</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.241">setVersion</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.248">setVersion</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
 <div class="block">Bean property setter:  <property>version</property>.
  <p>
  Required.  Provides the version of the application API (not to be confused with the specification version).</div>
@@ -617,7 +624,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>version</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.252">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.259">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Info.html#setVersion-java.lang.String-"><code>setVersion(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>



[51/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
Javadoc updates.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/1cf7b4bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/1cf7b4bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/1cf7b4bb

Branch: refs/heads/asf-site
Commit: 1cf7b4bb469e37ce5e4da248610c5987341b6f4a
Parents: 145378e
Author: JamesBognar <ja...@apache.org>
Authored: Fri Jun 2 11:31:45 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Fri Jun 2 11:31:45 2017 -0400

----------------------------------------------------------------------
 content/about.html                              |   67 +-
 content/site/apidocs/index-all.html             |    6 +-
 .../org/apache/juneau/annotation/Bean.html      |   28 +-
 .../apache/juneau/annotation/BeanProperty.html  |   23 +-
 .../org/apache/juneau/csv/CsvParserContext.html |    6 +-
 .../apache/juneau/csv/CsvSerializerContext.html |    6 +-
 .../org/apache/juneau/dto/atom/AtomBuilder.html |   51 +-
 .../org/apache/juneau/dto/atom/Category.html    |   33 +-
 .../org/apache/juneau/dto/atom/Common.html      |   25 +-
 .../org/apache/juneau/dto/atom/CommonEntry.html |   59 +-
 .../org/apache/juneau/dto/atom/Content.html     |   31 +-
 .../org/apache/juneau/dto/atom/Entry.html       |   65 +-
 .../org/apache/juneau/dto/atom/Feed.html        |   67 +-
 .../org/apache/juneau/dto/atom/Generator.html   |   35 +-
 .../org/apache/juneau/dto/atom/Icon.html        |   29 +-
 .../apidocs/org/apache/juneau/dto/atom/Id.html  |   25 +-
 .../org/apache/juneau/dto/atom/Link.html        |   45 +-
 .../org/apache/juneau/dto/atom/Logo.html        |   29 +-
 .../org/apache/juneau/dto/atom/Person.html      |   35 +-
 .../org/apache/juneau/dto/atom/Source.html      |   59 +-
 .../org/apache/juneau/dto/atom/Text.html        |   31 +-
 .../apache/juneau/dto/atom/package-summary.html |    4 +-
 .../apidocs/org/apache/juneau/dto/html5/A.html  |   36 +-
 .../org/apache/juneau/dto/html5/Abbr.html       |   26 +-
 .../org/apache/juneau/dto/html5/Address.html    |   24 +-
 .../org/apache/juneau/dto/html5/Area.html       |   38 +-
 .../org/apache/juneau/dto/html5/Article.html    |   32 +-
 .../org/apache/juneau/dto/html5/Aside.html      |   24 +-
 .../org/apache/juneau/dto/html5/Audio.html      |   40 +-
 .../apidocs/org/apache/juneau/dto/html5/B.html  |   24 +-
 .../org/apache/juneau/dto/html5/Base.html       |   24 +-
 .../org/apache/juneau/dto/html5/Bdi.html        |   22 +-
 .../org/apache/juneau/dto/html5/Bdo.html        |   26 +-
 .../org/apache/juneau/dto/html5/Blockquote.html |   26 +-
 .../org/apache/juneau/dto/html5/Body.html       |   36 +-
 .../apidocs/org/apache/juneau/dto/html5/Br.html |   20 +-
 .../org/apache/juneau/dto/html5/Button.html     |   48 +-
 .../org/apache/juneau/dto/html5/Canvas.html     |   28 +-
 .../org/apache/juneau/dto/html5/Caption.html    |   24 +-
 .../org/apache/juneau/dto/html5/Cite.html       |   24 +-
 .../org/apache/juneau/dto/html5/Code.html       |   24 +-
 .../org/apache/juneau/dto/html5/Col.html        |   22 +-
 .../org/apache/juneau/dto/html5/Colgroup.html   |   26 +-
 .../org/apache/juneau/dto/html5/Data.html       |   26 +-
 .../org/apache/juneau/dto/html5/Datalist.html   |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Dd.html |   24 +-
 .../org/apache/juneau/dto/html5/Del.html        |   28 +-
 .../org/apache/juneau/dto/html5/Dfn.html        |   24 +-
 .../org/apache/juneau/dto/html5/Div.html        |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Dl.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Dt.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Em.html |   24 +-
 .../org/apache/juneau/dto/html5/Embed.html      |   28 +-
 .../org/apache/juneau/dto/html5/Fieldset.html   |   30 +-
 .../org/apache/juneau/dto/html5/Figcaption.html |   24 +-
 .../org/apache/juneau/dto/html5/Figure.html     |   24 +-
 .../org/apache/juneau/dto/html5/Footer.html     |   24 +-
 .../org/apache/juneau/dto/html5/Form.html       |   40 +-
 .../apidocs/org/apache/juneau/dto/html5/H1.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/H2.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/H3.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/H4.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/H5.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/H6.html |   24 +-
 .../org/apache/juneau/dto/html5/Head.html       |   24 +-
 .../org/apache/juneau/dto/html5/Header.html     |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Hr.html |   20 +-
 .../org/apache/juneau/dto/html5/Html.html       |   26 +-
 .../juneau/dto/html5/HtmlBeanDictionary.html    |   14 +-
 .../apache/juneau/dto/html5/HtmlBuilder.html    |  442 +--
 .../apache/juneau/dto/html5/HtmlElement.html    |  148 +-
 .../juneau/dto/html5/HtmlElementContainer.html  |   28 +-
 .../juneau/dto/html5/HtmlElementMixed.html      |   28 +-
 .../juneau/dto/html5/HtmlElementRawText.html    |   20 +-
 .../juneau/dto/html5/HtmlElementText.html       |   20 +-
 .../juneau/dto/html5/HtmlElementVoid.html       |   14 +-
 .../apidocs/org/apache/juneau/dto/html5/I.html  |   24 +-
 .../org/apache/juneau/dto/html5/Iframe.html     |   36 +-
 .../org/apache/juneau/dto/html5/Img.html        |   34 +-
 .../org/apache/juneau/dto/html5/Input.html      |   84 +-
 .../org/apache/juneau/dto/html5/Ins.html        |   28 +-
 .../org/apache/juneau/dto/html5/Kbd.html        |   24 +-
 .../org/apache/juneau/dto/html5/Keygen.html     |   32 +-
 .../org/apache/juneau/dto/html5/Label.html      |   28 +-
 .../org/apache/juneau/dto/html5/Legend.html     |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Li.html |   24 +-
 .../org/apache/juneau/dto/html5/Link.html       |   34 +-
 .../org/apache/juneau/dto/html5/Main.html       |   24 +-
 .../org/apache/juneau/dto/html5/Map.html        |   26 +-
 .../org/apache/juneau/dto/html5/Mark.html       |   24 +-
 .../org/apache/juneau/dto/html5/Meta.html       |   26 +-
 .../org/apache/juneau/dto/html5/Meter.html      |   36 +-
 .../org/apache/juneau/dto/html5/Nav.html        |   24 +-
 .../org/apache/juneau/dto/html5/Noscript.html   |   24 +-
 .../org/apache/juneau/dto/html5/Object2.html    |   40 +-
 .../apidocs/org/apache/juneau/dto/html5/Ol.html |   30 +-
 .../org/apache/juneau/dto/html5/Optgroup.html   |   28 +-
 .../org/apache/juneau/dto/html5/Option.html     |   30 +-
 .../org/apache/juneau/dto/html5/Output.html     |   30 +-
 .../apidocs/org/apache/juneau/dto/html5/P.html  |   24 +-
 .../org/apache/juneau/dto/html5/Param.html      |   22 +-
 .../org/apache/juneau/dto/html5/Pre.html        |   26 +-
 .../org/apache/juneau/dto/html5/Progress.html   |   28 +-
 .../apidocs/org/apache/juneau/dto/html5/Q.html  |   26 +-
 .../apidocs/org/apache/juneau/dto/html5/Rb.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Rp.html |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Rt.html |   24 +-
 .../org/apache/juneau/dto/html5/Rtc.html        |   24 +-
 .../org/apache/juneau/dto/html5/Ruby.html       |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/S.html  |   24 +-
 .../org/apache/juneau/dto/html5/Samp.html       |   24 +-
 .../org/apache/juneau/dto/html5/Script.html     |   32 +-
 .../org/apache/juneau/dto/html5/Section.html    |   24 +-
 .../org/apache/juneau/dto/html5/Select.html     |   38 +-
 .../org/apache/juneau/dto/html5/Small.html      |   24 +-
 .../org/apache/juneau/dto/html5/Source.html     |   22 +-
 .../org/apache/juneau/dto/html5/Span.html       |   24 +-
 .../org/apache/juneau/dto/html5/Strong.html     |   24 +-
 .../org/apache/juneau/dto/html5/Style.html      |   26 +-
 .../org/apache/juneau/dto/html5/Sub.html        |   24 +-
 .../org/apache/juneau/dto/html5/Sup.html        |   24 +-
 .../org/apache/juneau/dto/html5/Table.html      |   26 +-
 .../org/apache/juneau/dto/html5/Tbody.html      |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Td.html |   30 +-
 .../org/apache/juneau/dto/html5/Template.html   |   24 +-
 .../org/apache/juneau/dto/html5/Textarea.html   |   52 +-
 .../org/apache/juneau/dto/html5/Tfoot.html      |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Th.html |   36 +-
 .../org/apache/juneau/dto/html5/Thead.html      |   24 +-
 .../org/apache/juneau/dto/html5/Time.html       |   26 +-
 .../org/apache/juneau/dto/html5/Title.html      |   22 +-
 .../apidocs/org/apache/juneau/dto/html5/Tr.html |   24 +-
 .../org/apache/juneau/dto/html5/Track.html      |   28 +-
 .../apidocs/org/apache/juneau/dto/html5/U.html  |   24 +-
 .../apidocs/org/apache/juneau/dto/html5/Ul.html |   24 +-
 .../org/apache/juneau/dto/html5/Var.html        |   24 +-
 .../org/apache/juneau/dto/html5/Video.html      |   46 +-
 .../org/apache/juneau/dto/html5/Wbr.html        |   20 +-
 .../apache/juneau/dto/jsonschema/JsonType.html  |   36 +-
 .../juneau/dto/jsonschema/JsonTypeArray.html    |   18 +-
 .../Schema.BooleanOrSchemaArraySwap.html        |    8 +-
 .../jsonschema/Schema.BooleanOrSchemaSwap.html  |    8 +-
 .../Schema.JsonTypeOrJsonTypeArraySwap.html     |    8 +-
 .../Schema.SchemaOrSchemaArraySwap.html         |    8 +-
 .../apache/juneau/dto/jsonschema/Schema.html    |  206 +-
 .../juneau/dto/jsonschema/SchemaArray.html      |   18 +-
 .../apache/juneau/dto/jsonschema/SchemaMap.html |   23 +-
 .../juneau/dto/jsonschema/SchemaProperty.html   |   18 +-
 .../jsonschema/SchemaPropertySimpleArray.html   |   15 +-
 .../apache/juneau/dto/jsonschema/SchemaRef.html |   15 +-
 .../org/apache/juneau/dto/swagger/Contact.html  |   33 +-
 .../dto/swagger/ExternalDocumentation.html      |   27 +-
 .../apache/juneau/dto/swagger/HeaderInfo.html   |  127 +-
 .../org/apache/juneau/dto/swagger/Info.html     |   51 +-
 .../org/apache/juneau/dto/swagger/Items.html    |  121 +-
 .../org/apache/juneau/dto/swagger/License.html  |   27 +-
 .../apache/juneau/dto/swagger/Operation.html    |  119 +-
 .../juneau/dto/swagger/ParameterInfo.html       |  157 +-
 .../apache/juneau/dto/swagger/ResponseInfo.html |   45 +-
 .../apache/juneau/dto/swagger/SchemaInfo.html   |  195 +-
 .../juneau/dto/swagger/SecurityScheme.html      |   67 +-
 .../org/apache/juneau/dto/swagger/Swagger.html  |  139 +-
 .../juneau/dto/swagger/SwaggerBuilder.html      |   77 +-
 .../juneau/dto/swagger/SwaggerElement.html      |   19 +-
 .../org/apache/juneau/dto/swagger/Tag.html      |   33 +-
 .../org/apache/juneau/dto/swagger/Xml.html      |   45 +-
 .../juneau/html/HtmlDocSerializerContext.html   |    8 +-
 .../apache/juneau/html/HtmlParserContext.html   |    6 +-
 .../juneau/html/HtmlSerializerContext.html      |    6 +-
 .../apidocs/org/apache/juneau/http/Accept.html  |   20 +-
 .../org/apache/juneau/http/AcceptCharset.html   |   12 +-
 .../org/apache/juneau/http/AcceptEncoding.html  |   12 +-
 .../org/apache/juneau/http/AcceptLanguage.html  |   12 +-
 .../org/apache/juneau/http/AcceptRanges.html    |   12 +-
 .../apidocs/org/apache/juneau/http/Age.html     |   12 +-
 .../apidocs/org/apache/juneau/http/Allow.html   |   12 +-
 .../org/apache/juneau/http/Authorization.html   |   12 +-
 .../org/apache/juneau/http/CacheControl.html    |   10 +-
 .../org/apache/juneau/http/Connection.html      |   18 +-
 .../org/apache/juneau/http/Constants.html       |   12 +-
 .../org/apache/juneau/http/ContentEncoding.html |   12 +-
 .../apache/juneau/http/ContentEncodingEnum.html |   24 +-
 .../org/apache/juneau/http/ContentLanguage.html |   12 +-
 .../org/apache/juneau/http/ContentLength.html   |   12 +-
 .../org/apache/juneau/http/ContentLocation.html |   12 +-
 .../org/apache/juneau/http/ContentRange.html    |   12 +-
 .../org/apache/juneau/http/ContentType.html     |   14 +-
 .../apidocs/org/apache/juneau/http/Date.html    |   12 +-
 .../apidocs/org/apache/juneau/http/ETag.html    |   12 +-
 .../org/apache/juneau/http/EntityValidator.html |   20 +-
 .../apidocs/org/apache/juneau/http/Expect.html  |   12 +-
 .../apidocs/org/apache/juneau/http/Expires.html |   12 +-
 .../apidocs/org/apache/juneau/http/From.html    |   12 +-
 .../org/apache/juneau/http/HeaderDate.html      |   16 +-
 .../juneau/http/HeaderEntityValidator.html      |   16 +-
 .../juneau/http/HeaderEntityValidatorArray.html |   16 +-
 .../org/apache/juneau/http/HeaderEnum.html      |   18 +-
 .../org/apache/juneau/http/HeaderInteger.html   |   16 +-
 .../apache/juneau/http/HeaderRangeArray.html    |   18 +-
 .../org/apache/juneau/http/HeaderString.html    |   20 +-
 .../apache/juneau/http/HeaderStringArray.html   |   20 +-
 .../org/apache/juneau/http/HeaderUri.html       |   18 +-
 .../apidocs/org/apache/juneau/http/Host.html    |   12 +-
 .../org/apache/juneau/http/HttpMethod.html      |   34 +-
 .../apidocs/org/apache/juneau/http/IfMatch.html |   12 +-
 .../org/apache/juneau/http/IfModifiedSince.html |   12 +-
 .../org/apache/juneau/http/IfNoneMatch.html     |   12 +-
 .../apidocs/org/apache/juneau/http/IfRange.html |   16 +-
 .../apache/juneau/http/IfUnmodifiedSince.html   |   12 +-
 .../org/apache/juneau/http/LastModified.html    |   12 +-
 .../org/apache/juneau/http/Location.html        |   12 +-
 .../org/apache/juneau/http/MaxForwards.html     |   12 +-
 .../org/apache/juneau/http/MediaType.html       |   58 +-
 .../org/apache/juneau/http/MediaTypeRange.html  |   28 +-
 .../apidocs/org/apache/juneau/http/Pragma.html  |   12 +-
 .../apache/juneau/http/ProxyAuthenticate.html   |   12 +-
 .../apache/juneau/http/ProxyAuthorization.html  |   12 +-
 .../apidocs/org/apache/juneau/http/Range.html   |   12 +-
 .../apidocs/org/apache/juneau/http/Referer.html |   12 +-
 .../org/apache/juneau/http/RetryAfter.html      |   16 +-
 .../apidocs/org/apache/juneau/http/Server.html  |   12 +-
 .../org/apache/juneau/http/StringRange.html     |   28 +-
 .../site/apidocs/org/apache/juneau/http/TE.html |   12 +-
 .../apidocs/org/apache/juneau/http/Trailer.html |   10 +-
 .../apache/juneau/http/TransferEncoding.html    |   12 +-
 .../apidocs/org/apache/juneau/http/Upgrade.html |   12 +-
 .../org/apache/juneau/http/UserAgent.html       |   12 +-
 .../apidocs/org/apache/juneau/http/Vary.html    |   12 +-
 .../apidocs/org/apache/juneau/http/Via.html     |   12 +-
 .../apidocs/org/apache/juneau/http/Warning.html |   12 +-
 .../org/apache/juneau/http/WwwAuthenticate.html |   12 +-
 .../apache/juneau/jena/RdfParserContext.html    |    8 +-
 .../juneau/jena/RdfSerializerContext.html       |    8 +-
 .../apache/juneau/json/JsonParserContext.html   |    6 +-
 .../juneau/json/JsonSerializerContext.html      |    6 +-
 .../juneau/microservice/package-summary.html    |   31 +-
 .../juneau/msgpack/MsgPackParserContext.html    |    6 +-
 .../msgpack/MsgPackSerializerContext.html       |    6 +-
 .../org/apache/juneau/remoteable/Body.html      |    9 +-
 .../org/apache/juneau/remoteable/FormData.html  |   17 +-
 .../apache/juneau/remoteable/FormDataIfNE.html  |   15 +-
 .../org/apache/juneau/remoteable/Header.html    |   19 +-
 .../apache/juneau/remoteable/HeaderIfNE.html    |   15 +-
 .../org/apache/juneau/remoteable/Path.html      |   15 +-
 .../org/apache/juneau/remoteable/Query.html     |   17 +-
 .../org/apache/juneau/remoteable/QueryIfNE.html |   15 +-
 .../apache/juneau/remoteable/RemoteMethod.html  |   11 +-
 .../juneau/remoteable/RemoteMethodArg.html      |   19 +-
 .../apache/juneau/remoteable/Remoteable.html    |   14 +-
 .../juneau/remoteable/RemoteableMeta.html       |   13 +-
 .../juneau/remoteable/RemoteableMethodMeta.html |   29 +-
 .../apache/juneau/remoteable/RequestBean.html   |   11 +-
 .../org/apache/juneau/rest/RestResponse.html    |   36 +-
 .../juneau/rest/annotation/RestResource.html    |   25 +-
 .../org/apache/juneau/rest/package-summary.html |  268 +-
 .../juneau/soap/SoapXmlSerializerContext.html   |    6 +-
 .../org/apache/juneau/svl/package-summary.html  |   40 +-
 .../org/apache/juneau/uon/UonParserContext.html |    6 +-
 .../apache/juneau/uon/UonSerializerContext.html |   10 +-
 .../org/apache/juneau/xml/XmlParserContext.html |    6 +-
 .../apache/juneau/xml/XmlSerializerContext.html |    6 +-
 .../apache/juneau/xml/annotation/XmlFormat.html |    4 +-
 .../org/apache/juneau/xml/package-summary.html  |    7 +-
 content/site/apidocs/overview-summary.html      |  409 +--
 .../apidocs/resources/icons/abstract_class.png  |  Bin 0 -> 634 bytes
 .../site/apidocs/resources/icons/annotation.png |  Bin 0 -> 731 bytes
 content/site/apidocs/resources/icons/class.png  |  Bin 0 -> 673 bytes
 .../site/apidocs/resources/icons/extlink.png    |  Bin 0 -> 427 bytes
 content/site/apidocs/resources/icons/field.png  |  Bin 0 -> 624 bytes
 content/site/apidocs/resources/icons/info.png   |  Bin 0 -> 391 bytes
 .../site/apidocs/resources/icons/interface.png  |  Bin 0 -> 615 bytes
 content/site/apidocs/resources/icons/link.png   |  Bin 0 -> 329 bytes
 content/site/apidocs/resources/icons/method.png |  Bin 0 -> 740 bytes
 .../site/apidocs/resources/icons/package.png    |  Bin 0 -> 643 bytes
 content/site/apidocs/resources/icons/severe.png |  Bin 0 -> 416 bytes
 .../site/apidocs/resources/icons/sublink.png    |  Bin 0 -> 405 bytes
 content/site/apidocs/resources/icons/warn.png   |  Bin 0 -> 412 bytes
 content/site/apidocs/resources/juneau-doc.css   |   87 +-
 .../org/apache/juneau/annotation/Bean.html      |  304 +-
 .../apache/juneau/annotation/BeanProperty.html  |  259 +-
 .../org/apache/juneau/csv/CsvParserContext.html |    6 +-
 .../apache/juneau/csv/CsvSerializerContext.html |    6 +-
 .../org/apache/juneau/dto/atom/AtomBuilder.html |  391 +--
 .../org/apache/juneau/dto/atom/Category.html    |  223 +-
 .../org/apache/juneau/dto/atom/Common.html      |  145 +-
 .../org/apache/juneau/dto/atom/CommonEntry.html |  531 ++--
 .../org/apache/juneau/dto/atom/Content.html     |  175 +-
 .../org/apache/juneau/dto/atom/Entry.html       |  475 +--
 .../org/apache/juneau/dto/atom/Feed.html        |  495 ++--
 .../org/apache/juneau/dto/atom/Generator.html   |  255 +-
 .../org/apache/juneau/dto/atom/Icon.html        |  181 +-
 .../src-html/org/apache/juneau/dto/atom/Id.html |  137 +-
 .../org/apache/juneau/dto/atom/Link.html        |  387 +--
 .../org/apache/juneau/dto/atom/Logo.html        |  181 +-
 .../org/apache/juneau/dto/atom/Person.html      |  247 +-
 .../org/apache/juneau/dto/atom/Source.html      |  397 +--
 .../org/apache/juneau/dto/atom/Text.html        |  209 +-
 .../src-html/org/apache/juneau/dto/html5/A.html |  222 +-
 .../org/apache/juneau/dto/html5/Abbr.html       |   96 +-
 .../org/apache/juneau/dto/html5/Address.html    |   84 +-
 .../org/apache/juneau/dto/html5/Area.html       |  264 +-
 .../org/apache/juneau/dto/html5/Article.html    |  174 +-
 .../org/apache/juneau/dto/html5/Aside.html      |   84 +-
 .../org/apache/juneau/dto/html5/Audio.html      |  272 +-
 .../src-html/org/apache/juneau/dto/html5/B.html |   84 +-
 .../org/apache/juneau/dto/html5/Base.html       |  108 +-
 .../org/apache/juneau/dto/html5/Bdi.html        |   72 +-
 .../org/apache/juneau/dto/html5/Bdo.html        |   96 +-
 .../org/apache/juneau/dto/html5/Blockquote.html |  108 +-
 .../org/apache/juneau/dto/html5/Body.html       |  218 +-
 .../org/apache/juneau/dto/html5/Br.html         |   60 +-
 .../org/apache/juneau/dto/html5/Button.html     |  356 +--
 .../org/apache/juneau/dto/html5/Canvas.html     |  134 +-
 .../org/apache/juneau/dto/html5/Caption.html    |   84 +-
 .../org/apache/juneau/dto/html5/Cite.html       |   84 +-
 .../org/apache/juneau/dto/html5/Code.html       |   84 +-
 .../org/apache/juneau/dto/html5/Col.html        |   86 +-
 .../org/apache/juneau/dto/html5/Colgroup.html   |  110 +-
 .../org/apache/juneau/dto/html5/Data.html       |  110 +-
 .../org/apache/juneau/dto/html5/Datalist.html   |   84 +-
 .../org/apache/juneau/dto/html5/Dd.html         |   84 +-
 .../org/apache/juneau/dto/html5/Del.html        |  130 +-
 .../org/apache/juneau/dto/html5/Dfn.html        |   84 +-
 .../org/apache/juneau/dto/html5/Div.html        |   84 +-
 .../org/apache/juneau/dto/html5/Dl.html         |   84 +-
 .../org/apache/juneau/dto/html5/Dt.html         |   84 +-
 .../org/apache/juneau/dto/html5/Em.html         |   84 +-
 .../org/apache/juneau/dto/html5/Embed.html      |  156 +-
 .../org/apache/juneau/dto/html5/Fieldset.html   |  154 +-
 .../org/apache/juneau/dto/html5/Figcaption.html |   84 +-
 .../org/apache/juneau/dto/html5/Figure.html     |   84 +-
 .../org/apache/juneau/dto/html5/Footer.html     |   84 +-
 .../org/apache/juneau/dto/html5/Form.html       |  266 +-
 .../org/apache/juneau/dto/html5/H1.html         |   84 +-
 .../org/apache/juneau/dto/html5/H2.html         |   84 +-
 .../org/apache/juneau/dto/html5/H3.html         |   84 +-
 .../org/apache/juneau/dto/html5/H4.html         |   84 +-
 .../org/apache/juneau/dto/html5/H5.html         |   84 +-
 .../org/apache/juneau/dto/html5/H6.html         |   84 +-
 .../org/apache/juneau/dto/html5/Head.html       |   84 +-
 .../org/apache/juneau/dto/html5/Header.html     |   84 +-
 .../org/apache/juneau/dto/html5/Hr.html         |   60 +-
 .../org/apache/juneau/dto/html5/Html.html       |  108 +-
 .../juneau/dto/html5/HtmlBeanDictionary.html    |  248 +-
 .../apache/juneau/dto/html5/HtmlBuilder.html    | 2616 ++++++++---------
 .../apache/juneau/dto/html5/HtmlElement.html    | 1384 ++++-----
 .../juneau/dto/html5/HtmlElementContainer.html  |  214 +-
 .../juneau/dto/html5/HtmlElementMixed.html      |  220 +-
 .../juneau/dto/html5/HtmlElementRawText.html    |   88 +-
 .../juneau/dto/html5/HtmlElementText.html       |   88 +-
 .../juneau/dto/html5/HtmlElementVoid.html       |   16 +-
 .../src-html/org/apache/juneau/dto/html5/I.html |   84 +-
 .../org/apache/juneau/dto/html5/Iframe.html     |  224 +-
 .../org/apache/juneau/dto/html5/Img.html        |  224 +-
 .../org/apache/juneau/dto/html5/Input.html      |  794 ++---
 .../org/apache/juneau/dto/html5/Ins.html        |  130 +-
 .../org/apache/juneau/dto/html5/Kbd.html        |   84 +-
 .../org/apache/juneau/dto/html5/Keygen.html     |  198 +-
 .../org/apache/juneau/dto/html5/Label.html      |  130 +-
 .../org/apache/juneau/dto/html5/Legend.html     |   84 +-
 .../org/apache/juneau/dto/html5/Li.html         |   84 +-
 .../org/apache/juneau/dto/html5/Link.html       |  218 +-
 .../org/apache/juneau/dto/html5/Main.html       |   84 +-
 .../org/apache/juneau/dto/html5/Map.html        |  108 +-
 .../org/apache/juneau/dto/html5/Mark.html       |   84 +-
 .../org/apache/juneau/dto/html5/Meta.html       |  138 +-
 .../org/apache/juneau/dto/html5/Meter.html      |  230 +-
 .../org/apache/juneau/dto/html5/Nav.html        |   84 +-
 .../org/apache/juneau/dto/html5/Noscript.html   |   86 +-
 .../org/apache/juneau/dto/html5/Object2.html    |  268 +-
 .../org/apache/juneau/dto/html5/Ol.html         |  156 +-
 .../org/apache/juneau/dto/html5/Optgroup.html   |  132 +-
 .../org/apache/juneau/dto/html5/Option.html     |  168 +-
 .../org/apache/juneau/dto/html5/Output.html     |  152 +-
 .../src-html/org/apache/juneau/dto/html5/P.html |   84 +-
 .../org/apache/juneau/dto/html5/Param.html      |   96 +-
 .../org/apache/juneau/dto/html5/Pre.html        |   98 +-
 .../org/apache/juneau/dto/html5/Progress.html   |  134 +-
 .../src-html/org/apache/juneau/dto/html5/Q.html |  108 +-
 .../org/apache/juneau/dto/html5/Rb.html         |   84 +-
 .../org/apache/juneau/dto/html5/Rp.html         |   84 +-
 .../org/apache/juneau/dto/html5/Rt.html         |   84 +-
 .../org/apache/juneau/dto/html5/Rtc.html        |   84 +-
 .../org/apache/juneau/dto/html5/Ruby.html       |   84 +-
 .../src-html/org/apache/juneau/dto/html5/S.html |   84 +-
 .../org/apache/juneau/dto/html5/Samp.html       |   84 +-
 .../org/apache/juneau/dto/html5/Script.html     |  200 +-
 .../org/apache/juneau/dto/html5/Section.html    |   84 +-
 .../org/apache/juneau/dto/html5/Select.html     |  250 +-
 .../org/apache/juneau/dto/html5/Small.html      |   84 +-
 .../org/apache/juneau/dto/html5/Source.html     |   96 +-
 .../org/apache/juneau/dto/html5/Span.html       |   84 +-
 .../org/apache/juneau/dto/html5/Strong.html     |   84 +-
 .../org/apache/juneau/dto/html5/Style.html      |  118 +-
 .../org/apache/juneau/dto/html5/Sub.html        |   84 +-
 .../org/apache/juneau/dto/html5/Sup.html        |   84 +-
 .../org/apache/juneau/dto/html5/Table.html      |  110 +-
 .../org/apache/juneau/dto/html5/Tbody.html      |   84 +-
 .../org/apache/juneau/dto/html5/Td.html         |  156 +-
 .../org/apache/juneau/dto/html5/Template.html   |   84 +-
 .../org/apache/juneau/dto/html5/Textarea.html   |  420 +--
 .../org/apache/juneau/dto/html5/Tfoot.html      |   84 +-
 .../org/apache/juneau/dto/html5/Th.html         |  222 +-
 .../org/apache/juneau/dto/html5/Thead.html      |   84 +-
 .../org/apache/juneau/dto/html5/Time.html       |  108 +-
 .../org/apache/juneau/dto/html5/Title.html      |   72 +-
 .../org/apache/juneau/dto/html5/Tr.html         |   84 +-
 .../org/apache/juneau/dto/html5/Track.html      |  162 +-
 .../src-html/org/apache/juneau/dto/html5/U.html |   84 +-
 .../org/apache/juneau/dto/html5/Ul.html         |   84 +-
 .../org/apache/juneau/dto/html5/Var.html        |   84 +-
 .../org/apache/juneau/dto/html5/Video.html      |  342 +--
 .../org/apache/juneau/dto/html5/Wbr.html        |   60 +-
 .../apache/juneau/dto/jsonschema/JsonType.html  |  146 +-
 .../juneau/dto/jsonschema/JsonTypeArray.html    |   74 +-
 .../Schema.BooleanOrSchemaArraySwap.html        | 2742 +++++++++---------
 .../jsonschema/Schema.BooleanOrSchemaSwap.html  | 2742 +++++++++---------
 .../Schema.JsonTypeOrJsonTypeArraySwap.html     | 2742 +++++++++---------
 .../Schema.SchemaOrSchemaArraySwap.html         | 2742 +++++++++---------
 .../apache/juneau/dto/jsonschema/Schema.html    | 2742 +++++++++---------
 .../juneau/dto/jsonschema/SchemaArray.html      |   74 +-
 .../apache/juneau/dto/jsonschema/SchemaMap.html |  193 +-
 .../juneau/dto/jsonschema/SchemaProperty.html   |   66 +-
 .../jsonschema/SchemaPropertySimpleArray.html   |   43 +-
 .../apache/juneau/dto/jsonschema/SchemaRef.html |   33 +-
 .../org/apache/juneau/dto/swagger/Contact.html  |  233 +-
 .../dto/swagger/ExternalDocumentation.html      |  163 +-
 .../apache/juneau/dto/swagger/HeaderInfo.html   | 1415 ++++-----
 .../org/apache/juneau/dto/swagger/Info.html     |  441 +--
 .../org/apache/juneau/dto/swagger/Items.html    | 1349 ++++-----
 .../org/apache/juneau/dto/swagger/License.html  |  163 +-
 .../apache/juneau/dto/swagger/Operation.html    | 1443 ++++-----
 .../juneau/dto/swagger/ParameterInfo.html       | 1847 ++++++------
 .../apache/juneau/dto/swagger/ResponseInfo.html |  415 +--
 .../apache/juneau/dto/swagger/SchemaInfo.html   | 1985 ++++++-------
 .../juneau/dto/swagger/SecurityScheme.html      |  653 ++---
 .../org/apache/juneau/dto/swagger/Swagger.html  | 1741 +++++------
 .../juneau/dto/swagger/SwaggerBuilder.html      |  559 ++--
 .../juneau/dto/swagger/SwaggerElement.html      |   59 +-
 .../org/apache/juneau/dto/swagger/Tag.html      |  237 +-
 .../org/apache/juneau/dto/swagger/Xml.html      |  397 +--
 .../juneau/html/HtmlDocSerializerContext.html   |    8 +-
 .../apache/juneau/html/HtmlParserContext.html   |    6 +-
 .../juneau/html/HtmlSerializerContext.html      |    6 +-
 .../src-html/org/apache/juneau/http/Accept.html |  218 +-
 .../org/apache/juneau/http/AcceptCharset.html   |   54 +-
 .../org/apache/juneau/http/AcceptEncoding.html  |   54 +-
 .../org/apache/juneau/http/AcceptLanguage.html  |   54 +-
 .../org/apache/juneau/http/AcceptRanges.html    |   44 +-
 .../src-html/org/apache/juneau/http/Age.html    |   44 +-
 .../src-html/org/apache/juneau/http/Allow.html  |   44 +-
 .../org/apache/juneau/http/Authorization.html   |   44 +-
 .../org/apache/juneau/http/CacheControl.html    |   44 +-
 .../org/apache/juneau/http/Connection.html      |   94 +-
 .../org/apache/juneau/http/Constants.html       |   16 +-
 .../org/apache/juneau/http/ContentEncoding.html |   44 +-
 .../apache/juneau/http/ContentEncodingEnum.html |   36 +-
 .../org/apache/juneau/http/ContentLanguage.html |   44 +-
 .../org/apache/juneau/http/ContentLength.html   |   44 +-
 .../org/apache/juneau/http/ContentLocation.html |   44 +-
 .../org/apache/juneau/http/ContentRange.html    |   44 +-
 .../org/apache/juneau/http/ContentType.html     |  112 +-
 .../src-html/org/apache/juneau/http/Date.html   |   44 +-
 .../src-html/org/apache/juneau/http/ETag.html   |   44 +-
 .../org/apache/juneau/http/EntityValidator.html |  106 +-
 .../src-html/org/apache/juneau/http/Expect.html |   44 +-
 .../org/apache/juneau/http/Expires.html         |   44 +-
 .../src-html/org/apache/juneau/http/From.html   |   44 +-
 .../org/apache/juneau/http/HeaderDate.html      |   62 +-
 .../juneau/http/HeaderEntityValidator.html      |   58 +-
 .../juneau/http/HeaderEntityValidatorArray.html |   66 +-
 .../org/apache/juneau/http/HeaderEnum.html      |  102 +-
 .../org/apache/juneau/http/HeaderInteger.html   |   82 +-
 .../apache/juneau/http/HeaderRangeArray.html    |  104 +-
 .../org/apache/juneau/http/HeaderString.html    |  104 +-
 .../apache/juneau/http/HeaderStringArray.html   |  120 +-
 .../org/apache/juneau/http/HeaderUri.html       |   80 +-
 .../src-html/org/apache/juneau/http/Host.html   |   44 +-
 .../org/apache/juneau/http/HttpMethod.html      |  100 +-
 .../org/apache/juneau/http/IfMatch.html         |   44 +-
 .../org/apache/juneau/http/IfModifiedSince.html |   44 +-
 .../org/apache/juneau/http/IfNoneMatch.html     |   44 +-
 .../org/apache/juneau/http/IfRange.html         |   90 +-
 .../apache/juneau/http/IfUnmodifiedSince.html   |   44 +-
 .../org/apache/juneau/http/LastModified.html    |   44 +-
 .../org/apache/juneau/http/Location.html        |   44 +-
 .../org/apache/juneau/http/MaxForwards.html     |   44 +-
 .../org/apache/juneau/http/MediaType.html       |  506 ++--
 .../org/apache/juneau/http/MediaTypeRange.html  |  482 +--
 .../src-html/org/apache/juneau/http/Pragma.html |   44 +-
 .../apache/juneau/http/ProxyAuthenticate.html   |   44 +-
 .../apache/juneau/http/ProxyAuthorization.html  |   44 +-
 .../src-html/org/apache/juneau/http/Range.html  |   44 +-
 .../org/apache/juneau/http/Referer.html         |   44 +-
 .../org/apache/juneau/http/RetryAfter.html      |   98 +-
 .../src-html/org/apache/juneau/http/Server.html |   44 +-
 .../org/apache/juneau/http/StringRange.html     |  484 ++--
 .../src-html/org/apache/juneau/http/TE.html     |   54 +-
 .../org/apache/juneau/http/Trailer.html         |   44 +-
 .../apache/juneau/http/TransferEncoding.html    |   44 +-
 .../org/apache/juneau/http/Upgrade.html         |   44 +-
 .../org/apache/juneau/http/UserAgent.html       |   44 +-
 .../src-html/org/apache/juneau/http/Vary.html   |   44 +-
 .../src-html/org/apache/juneau/http/Via.html    |   44 +-
 .../org/apache/juneau/http/Warning.html         |   44 +-
 .../org/apache/juneau/http/WwwAuthenticate.html |   44 +-
 .../apache/juneau/jena/RdfParserContext.html    |    8 +-
 .../juneau/jena/RdfSerializerContext.html       |    8 +-
 .../apache/juneau/json/JsonParserContext.html   |    6 +-
 .../juneau/json/JsonSerializerContext.html      |    6 +-
 .../juneau/msgpack/MsgPackParserContext.html    |    6 +-
 .../msgpack/MsgPackSerializerContext.html       |    6 +-
 .../org/apache/juneau/remoteable/Body.html      |   17 +-
 .../org/apache/juneau/remoteable/FormData.html  |  157 +-
 .../apache/juneau/remoteable/FormDataIfNE.html  |   63 +-
 .../org/apache/juneau/remoteable/Header.html    |  165 +-
 .../apache/juneau/remoteable/HeaderIfNE.html    |   63 +-
 .../org/apache/juneau/remoteable/Path.html      |  139 +-
 .../org/apache/juneau/remoteable/Query.html     |  157 +-
 .../org/apache/juneau/remoteable/QueryIfNE.html |   63 +-
 .../apache/juneau/remoteable/RemoteMethod.html  |   65 +-
 .../juneau/remoteable/RemoteMethodArg.html      |   79 +-
 .../apache/juneau/remoteable/Remoteable.html    |   90 +-
 .../juneau/remoteable/RemoteableMeta.html       |   85 +-
 .../juneau/remoteable/RemoteableMethodMeta.html |  357 +--
 .../apache/juneau/remoteable/RequestBean.html   |   39 +-
 .../org/apache/juneau/rest/RestResponse.html    |  128 +-
 .../juneau/rest/annotation/RestResource.html    |   91 +-
 .../juneau/soap/SoapXmlSerializerContext.html   |    6 +-
 .../org/apache/juneau/uon/UonParserContext.html |    6 +-
 .../apache/juneau/uon/UonSerializerContext.html |    8 +-
 .../org/apache/juneau/xml/XmlParserContext.html |    6 +-
 .../apache/juneau/xml/XmlSerializerContext.html |    6 +-
 content/styles/juneau-doc.css                   |   82 +-
 534 files changed, 34877 insertions(+), 31518 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 8ca4e1b..3bf3c90 100644
--- a/content/about.html
+++ b/content/about.html
@@ -56,6 +56,7 @@
 	</ul>
 	
 	<h5 class='toc'>Prerequisites</h5>
+	
 	<p>
 		We've strived to keep prerequisites to an absolute minimum.
 	</p>
@@ -260,9 +261,12 @@
 			<br><code>valueOf(String)</code>, <code>parse(String)</code>, <code>parseString(String)</code>, <code>forName(String)</code>, <code>forString(String)</code>, 
 				<code>fromString(String)</code>, <code>T(String)</code>, <code>Object swap(BeanSession)</code>, <code>T unswap(BeanSession, T.class)</code>
 	</ul>
-	<p class='info'>
-		See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>POJO Categories</a> for a definition of supported POJOs.
-	</p>
+
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'>See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>POJO Categories</a> for a definition of supported POJOs.
+	</ul>
+
 	<br><hr>
 	<p>
 		UON (URL-Encoded Object Notation) allows JSON-like data structures (OBJECT, ARRAY, NUMBER, BOOLEAN, STRING, NULL) in HTTP constructs (query parameters, form parameters,
@@ -349,10 +353,13 @@
 
 	Person p = pg.getParser(<js>"text/json"</js>).parse(myReader, Person.<jk>class</jk>);
 	</p>
-	<br><br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core'>Additional Information - Core</a>
-	</p>
+	
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core'>Juneau Core (org.apache.juneau)</a>
+	</ul>
+
+	<br><hr>
 
 	<h5 class='toc'>DTO libraries</h5>
 	<p>
@@ -537,10 +544,13 @@
 		Note that these DTOs can also be serialized to any of the other supported languages such as JSON or MessagePack!
 		And they can be parsed back into their original objects!
 	</p>
+	
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+	</ul>
+
 	<br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#DTOs'>Additional Information - DTOs</a>
-	</p>
 
 	<h5 class='toc'>Juneau Server</h5>
 	<p>
@@ -939,10 +949,13 @@
 		<li>Lots of up-to-date documentation and examples.
 		<li>MUCH MORE!....
 	</ul>
+
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Server'>Juneau Server (org.apache.juneau.rest)</a>
+	</ul>
+
 	<br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Server'>Additional Information - Server</a>
-	</p>
 
 	<h5 class='toc'>Juneau Client</h5>
 	<p>
@@ -1071,10 +1084,13 @@
 	MyProxyInterface p = client.getRemoteableProxy(MyProxyInterface.<jk>class</jk>, <js>"http://hostname/some/rest/interface"</js>);
 	String response = p.doMethod(UUID.<jsm>generate</jsm>(), <jk>true</jk>, <jk>new</jk> MyPojo());
 	</p>
-	<br><br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Client'>Additional Information - Client</a>
-	</p>
+
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Client'>Juneau Client (org.apache.juneau.rest.client)</a>
+	</ul>
+
+	<br><hr>
 
 	<h5 class='toc'>Config</h5>
 	<p>
@@ -1178,10 +1194,12 @@
 		<li>Config file sections can be accessed and manipulated through Java interface proxies.
 	</ul>
 	
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.ConfigFile'>Configuration Files</a>
+	</ul>
+
 	<br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.ConfigFile'>Additional Information - Config</a>
-	</p>
 
 	<h5 class='toc'>Juneau Microservice</h5>
 	<p>
@@ -1366,10 +1384,13 @@
 		Various predefined reusable REST resource classes are provided for accessing log files, viewing and editing the config file, etc...
 		These allow you to quickly put together sophisticated REST microservices.
 	</p>
+
+	<h5 class='topic'>Additional Information</h5>
+	<ul class='doctree'>
+		<li class='link'><a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Microservices'>Juneau Microservices (org.apache.juneau.microservice)</a>
+	</ul>
+
 	<br><hr>
-	<p class='info'>
-		<a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Microservices'>Additional Information - Microservices</a>
-	</p>
 
 	<h5 class='toc'>More information</h5>
 	<p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/index-all.html b/content/site/apidocs/index-all.html
index bdec443..28ba278 100644
--- a/content/site/apidocs/index-all.html
+++ b/content/site/apidocs/index-all.html
@@ -4288,7 +4288,9 @@
 <dd>&nbsp;</dd>
 <dt><a href="org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom"><span class="typeNameLink">CommonEntry</span></a> - Class in <a href="org/apache/juneau/dto/atom/package-summary.html">org.apache.juneau.dto.atom</a></dt>
 <dd>
-<div class="block">Parent class of <a href="org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a></div>
+<div class="block">Parent class of <a href="org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a>
+
+ <h6 class='topic'>Additional Information</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/juneau/dto/atom/CommonEntry.html#CommonEntry-org.apache.juneau.dto.atom.Id-org.apache.juneau.dto.atom.Text-java.util.Calendar-">CommonEntry(Id, Text, Calendar)</a></span> - Constructor for class org.apache.juneau.dto.atom.<a href="org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></dt>
 <dd>
@@ -26128,7 +26130,7 @@
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat">UON_paramFormat</a></span> - Static variable in class org.apache.juneau.uon.<a href="org/apache/juneau/uon/UonSerializerContext.html" title="class in org.apache.juneau.uon">UonSerializerContext</a></dt>
 <dd>
-<div class="block"><b>Configuration property:</b>  Format to use for top-level query names and simple parameters.</div>
+<div class="block"><b>Configuration property:</b>  Format to use for query/form-data/header values.</div>
 </dd>
 <dt><a href="org/apache/juneau/uon/UonParser.html" title="class in org.apache.juneau.uon"><span class="typeNameLink">UonParser</span></a> - Class in <a href="org/apache/juneau/uon/package-summary.html">org.apache.juneau.uon</a></dt>
 <dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/annotation/Bean.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/Bean.html b/content/site/apidocs/org/apache/juneau/annotation/Bean.html
index fd2ea2d..0069e90 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Bean.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Bean.html
@@ -265,7 +265,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>typePropertyName</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.126">typePropertyName</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.128">typePropertyName</a></pre>
 <div class="block">The property name to use for representing the type name.
  <p>
  This can be used to override the name used for the <js>"_type"</js> property designated above.
@@ -289,11 +289,13 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
  This is similar in concept to the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanTypePropertyName"><code>BeanContext.BEAN_beanTypePropertyName</code></a> setting except this annotation
  applies only to the annotated class and subclasses whereas the bean context property applies globally on
  serializers and parsers.
- <p class='warning'>
-   Be careful what value you specify for this.  It should not interfere with bean property names or
-   common HTML attribute names.
- </p
- <p>
+
+ <ul class='doctree'>
+   <li class='warn'>
+      Be careful what value you specify for this.  It should not interfere with bean property names or
+      common HTML attribute names.
+ </ul>
+
  The default value if not specified is <js>"_type"</js> unless overridden by the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanTypePropertyName"><code>BeanContext.BEAN_beanTypePropertyName</code></a> setting.</div>
 <dl>
 <dt>Default:</dt>
@@ -310,7 +312,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>properties</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.144">properties</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.146">properties</a></pre>
 <div class="block">The set and order of names of properties associated with a bean class.
  <p>
  The order specified is the same order that the entries will be returned by the <a href="../../../../org/apache/juneau/BeanMap.html#entrySet--"><code>BeanMap.entrySet()</code></a> and related methods.
@@ -340,7 +342,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>sort</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.162">sort</a></pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.164">sort</a></pre>
 <div class="block">Sort bean properties in alphabetical order.
  <p>
  When <jk>true</jk>, all bean properties will be serialized and access in alphabetical order.
@@ -370,7 +372,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>excludeProperties</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.178">excludeProperties</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.180">excludeProperties</a></pre>
 <div class="block">Specifies a list of properties that should be excluded from <a href="../../../../org/apache/juneau/BeanMap.html#entrySet--"><code>BeanMap.entrySet()</code></a>.
  <p>
  This annotation is an alternative to using the <a href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform"><code>BeanFilter</code></a> class with an implemented <a href="../../../../org/apache/juneau/transform/BeanFilter.html#getExcludeProperties--"><code>BeanFilter.getExcludeProperties()</code></a> method.
@@ -398,7 +400,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>propertyNamer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.198">propertyNamer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.200">propertyNamer</a></pre>
 <div class="block">Associates a <a href="../../../../org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau"><code>PropertyNamer</code></a> with this bean to tailor the names of the bean properties.
  <p>
  Property namers are used to transform bean property names from standard form to some other form.
@@ -430,7 +432,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>interfaceClass</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.228">interfaceClass</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.230">interfaceClass</a></pre>
 <div class="block">Identifies a class to be used as the interface class for this and all subclasses.
  <p>
  When specified, only the list of properties defined on the interface class will be used during serialization.
@@ -472,7 +474,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>stopClass</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.253">stopClass</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.255">stopClass</a></pre>
 <div class="block">Identifies a stop class for the annotated class.
  <p>
  Identical in purpose to the stop class specified by <a href="http://docs.oracle.com/javase/7/docs/api/java/beans/Introspector.html?is-external=true#getBeanInfo-java.lang.Class-java.lang.Class-" title="class or interface in java.beans"><code>Introspector.getBeanInfo(Class, Class)</code></a>.
@@ -509,7 +511,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockListLast">
 <li class="blockList">
 <h4>beanDictionary</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.271">beanDictionary</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.273">beanDictionary</a></pre>
 <div class="block">The list of classes that make up the bean dictionary for all properties of this bean
  or for subclasses of this bean.
  <p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html b/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
index c7b7829..3926116 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
@@ -197,7 +197,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.127">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.128">name</a></pre>
 <div class="block">Identifies the name of the property.
  <p>
  Normally, this is automatically inferred from the field name or getter method name
@@ -271,10 +271,11 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
       }
    }
  </p>
- <p class='info'>
- Note that if you're not interested in these additional properties, you can also use the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a> setting
- to ignore values that don't fit into existing properties.
- </p></div>
+ <ul class='doctree'>
+   <li class='info'>
+      Note that if you're not interested in these additional properties, you can also use the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a> setting
+      to ignore values that don't fit into existing properties.
+ </ul></div>
 <dl>
 <dt>Default:</dt>
 <dd>""</dd>
@@ -290,7 +291,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.140">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.141">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/annotation/BeanProperty.html#name--"><code>name()</code></a>.
  <p>
  The following annotations are equivalent:
@@ -315,7 +316,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.162">type</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.163">type</a></pre>
 <div class="block">Identifies a specialized class type for the property.
  <p>
  Normally this can be inferred through reflection of the field type or getter return type.
@@ -349,7 +350,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>params</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.179">params</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.180">params</a></pre>
 <div class="block">For bean properties of maps and collections, this annotation can be used to identify
  the class types of the contents of the bean property object when the generic parameter
  types are interfaces or abstract classes.
@@ -378,7 +379,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.201">swap</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.202">swap</a></pre>
 <div class="block">Associates a <a href="../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> or <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a> with this bean property that will swap the value object
    with another object during serialization and parsing.
  <p>
@@ -412,7 +413,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockList">
 <li class="blockList">
 <h4>properties</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.232">properties</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.233">properties</a></pre>
 <div class="block">Used to limit which child properties are rendered by the serializers.
  <p>
  Can be used on any of the following bean property types:
@@ -455,7 +456,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 <ul class="blockListLast">
 <li class="blockList">
 <h4>beanDictionary</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.249">beanDictionary</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;[]&nbsp;<a href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.250">beanDictionary</a></pre>
 <div class="block">The list of classes that make up the bean dictionary for this bean property.
  <p>
  The dictionary is a name/class mapping used to find class types during parsing when they cannot be inferred through reflection.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/csv/CsvParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/csv/CsvParserContext.html b/content/site/apidocs/org/apache/juneau/csv/CsvParserContext.html
index c0c096c..c9fbbe3 100644
--- a/content/site/apidocs/org/apache/juneau/csv/CsvParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/csv/CsvParserContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.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/csv/CsvSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
index e1faf2a..3d4c856 100644
--- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
  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>


[34/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/S.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/S.html b/content/site/apidocs/org/apache/juneau/dto/html5/S.html
index 1c176f9..bbe662b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/S.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/S.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="s")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.22">S</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.30">S</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element">&lt;s&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>S</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.22">S</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.30">S</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/S.html" title="class in org.apache.juneau.dto.html5">S</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/S.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Samp.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Samp.html b/content/site/apidocs/org/apache/juneau/dto/html5/Samp.html
index 3518d36..0ae9e6d 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Samp.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Samp.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="samp")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.22">Samp</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.30">Samp</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element">&lt;samp&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Samp</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.22">Samp</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.30">Samp</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Samp.html" title="class in org.apache.juneau.dto.html5">Samp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Samp.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Script.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Script.html b/content/site/apidocs/org/apache/juneau/dto/html5/Script.html
index 9acdb3c..7507a9d 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Script.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Script.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="script")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.24">Script</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.32">Script</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html" title="class in org.apache.juneau.dto.html5">HtmlElementRawText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-script-element">&lt;script&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -254,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Script</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.24">Script</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.32">Script</a>()</pre>
 </li>
 </ul>
 </li>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>async</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.33">async</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;async)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.41">async</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;async)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-async">async</a> attribute.
  Execute script asynchronously.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>charset</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.44">charset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charset)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.52">charset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charset)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-charset">charset</a> attribute.
  Character encoding of the external script resource.</div>
 <dl>
@@ -306,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.55">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.63">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-crossorigin">crossorigin</a> attribute.
  How the element handles crossorigin requests.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>defer</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.67">defer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;defer)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.75">defer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;defer)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-defer">defer</a> attribute.
  Defer script execution.</div>
 <dl>
@@ -341,7 +349,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.79">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.87">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -359,7 +367,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.90">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.98">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-type">type</a> attribute.
  Type of embedded resource.</div>
 <dl>
@@ -376,7 +384,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.101">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.109">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -395,7 +403,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.107">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.115">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -414,7 +422,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.113">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Script.html#line.121">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html#text-java.lang.Object-">HtmlElementRawText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Section.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Section.html b/content/site/apidocs/org/apache/juneau/dto/html5/Section.html
index c426180..52cbb97 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Section.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Section.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="section")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.22">Section</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.30">Section</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-section-element">&lt;section&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Section</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.22">Section</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.30">Section</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Section.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Select.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Select.html b/content/site/apidocs/org/apache/juneau/dto/html5/Select.html
index 4a8c67e..a95ddf7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Select.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Select.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="select")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.22">Select</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.30">Select</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-select-element">&lt;select&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -272,7 +280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Select</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.22">Select</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.30">Select</a>()</pre>
 </li>
 </ul>
 </li>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>autofocus</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.31">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.39">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.
  Automatically focus the form control when the page is loaded.</div>
 <dl>
@@ -307,7 +315,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.43">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.51">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -325,7 +333,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.54">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.62">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -342,7 +350,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>multiple</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.66">multiple</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;multiple)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.74">multiple</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;multiple)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-multiple">multiple</a> attribute.
  Whether to allow multiple values.</div>
 <dl>
@@ -360,7 +368,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.85">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -377,7 +385,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.89">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.97">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-required">required</a> attribute.
  Whether the control is required for form submission.</div>
 <dl>
@@ -395,7 +403,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.101">size</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;size)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.109">size</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;size)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-size">size</a> attribute.
  Size of the control.</div>
 <dl>
@@ -413,7 +421,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.112">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.120">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -432,7 +440,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.118">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.126">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -451,7 +459,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.124">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.132">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -470,7 +478,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.130">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.138">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -489,7 +497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.136">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Select.html" title="class in org.apache.juneau.dto.html5">Select</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Select.html#line.144">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Small.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Small.html b/content/site/apidocs/org/apache/juneau/dto/html5/Small.html
index cf6aef0..4bf034e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Small.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Small.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="small")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.22">Small</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.30">Small</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element">&lt;small&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Small</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.22">Small</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.30">Small</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Small.html" title="class in org.apache.juneau.dto.html5">Small</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Small.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Source.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Source.html b/content/site/apidocs/org/apache/juneau/dto/html5/Source.html
index 58cc622..4b7751a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Source.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Source.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="source")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.24">Source</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.32">Source</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element">&lt;source&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -217,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Source</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.24">Source</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.32">Source</a>()</pre>
 </li>
 </ul>
 </li>
@@ -234,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.33">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.41">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -252,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.44">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.52">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-type">type</a> attribute.
  Type of embedded resource.</div>
 <dl>
@@ -269,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.55">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.63">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -288,7 +296,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.61">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Source.html#line.69">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Span.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Span.html b/content/site/apidocs/org/apache/juneau/dto/html5/Span.html
index 9e49bb2..f2d5a4c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Span.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Span.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="span")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.22">Span</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.30">Span</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element">&lt;span&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Span</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.22">Span</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.30">Span</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Span.html" title="class in org.apache.juneau.dto.html5">Span</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Span.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Strong.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Strong.html b/content/site/apidocs/org/apache/juneau/dto/html5/Strong.html
index 6a08d62..64e5380 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Strong.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Strong.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="strong")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.22">Strong</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.30">Strong</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element">&lt;strong&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Strong</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.22">Strong</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.30">Strong</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Strong.html" title="class in org.apache.juneau.dto.html5">Strong</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Strong.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[15/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
index 74d9327..1cc397b 100644
--- a/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
+++ b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.39">WwwAuthenticate</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.45">WwwAuthenticate</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>WWW-Authenticate </l> HTTP response header.
  <p>
@@ -136,7 +136,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication".
  User agents are advised to take special care in parsing the WWW-Authenticate field value as it might contain more
  than one challenge, or if more than one WWW-Authenticate header field is provided, the contents of a challenge
- itself can contain a comma-separated list of authentication parameters.</div>
+ itself can contain a comma-separated list of authentication parameters.
+
+ <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>
@@ -196,7 +202,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http">WwwAuthenticate</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.47">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http">WwwAuthenticate</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.53">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>WWW-Authenticate</code> header.</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/jena/RdfParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html
index c229240..abac33d 100644
--- a/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html
@@ -138,12 +138,12 @@ implements <a href="../../../../org/apache/juneau/jena/RdfCommonContext.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.
 
  <h6 class='topic' id='ConfigProperties'>Configurable properties inherited by the RDF parsers</h6>
- <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>
-         <li class='i'><a class="doclink" href="RdfCommonContext.html#ConfigProperties">RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
+         <li class='jic'><a class="doclink" href="RdfCommonContext.html#ConfigProperties">RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
       </ul>
    </ul>
  </ul></div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html
index 6fe5151..cdebfb7 100644
--- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html
@@ -138,12 +138,12 @@ implements <a href="../../../../org/apache/juneau/jena/RdfCommonContext.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.
 
  <h6 class='topic' id='ConfigProperties'>Configurable properties inherited by the RDF serializers</h6>
- <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="RdfCommonContext.html#ConfigProperties">RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
+         <li class='jc'><a class="doclink" href="RdfCommonContext.html#ConfigProperties">RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
       </ul>
    </ul>
  </ul></div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html b/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html
index df0f3da..69180de 100644
--- a/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.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/json/JsonSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/json/JsonSerializerContext.html b/content/site/apidocs/org/apache/juneau/json/JsonSerializerContext.html
index a2e2994..ac2b7a4 100644
--- a/content/site/apidocs/org/apache/juneau/json/JsonSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/json/JsonSerializerContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
  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/microservice/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/microservice/package-summary.html b/content/site/apidocs/org/apache/juneau/microservice/package-summary.html
index bc68f93..681f2fa 100644
--- a/content/site/apidocs/org/apache/juneau/microservice/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/microservice/package-summary.html
@@ -596,10 +596,11 @@
    <cc># Jetty logging level</cc>
    <ck>org.eclipse.jetty.LEVEL</ck> = <cv>WARN</cv>      
    </p>
-   <p class='info'>
-      The predefined config file includes all settings for instructional purposes. 
-      In your microservice, you can remove all lines from your config file that have default values.
-   </p>
+   <ul class='doctree'>
+      <li class='info'>
+         The predefined config file includes all settings for instructional purposes. 
+         In your microservice, you can remove all lines from your config file that have default values.
+   </ul>
    <p>
       Although the config file looks deceptively simple, the config file API is a very powerful feature with many capabilities, including:
    </p>
@@ -677,8 +678,8 @@
    String firstArg = cf.getString(<js>"MySection/firstArg"</js>); 
    </p>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a href='../core/ini/package-summary.html#TOC'><l>org.apache.juneau.ini</l></a> - Juneau Configuration API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a href='../core/ini/package-summary.html#TOC'><l>org.apache.juneau.ini</l></a> - Juneau Configuration API Javadocs.
    </ul>
    
    <!-- ======================================================================================================== -->
@@ -688,8 +689,8 @@
       <p>
          There are 3 primary ways of getting access to the config file.
       </p>
-      <ul class='javahierarchy'>
-         <li class='m'><a href="../../../../org/apache/juneau/microservice/Microservice.html#getConfig--"><code>Microservice.getConfig()</code></a> - A static method that can be used to access
+      <ul class='doctree'>
+         <li class='jm'><a href="../../../../org/apache/juneau/microservice/Microservice.html#getConfig--"><code>Microservice.getConfig()</code></a> - A static method that can be used to access
             the config file from anywhere in your application.<br>
             When using this method, any of the following variables can be resolved:
             <ul>
@@ -701,7 +702,7 @@
             </ul>
             Additional user-defined variables can be defined by overriding the <a href="../../../../org/apache/juneau/microservice/Microservice.html#createVarResolver--"><code>Microservice.createVarResolver()</code></a> method
             and using the <a href="../../../../org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class...)</code></a> method.
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a> - An instance method to access it from inside a REST servlet.<br>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a> - An instance method to access it from inside a REST servlet.<br>
             The following variables are available in addition to the variables defined above:
             <ul>
                <li><l>$I{key}, $I{key,default}</l> - Servlet initialization parameters.
@@ -731,7 +732,7 @@
                Additional user-defined variables can be defined at this level by overriding the <a href="../../../../org/apache/juneau/microservice/Resource.html#init-org.apache.juneau.rest.RestConfig-"><code>Resource.init(RestConfig)</code></a> method
                and using the <a href="../../../../org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class...)</code></a> method.
             </p>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getConfigFile--"><code>RestRequest.getConfigFile()</code></a> - An instance method to access it from inside a REST method.<br>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getConfigFile--"><code>RestRequest.getConfigFile()</code></a> - An instance method to access it from inside a REST method.<br>
             The following variables are available in addition to the variables defined above:
             <ul>
                <li><l>$L{key}, $L{key,args}</l> - Localized variables pulled from <a href="../../../../org/apache/juneau/rest/RestRequest.html#getMessage-java.lang.String-java.lang.Object...-"><code>RestRequest.getMessage(String, Object...)</code></a>.
@@ -895,8 +896,8 @@
       are powerful servlets designed specifically for creating REST APIs using nothing more than serialized and parsed POJOs.
    </p>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a href='../server/package-summary.html#TOC'><l>org.apache.juneau.rest</l></a> - Juneau Server API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a href='../server/package-summary.html#TOC'><l>org.apache.juneau.rest</l></a> - Juneau Server API Javadocs.
    </ul>
 </div>
 
@@ -911,10 +912,10 @@
    <p>
       The class hierarchy is:
    </p>
-   <ul class='javahierarchy'>
-      <li class='a'><a href="../../../../org/apache/juneau/microservice/Microservice.html" title="class in org.apache.juneau.microservice"><code>Microservice</code></a> - Abstract class that defines simple start/stop methods and access to the manifest file, config file, and arguments.
+   <ul class='doctree'>
+      <li class='jac'><a href="../../../../org/apache/juneau/microservice/Microservice.html" title="class in org.apache.juneau.microservice"><code>Microservice</code></a> - Abstract class that defines simple start/stop methods and access to the manifest file, config file, and arguments.
          <ul>
-            <li class='c'><a href="../../../../org/apache/juneau/microservice/RestMicroservice.html" title="class in org.apache.juneau.microservice"><code>RestMicroservice</code></a> - Specialized microservice for starting up REST interfaces using Jetty and specifying REST servlets
+            <li class='jc'><a href="../../../../org/apache/juneau/microservice/RestMicroservice.html" title="class in org.apache.juneau.microservice"><code>RestMicroservice</code></a> - Specialized microservice for starting up REST interfaces using Jetty and specifying REST servlets
                through the manifest file or config file.
          </ul>
    </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
index 086c0c1..b4122eb 100644
--- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.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/msgpack/MsgPackSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html
index 8d1942c..07378d7 100644
--- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html
@@ -133,10 +133,10 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
  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/remoteable/Body.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Body.html b/content/site/apidocs/org/apache/juneau/remoteable/Body.html
index f788769..a9408c0 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Body.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Body.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Body.html#line.67">Body</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Body.html#line.72">Body</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote that they are the HTTP body of the request.
  <p>
  <h5 class='section'>Example:</h5>
@@ -134,7 +134,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Bod
       <ja>@Body</ja>
       MyPojo getMyPojo();
    }
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/FormData.html b/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
index 6785fa1..7c6e02b 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.128">FormData</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.133">FormData</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote that they are FORM post parameters on the request.
  <p>
  <h5 class='section'>Example:</h5>
@@ -195,7 +195,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
    <ja>@FormData</ja>(name=<js>"foo"</js>)
 
    <ja>@FormData</ja>(<js>"foo"</js>)
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -259,7 +264,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.175">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.180">name</a></pre>
 <div class="block">The form post parameter name.
  <p>
  Note that <a href="../../../../org/apache/juneau/remoteable/FormData.html#name--"><code>name()</code></a> and <a href="../../../../org/apache/juneau/remoteable/FormData.html#value--"><code>value()</code></a> are synonyms.
@@ -318,7 +323,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.182">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.187">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/FormData.html#name--"><code>name()</code></a>.
  <p>
  Allows you to use shortened notation if you're only specifying the name.</div>
@@ -337,7 +342,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockList">
 <li class="blockList">
 <h4>skipIfEmpty</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.189">skipIfEmpty</a></pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.194">skipIfEmpty</a></pre>
 <div class="block">Skips this value if it's an empty string or empty collection/array.
  <p>
  Note that <jk>null</jk> values are already ignored.</div>
@@ -356,7 +361,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.199">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormData.html#line.204">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html b/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
index bc17fa5..d7e38a3 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
@@ -96,8 +96,13 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.30">FormDataIfNE</a></pre>
-<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/FormData.html" title="annotation in org.apache.juneau.remoteable"><code>@FormData</code></a> except skips values if they're null/blank.</div>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.35">FormDataIfNE</a></pre>
+<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/FormData.html" title="annotation in org.apache.juneau.remoteable"><code>@FormData</code></a> except skips values if they're null/blank.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -155,7 +160,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.36">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.41">name</a></pre>
 <div class="block">The form post parameter name.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -176,7 +181,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.42">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.47">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/FormDataIfNE.html#name--"><code>name()</code></a>.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -197,7 +202,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/For
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.52">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/FormDataIfNE.html#line.57">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/Header.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Header.html b/content/site/apidocs/org/apache/juneau/remoteable/Header.html
index 6bffe3c..9af735f 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Header.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Header.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.112">Header</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.117">Header</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote that they are serialized as an HTTP header value.
  <p>
  <h5 class='section'>Example:</h5>
@@ -104,7 +104,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
    <ja>@Remoteable</ja>(path=<js>"/myproxy"</js>)
    <jk>public interface</jk> MyProxy {
 
-      <jc>// Explicit names specified for form data parameters.</jc>
+      <jc>// Explicit names specified for HTTP headers.</jc>
       <jc>// pojo will be converted to UON notation (unless plain-text parts enabled).</jc>
       <ja>@RemoteMethod</ja>(path=<js>"/mymethod1"</js>)
       String myProxyMethod1(<ja>@Header</ja>(<js>"Foo"</js>)</ja> String foo, <ja>@Header</ja>(<js>"Bar"</js>)</ja> MyPojo pojo);
@@ -179,7 +179,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
    <ja>@Header</ja>(name=<js>"Foo"</js>)
 
    <ja>@Header</ja>(<js>"Foo"</js>)
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -243,7 +248,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.161">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.166">name</a></pre>
 <div class="block">The HTTP header name.
  <p>
  A blank value (the default) indicates to reuse the bean property name when used on a request bean property.
@@ -304,7 +309,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.168">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.173">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/Header.html#name--"><code>name()</code></a>.
  <p>
  Allows you to use shortened notation if you're only specifying the name.</div>
@@ -323,7 +328,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockList">
 <li class="blockList">
 <h4>skipIfEmpty</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.175">skipIfEmpty</a></pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.180">skipIfEmpty</a></pre>
 <div class="block">Skips this value if it's an empty string or empty collection/array.
  <p>
  Note that <jk>null</jk> values are already ignored.</div>
@@ -342,7 +347,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.185">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Header.html#line.190">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html b/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
index 6233d7b..9f21764 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
@@ -96,8 +96,13 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.30">HeaderIfNE</a></pre>
-<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/Header.html" title="annotation in org.apache.juneau.remoteable"><code>@Header</code></a> except skips values if they're null/blank.</div>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.35">HeaderIfNE</a></pre>
+<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/Header.html" title="annotation in org.apache.juneau.remoteable"><code>@Header</code></a> except skips values if they're null/blank.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -155,7 +160,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.36">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.41">name</a></pre>
 <div class="block">The HTTP header name.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -176,7 +181,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.42">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.47">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/HeaderIfNE.html#name--"><code>name()</code></a>.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -197,7 +202,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Hea
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.52">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/HeaderIfNE.html#line.57">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/Path.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Path.html b/content/site/apidocs/org/apache/juneau/remoteable/Path.html
index ad7dbca..eab57bc 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Path.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Path.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.112">Path</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.117">Path</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote that they are path variables on the request.
  <p>
  <h5 class='section'>Example:</h5>
@@ -179,7 +179,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Pat
    <ja>@Path</ja>(name=<js>"foo"</js>)
 
    <ja>@Path</ja>(<js>"foo"</js>)
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -237,7 +242,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Pat
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.157">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.162">name</a></pre>
 <div class="block">The path parameter name.
  <p>
  Note that <a href="../../../../org/apache/juneau/remoteable/Path.html#name--"><code>name()</code></a> and <a href="../../../../org/apache/juneau/remoteable/Path.html#value--"><code>value()</code></a> are synonyms.
@@ -294,7 +299,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Pat
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.164">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.169">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/Path.html#name--"><code>name()</code></a>.
  <p>
  Allows you to use shortened notation if you're only specifying the name.</div>
@@ -313,7 +318,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Pat
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.174">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Path.html#line.179">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/Query.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Query.html b/content/site/apidocs/org/apache/juneau/remoteable/Query.html
index b395b62..8dd1d20 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Query.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Query.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.127">Query</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.132">Query</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote that they are QUERY parameters on the request.
  <p>
  <h5 class='section'>Example:</h5>
@@ -194,7 +194,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
    <ja>@Query</ja>(name=<js>"foo"</js>)
 
    <ja>@Query</ja>(<js>"foo"</js>)
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -258,7 +263,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.174">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.179">name</a></pre>
 <div class="block">The query parameter name.
  <p>
  Note that <a href="../../../../org/apache/juneau/remoteable/Query.html#name--"><code>name()</code></a> and <a href="../../../../org/apache/juneau/remoteable/Query.html#value--"><code>value()</code></a> are synonyms.
@@ -317,7 +322,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.181">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.186">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/Query.html#name--"><code>name()</code></a>.
  <p>
  Allows you to use shortened notation if you're only specifying the name.</div>
@@ -336,7 +341,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockList">
 <li class="blockList">
 <h4>skipIfEmpty</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.188">skipIfEmpty</a></pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.193">skipIfEmpty</a></pre>
 <div class="block">Skips this value if it's an empty string or empty collection/array.
  <p>
  Note that <jk>null</jk> values are already ignored.</div>
@@ -355,7 +360,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.198">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Query.html#line.203">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html b/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
index 5016f6f..2895c6c 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
@@ -96,8 +96,13 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.30">QueryIfNE</a></pre>
-<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/Query.html" title="annotation in org.apache.juneau.remoteable"><code>@Query</code></a> except skips values if they're null/blank.</div>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.35">QueryIfNE</a></pre>
+<div class="block">Identical to <a href="../../../../org/apache/juneau/remoteable/Query.html" title="annotation in org.apache.juneau.remoteable"><code>@Query</code></a> except skips values if they're null/blank.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -155,7 +160,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.36">name</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.41">name</a></pre>
 <div class="block">The query parameter name.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -176,7 +181,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.42">value</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.47">value</a></pre>
 <div class="block">A synonym for <a href="../../../../org/apache/juneau/remoteable/QueryIfNE.html#name--"><code>name()</code></a>.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -197,7 +202,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Que
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.52">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/QueryIfNE.html#line.57">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>RequestBean</code></a> annotation,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
index eab23e9..bad24d5 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.39">RemoteMethod</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.44">RemoteMethod</a></pre>
 <div class="block">Annotation applied to Java methods on interface proxy classes.
  <p>
  TODO <i>(sorry)</i>
@@ -108,6 +108,11 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
    <li><code>HttpResponse</code> - Returns the raw <code>HttpResponse</code> returned by the inner <code>HttpClient</code>.
    <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> - Returns access to the raw reader of the response.
    <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> - Returns access to the raw input stream of the response.
+ </ul>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
  </ul></div>
 </li>
 </ul>
@@ -160,7 +165,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <ul class="blockList">
 <li class="blockList">
 <h4>path</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.49">path</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.54">path</a></pre>
 <div class="block">The path to the REST service for this Java method relative to the parent proxy interface URL.
  <p>
  The default value is the Java method name (e.g. <js>"http://localhost/root-url/org.foo.MyInterface/myMethod"</js>) if
@@ -182,7 +187,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <ul class="blockListLast">
 <li class="blockList">
 <h4>httpMethod</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.62">httpMethod</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.67">httpMethod</a></pre>
 <div class="block">Defines whether to use <code>GET</code> or <code>POST</code> for REST calls.
  <p>
  Possible values:

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
index 792e557..62f425a 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
@@ -102,9 +102,14 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.21">RemoteMethodArg</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.26">RemoteMethodArg</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 the metadata about an annotated argument of a method on a remote proxy interface.</div>
+<div class="block">Represents the metadata about an annotated argument of a method on a remote proxy interface.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -208,7 +213,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.24">name</a></pre>
+<pre>public final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.29">name</a></pre>
 <div class="block">The argument name.  Can be blank.</div>
 </li>
 </ul>
@@ -218,7 +223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>index</h4>
-<pre>public final&nbsp;int <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.27">index</a></pre>
+<pre>public final&nbsp;int <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.32">index</a></pre>
 <div class="block">The zero-based index of the argument on the Java method.</div>
 </li>
 </ul>
@@ -228,7 +233,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>skipIfNE</h4>
-<pre>public final&nbsp;boolean <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.30">skipIfNE</a></pre>
+<pre>public final&nbsp;boolean <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.35">skipIfNE</a></pre>
 <div class="block">The value is skipped if it's null/empty.</div>
 </li>
 </ul>
@@ -238,7 +243,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a> <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.33">serializer</a></pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a> <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.38">serializer</a></pre>
 <div class="block">The serializer used for converting objects to strings.</div>
 </li>
 </ul>
@@ -256,7 +261,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RemoteMethodArg</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.46">RemoteMethodArg</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethodArg.html#line.51">RemoteMethodArg</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name2,
                           int&nbsp;index,
                           boolean&nbsp;skipIfNE,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html b/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
index 398d61d..7e525e5 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
@@ -96,10 +96,14 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>})
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.29">Remoteable</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.33">Remoteable</a></pre>
 <div class="block">Identifies a remote proxy interface against a REST interface.
  <p>
- TODO <i>(sorry)</i></div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -157,7 +161,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <ul class="blockList">
 <li class="blockList">
 <h4>path</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.39">path</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.43">path</a></pre>
 <div class="block">The absolute or relative path of the REST service.
  <p>
  When a relative path is specified, it's relative to the root-url defined on the <code>RestClient</code> used
@@ -179,7 +183,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <ul class="blockList">
 <li class="blockList">
 <h4>expose</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.51">expose</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.55">expose</a></pre>
 <div class="block">Identifies which methods on the interface should be exposed through the proxy.
  <p>
  The options are:
@@ -203,7 +207,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <ul class="blockListLast">
 <li class="blockList">
 <h4>methodPaths</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.64">methodPaths</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/Remoteable.html#line.68">methodPaths</a></pre>
 <div class="block">Defines the methodology to use for the path names of the methods when not explicitly defined via <a href="../../../../org/apache/juneau/remoteable/RemoteMethod.html#path--"><code>@RemoteMethod.path()</code></a>.
  <p>
  The options are:


[33/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Style.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Style.html b/content/site/apidocs/org/apache/juneau/dto/html5/Style.html
index 1ba0b43..71a806e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Style.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Style.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="style")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.22">Style</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.30">Style</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html" title="class in org.apache.juneau.dto.html5">HtmlElementRawText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-style-element">&lt;style&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Style</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.22">Style</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.30">Style</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>media</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.30">media</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;media)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.38">media</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;media)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-media">media</a> attribute.
  Applicable media.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.41">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.49">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-type">type</a> attribute.
  Type of embedded resource.</div>
 <dl>
@@ -287,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.52">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.60">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -306,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.58">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.66">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -325,7 +333,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.64">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.72">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -344,7 +352,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.70">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Style.html" title="class in org.apache.juneau.dto.html5">Style</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Style.html#line.78">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html#text-java.lang.Object-">HtmlElementRawText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html b/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html
index 5d96219..1791a94 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="sub")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.22">Sub</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.30">Sub</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements">&lt;sub&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Sub</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.22">Sub</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.30">Sub</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sub.html" title="class in org.apache.juneau.dto.html5">Sub</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sub.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html b/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html
index f40d7be..4eaf3c4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="sup")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.22">Sup</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.30">Sup</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements">&lt;sup&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Sup</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.22">Sup</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.30">Sup</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Sup.html" title="class in org.apache.juneau.dto.html5">Sup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Sup.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Table.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Table.html b/content/site/apidocs/org/apache/juneau/dto/html5/Table.html
index 4f1d9a9..f1b8d49 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Table.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Table.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="table")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.22">Table</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.30">Table</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-table-element">&lt;table&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Table</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.22">Table</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.30">Table</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>border</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.31">border</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;border)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.39">border</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;border)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-table-border">border</a> attribute.
  //sortable - Enables a sorting interface for the table.</div>
 <dl>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.42">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.50">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -290,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.48">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.56">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -309,7 +317,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.54">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.62">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -328,7 +336,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.60">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.68">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.66">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Table.html" title="class in org.apache.juneau.dto.html5">Table</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Table.html#line.74">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html b/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html
index 9ca6b40..ae4588e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="tbody")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.22">Tbody</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.30">Tbody</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element">&lt;tbody&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Tbody</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.22">Tbody</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.30">Tbody</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tbody.html" title="class in org.apache.juneau.dto.html5">Tbody</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tbody.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Td.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Td.html b/content/site/apidocs/org/apache/juneau/dto/html5/Td.html
index 2fb5c75..c9a262e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Td.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Td.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="td")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.22">Td</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.30">Td</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-td-element">&lt;td&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -248,7 +256,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Td</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.22">Td</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.30">Td</a>()</pre>
 </li>
 </ul>
 </li>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>colspan</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.31">colspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;colspan)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.39">colspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;colspan)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute.
  Number of columns that the cell is to span.</div>
 <dl>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>headers</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.42">headers</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headers)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.50">headers</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headers)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute.
  The header cells for this cell.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>rowspan</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.54">rowspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rowspan)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.62">rowspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rowspan)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute.
  Number of rows that the cell is to span.</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.65">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.73">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -337,7 +345,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.71">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.79">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -356,7 +364,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.77">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.85">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -375,7 +383,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.83">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.91">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -395,7 +403,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.89">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Td.html" title="class in org.apache.juneau.dto.html5">Td</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Td.html#line.97">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Template.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Template.html b/content/site/apidocs/org/apache/juneau/dto/html5/Template.html
index 9f0263d..0f7fb0a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Template.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Template.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="template")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.22">Template</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.30">Template</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-template-element">&lt;template&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Template</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.22">Template</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.30">Template</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Template.html" title="class in org.apache.juneau.dto.html5">Template</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Template.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[44/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Datalist.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Datalist.html b/content/site/apidocs/org/apache/juneau/dto/html5/Datalist.html
index 576b4c5..8968b47 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Datalist.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Datalist.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="datalist")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.22">Datalist</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.30">Datalist</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-datalist-element">&lt;datalist&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Datalist</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.22">Datalist</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.30">Datalist</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Datalist.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Dd.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Dd.html b/content/site/apidocs/org/apache/juneau/dto/html5/Dd.html
index 2510eab..904f48f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Dd.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Dd.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="dd")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.22">Dd</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.30">Dd</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dd-element">&lt;dd&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Dd</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.22">Dd</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.30">Dd</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dd.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Del.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Del.html b/content/site/apidocs/org/apache/juneau/dto/html5/Del.html
index 0f3a669..238fd31 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Del.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Del.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="del")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.22">Del</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.30">Del</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/edits.html#the-del-element">&lt;del&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Del</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.22">Del</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.30">Del</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.30">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.38">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-cite">cite</a> attribute.
  Link to the source of the quotation or more information about the edit.</div>
 <dl>
@@ -276,7 +284,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>datetime</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.41">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.49">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-datetime">datetime</a> attribute.
  Date and (optionally) time of the change.</div>
 <dl>
@@ -293,7 +301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.52">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.60">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -312,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.58">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.66">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.64">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.72">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -350,7 +358,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.70">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.78">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.76">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Del.html#line.84">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Dfn.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Dfn.html b/content/site/apidocs/org/apache/juneau/dto/html5/Dfn.html
index 510c923..789c9c5 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Dfn.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Dfn.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="dfn")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.22">Dfn</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.30">Dfn</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-dfn-element">&lt;dfn&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Dfn</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.22">Dfn</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.30">Dfn</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dfn.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Div.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Div.html b/content/site/apidocs/org/apache/juneau/dto/html5/Div.html
index ccbff98..910da26 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Div.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Div.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="div")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.22">Div</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.30">Div</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-div-element">&lt;div&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Div</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.22">Div</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.30">Div</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Div.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Dl.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Dl.html b/content/site/apidocs/org/apache/juneau/dto/html5/Dl.html
index 7de0ecc..7b65d89 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Dl.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Dl.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="dl")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.22">Dl</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.30">Dl</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dl-element">&lt;dl&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Dl</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.22">Dl</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.30">Dl</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dl.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Dt.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Dt.html b/content/site/apidocs/org/apache/juneau/dto/html5/Dt.html
index bfbb78d..fb92fb8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Dt.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Dt.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="dt")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.22">Dt</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.30">Dt</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dt-element">&lt;dt&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Dt</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.22">Dt</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.30">Dt</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Dt.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Em.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Em.html b/content/site/apidocs/org/apache/juneau/dto/html5/Em.html
index 4a14aeb..20606f0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Em.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Em.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="em")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.22">Em</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.30">Em</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-em-element">&lt;em&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Em</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.22">Em</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.30">Em</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Em.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Embed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Embed.html b/content/site/apidocs/org/apache/juneau/dto/html5/Embed.html
index ad36060..025f178 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Embed.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Embed.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="embed")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.24">Embed</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.32">Embed</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-embed-element">&lt;embed&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -235,7 +243,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Embed</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.24">Embed</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.32">Embed</a>()</pre>
 </li>
 </ul>
 </li>
@@ -252,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.33">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.41">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.45">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.53">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -288,7 +296,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.56">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.64">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-type">type</a> attribute.
  Type of embedded resource.</div>
 <dl>
@@ -305,7 +313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.68">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.76">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.79">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.87">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -342,7 +350,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.85">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.93">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -361,7 +369,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.91">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Embed.html#line.99">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>


[04/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Blockquote.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Blockquote.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Blockquote.html
index c772962..76897e6 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Blockquote.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Blockquote.html
@@ -25,56 +25,64 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-blockquote-element"&gt;&amp;lt;blockquote&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="blockquote")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Blockquote extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite"&gt;cite&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Link to the source of the quotation..<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param cite The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    */<a name="line.29"></a>
-<span class="sourceLineNo">030</span>   public final Blockquote cite(String cite) {<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      attr("cite", cite);<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      return this;<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   }<a name="line.33"></a>
-<span class="sourceLineNo">034</span><a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span>   //--------------------------------------------------------------------------------<a name="line.36"></a>
-<span class="sourceLineNo">037</span>   // Overridden methods<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   //--------------------------------------------------------------------------------<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Blockquote _class(String _class) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super._class(_class);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElement */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Blockquote id(String id) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.id(id);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElement */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public final Blockquote style(String style) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.style(style);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span>   @Override /* HtmlElementMixed */<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   public Blockquote children(Object...children) {<a name="line.59"></a>
-<span class="sourceLineNo">060</span>      super.children(children);<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      return this;<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   }<a name="line.62"></a>
-<span class="sourceLineNo">063</span><a name="line.63"></a>
-<span class="sourceLineNo">064</span>   @Override /* HtmlElementMixed */<a name="line.64"></a>
-<span class="sourceLineNo">065</span>   public Blockquote child(Object child) {<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      super.child(child);<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      return this;<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   }<a name="line.68"></a>
-<span class="sourceLineNo">069</span>}<a name="line.69"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="blockquote")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Blockquote extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite"&gt;cite&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Link to the source of the quotation..<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param cite The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * @return This object (for method chaining).<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    */<a name="line.37"></a>
+<span class="sourceLineNo">038</span>   public final Blockquote cite(String cite) {<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      attr("cite", cite);<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      return this;<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   }<a name="line.41"></a>
+<span class="sourceLineNo">042</span><a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span>   //--------------------------------------------------------------------------------<a name="line.44"></a>
+<span class="sourceLineNo">045</span>   // Overridden methods<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   //--------------------------------------------------------------------------------<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Blockquote _class(String _class) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super._class(_class);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElement */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Blockquote id(String id) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.id(id);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElement */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public final Blockquote style(String style) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.style(style);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span>   @Override /* HtmlElementMixed */<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   public Blockquote children(Object...children) {<a name="line.67"></a>
+<span class="sourceLineNo">068</span>      super.children(children);<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span>   @Override /* HtmlElementMixed */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   public Blockquote child(Object child) {<a name="line.73"></a>
+<span class="sourceLineNo">074</span>      super.child(child);<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      return this;<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   }<a name="line.76"></a>
+<span class="sourceLineNo">077</span>}<a name="line.77"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Body.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Body.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Body.html
index 1049019..1aa4ed3 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Body.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Body.html
@@ -25,111 +25,119 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-body-element"&gt;&amp;lt;body&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="body")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Body extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onafterprint"&gt;onafterprint&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * //onbeforeprint https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeprint.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param onafterprint The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    */<a name="line.29"></a>
-<span class="sourceLineNo">030</span>   public final Body onafterprint(String onafterprint) {<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      attr("onafterprint", onafterprint);<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      return this;<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   }<a name="line.33"></a>
-<span class="sourceLineNo">034</span><a name="line.34"></a>
-<span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeunload"&gt;onbeforeunload&lt;/a&gt; attribute.<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * //onhashchange https://www.w3.org/TR/html5/webappapis.html#handler-window-onhashchange.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * @param onbeforeunload The new value for this attribute.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Body onbeforeunload(String onbeforeunload) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      attr("onbeforeunload", onbeforeunload);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onmessage"&gt;onmessage&lt;/a&gt; attribute.<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * //onoffline https://www.w3.org/TR/html5/webappapis.html#handler-window-onoffline.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * @param onmessage The new value for this attribute.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * @return This object (for method chaining).<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   public final Body onmessage(String onmessage) {<a name="line.52"></a>
-<span class="sourceLineNo">053</span>      attr("onmessage", onmessage);<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      return this;<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   /**<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-ononline"&gt;ononline&lt;/a&gt; attribute.<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    * //onpagehide https://www.w3.org/TR/html5/webappapis.html#handler-window-onpagehide.<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * @param ononline The new value for this attribute.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @return This object (for method chaining).<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   public final Body ononline(String ononline) {<a name="line.63"></a>
-<span class="sourceLineNo">064</span>      attr("ononline", ononline);<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      return this;<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span>   /**<a name="line.68"></a>
-<span class="sourceLineNo">069</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onpageshow"&gt;onpageshow&lt;/a&gt; attribute.<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * //onpopstate https://www.w3.org/TR/html5/webappapis.html#handler-window-onpopstate.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * @param onpageshow The new value for this attribute.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @return This object (for method chaining).<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   public final Body onpageshow(String onpageshow) {<a name="line.74"></a>
-<span class="sourceLineNo">075</span>      attr("onpageshow", onpageshow);<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      return this;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
-<span class="sourceLineNo">078</span><a name="line.78"></a>
-<span class="sourceLineNo">079</span>   /**<a name="line.79"></a>
-<span class="sourceLineNo">080</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onstorage"&gt;onstorage&lt;/a&gt; attribute.<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * //onunload https://www.w3.org/TR/html5/webappapis.html#handler-window-onunload.<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * @param onstorage The new value for this attribute.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @return This object (for method chaining).<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   public final Body onstorage(String onstorage) {<a name="line.85"></a>
-<span class="sourceLineNo">086</span>      attr("onstorage", onstorage);<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      return this;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>   }<a name="line.88"></a>
-<span class="sourceLineNo">089</span><a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   //--------------------------------------------------------------------------------<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   // Overridden methods<a name="line.92"></a>
-<span class="sourceLineNo">093</span>   //--------------------------------------------------------------------------------<a name="line.93"></a>
-<span class="sourceLineNo">094</span><a name="line.94"></a>
-<span class="sourceLineNo">095</span>   @Override /* HtmlElement */<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   public final Body _class(String _class) {<a name="line.96"></a>
-<span class="sourceLineNo">097</span>      super._class(_class);<a name="line.97"></a>
-<span class="sourceLineNo">098</span>      return this;<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   }<a name="line.99"></a>
-<span class="sourceLineNo">100</span><a name="line.100"></a>
-<span class="sourceLineNo">101</span>   @Override /* HtmlElement */<a name="line.101"></a>
-<span class="sourceLineNo">102</span>   public final Body id(String id) {<a name="line.102"></a>
-<span class="sourceLineNo">103</span>      super.id(id);<a name="line.103"></a>
-<span class="sourceLineNo">104</span>      return this;<a name="line.104"></a>
-<span class="sourceLineNo">105</span>   }<a name="line.105"></a>
-<span class="sourceLineNo">106</span><a name="line.106"></a>
-<span class="sourceLineNo">107</span>   @Override /* HtmlElement */<a name="line.107"></a>
-<span class="sourceLineNo">108</span>   public final Body style(String style) {<a name="line.108"></a>
-<span class="sourceLineNo">109</span>      super.style(style);<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      return this;<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   }<a name="line.111"></a>
-<span class="sourceLineNo">112</span><a name="line.112"></a>
-<span class="sourceLineNo">113</span>   @Override /* HtmlElementMixed */<a name="line.113"></a>
-<span class="sourceLineNo">114</span>   public Body children(Object...children) {<a name="line.114"></a>
-<span class="sourceLineNo">115</span>      super.children(children);<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      return this;<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   }<a name="line.117"></a>
-<span class="sourceLineNo">118</span><a name="line.118"></a>
-<span class="sourceLineNo">119</span>   @Override /* HtmlElementMixed */<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   public Body child(Object child) {<a name="line.120"></a>
-<span class="sourceLineNo">121</span>      super.child(child);<a name="line.121"></a>
-<span class="sourceLineNo">122</span>      return this;<a name="line.122"></a>
-<span class="sourceLineNo">123</span>   }<a name="line.123"></a>
-<span class="sourceLineNo">124</span>}<a name="line.124"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="body")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Body extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onafterprint"&gt;onafterprint&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * //onbeforeprint https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeprint.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param onafterprint The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * @return This object (for method chaining).<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    */<a name="line.37"></a>
+<span class="sourceLineNo">038</span>   public final Body onafterprint(String onafterprint) {<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      attr("onafterprint", onafterprint);<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      return this;<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   }<a name="line.41"></a>
+<span class="sourceLineNo">042</span><a name="line.42"></a>
+<span class="sourceLineNo">043</span>   /**<a name="line.43"></a>
+<span class="sourceLineNo">044</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onbeforeunload"&gt;onbeforeunload&lt;/a&gt; attribute.<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    * //onhashchange https://www.w3.org/TR/html5/webappapis.html#handler-window-onhashchange.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * @param onbeforeunload The new value for this attribute.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @return This object (for method chaining).<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Body onbeforeunload(String onbeforeunload) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      attr("onbeforeunload", onbeforeunload);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onmessage"&gt;onmessage&lt;/a&gt; attribute.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    * //onoffline https://www.w3.org/TR/html5/webappapis.html#handler-window-onoffline.<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * @param onmessage The new value for this attribute.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * @return This object (for method chaining).<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    */<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   public final Body onmessage(String onmessage) {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>      attr("onmessage", onmessage);<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>   /**<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-ononline"&gt;ononline&lt;/a&gt; attribute.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    * //onpagehide https://www.w3.org/TR/html5/webappapis.html#handler-window-onpagehide.<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @param ononline The new value for this attribute.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * @return This object (for method chaining).<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    */<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public final Body ononline(String ononline) {<a name="line.71"></a>
+<span class="sourceLineNo">072</span>      attr("ononline", ononline);<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      return this;<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   }<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   /**<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onpageshow"&gt;onpageshow&lt;/a&gt; attribute.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * //onpopstate https://www.w3.org/TR/html5/webappapis.html#handler-window-onpopstate.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @param onpageshow The new value for this attribute.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @return This object (for method chaining).<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    */<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public final Body onpageshow(String onpageshow) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      attr("onpageshow", onpageshow);<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   /**<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-window-onstorage"&gt;onstorage&lt;/a&gt; attribute.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    * //onunload https://www.w3.org/TR/html5/webappapis.html#handler-window-onunload.<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @param onstorage The new value for this attribute.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * @return This object (for method chaining).<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    */<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public final Body onstorage(String onstorage) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      attr("onstorage", onstorage);<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>   //--------------------------------------------------------------------------------<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   // Overridden methods<a name="line.100"></a>
+<span class="sourceLineNo">101</span>   //--------------------------------------------------------------------------------<a name="line.101"></a>
+<span class="sourceLineNo">102</span><a name="line.102"></a>
+<span class="sourceLineNo">103</span>   @Override /* HtmlElement */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   public final Body _class(String _class) {<a name="line.104"></a>
+<span class="sourceLineNo">105</span>      super._class(_class);<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      return this;<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   }<a name="line.107"></a>
+<span class="sourceLineNo">108</span><a name="line.108"></a>
+<span class="sourceLineNo">109</span>   @Override /* HtmlElement */<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   public final Body id(String id) {<a name="line.110"></a>
+<span class="sourceLineNo">111</span>      super.id(id);<a name="line.111"></a>
+<span class="sourceLineNo">112</span>      return this;<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
+<span class="sourceLineNo">114</span><a name="line.114"></a>
+<span class="sourceLineNo">115</span>   @Override /* HtmlElement */<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   public final Body style(String style) {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      super.style(style);<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      return this;<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span>   @Override /* HtmlElementMixed */<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public Body children(Object...children) {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      super.children(children);<a name="line.123"></a>
+<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
+<span class="sourceLineNo">126</span><a name="line.126"></a>
+<span class="sourceLineNo">127</span>   @Override /* HtmlElementMixed */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   public Body child(Object child) {<a name="line.128"></a>
+<span class="sourceLineNo">129</span>      super.child(child);<a name="line.129"></a>
+<span class="sourceLineNo">130</span>      return this;<a name="line.130"></a>
+<span class="sourceLineNo">131</span>   }<a name="line.131"></a>
+<span class="sourceLineNo">132</span>}<a name="line.132"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Br.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Br.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Br.html
index 2856c56..bf406c7 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Br.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Br.html
@@ -25,32 +25,40 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-br-element"&gt;&amp;lt;br&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="br")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Br extends HtmlElementVoid {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Br _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Br id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Br style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span>}<a name="line.45"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="br")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Br extends HtmlElementVoid {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Br _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Br id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Br style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span>}<a name="line.53"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Button.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Button.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Button.html
index 55d1306..8337506 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Button.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Button.html
@@ -25,180 +25,188 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-button-element"&gt;&amp;lt;button&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="button")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Button extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus"&gt;autofocus&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Automatically focus the form control when the page is loaded.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param autofocus The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Button autofocus(Object autofocus) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("autofocus", autofocus);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * Whether the form control is disabled.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @param disabled The new value for this attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @return This object (for method chaining).<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    */<a name="line.42"></a>
-<span class="sourceLineNo">043</span>   public final Button disabled(Object disabled) {<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      attr("disabled", disabled);<a name="line.44"></a>
-<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
-<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
-<span class="sourceLineNo">047</span><a name="line.47"></a>
-<span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * Associates the control with a form element.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * @param form The new value for this attribute.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    * @return This object (for method chaining).<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public final Button form(String form) {<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      attr("form", form);<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      return this;<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formaction"&gt;formaction&lt;/a&gt; attribute.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * URL to use for form submission.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * @param formaction The new value for this attribute.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * @return This object (for method chaining).<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    */<a name="line.64"></a>
-<span class="sourceLineNo">065</span>   public final Button formaction(String formaction) {<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      attr("formaction", formaction);<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      return this;<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   }<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span>   /**<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype"&gt;formenctype&lt;/a&gt; attribute.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * Form data set encoding type to use for form submission.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @param formenctype The new value for this attribute.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @return This object (for method chaining).<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public final Button formenctype(String formenctype) {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      attr("formenctype", formenctype);<a name="line.77"></a>
-<span class="sourceLineNo">078</span>      return this;<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
-<span class="sourceLineNo">080</span><a name="line.80"></a>
-<span class="sourceLineNo">081</span>   /**<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod"&gt;formmethod&lt;/a&gt; attribute.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * HTTP method to use for form submission.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * @param formmethod The new value for this attribute.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * @return This object (for method chaining).<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
-<span class="sourceLineNo">087</span>   public final Button formmethod(String formmethod) {<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      attr("formmethod", formmethod);<a name="line.88"></a>
-<span class="sourceLineNo">089</span>      return this;<a name="line.89"></a>
-<span class="sourceLineNo">090</span>   }<a name="line.90"></a>
-<span class="sourceLineNo">091</span><a name="line.91"></a>
-<span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate"&gt;formnovalidate&lt;/a&gt; attribute.<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * Bypass form control validation for form submission.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @param formnovalidate The new value for this attribute.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    * @return This object (for method chaining).<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    */<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public final Button formnovalidate(String formnovalidate) {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      attr("formnovalidate", formnovalidate);<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return this;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span><a name="line.102"></a>
-<span class="sourceLineNo">103</span>   /**<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget"&gt;formtarget&lt;/a&gt; attribute.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    * Browsing context for form submission.<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * @param formtarget The new value for this attribute.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    * @return This object (for method chaining).<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    */<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   public final Button formtarget(String formtarget) {<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      attr("formtarget", formtarget);<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      return this;<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   }<a name="line.112"></a>
-<span class="sourceLineNo">113</span><a name="line.113"></a>
-<span class="sourceLineNo">114</span>   /**<a name="line.114"></a>
-<span class="sourceLineNo">115</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-menu"&gt;menu&lt;/a&gt; attribute.<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    * Specifies the element's designated pop-up menu.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    * @param menu The new value for this attribute.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * @return This object (for method chaining).<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    */<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   public final Button menu(String menu) {<a name="line.120"></a>
-<span class="sourceLineNo">121</span>      attr("menu", menu);<a name="line.121"></a>
-<span class="sourceLineNo">122</span>      return this;<a name="line.122"></a>
-<span class="sourceLineNo">123</span>   }<a name="line.123"></a>
-<span class="sourceLineNo">124</span><a name="line.124"></a>
-<span class="sourceLineNo">125</span>   /**<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.126"></a>
-<span class="sourceLineNo">127</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.127"></a>
-<span class="sourceLineNo">128</span>    * @param name The new value for this attribute.<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    * @return This object (for method chaining).<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    */<a name="line.130"></a>
-<span class="sourceLineNo">131</span>   public final Button name(String name) {<a name="line.131"></a>
-<span class="sourceLineNo">132</span>      attr("name", name);<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      return this;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>   }<a name="line.134"></a>
-<span class="sourceLineNo">135</span><a name="line.135"></a>
-<span class="sourceLineNo">136</span>   /**<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-type"&gt;type&lt;/a&gt; attribute.<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    * Type of button.<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    * @param type The new value for this attribute.<a name="line.139"></a>
-<span class="sourceLineNo">140</span>    * @return This object (for method chaining).<a name="line.140"></a>
-<span class="sourceLineNo">141</span>    */<a name="line.141"></a>
-<span class="sourceLineNo">142</span>   public final Button type(String type) {<a name="line.142"></a>
-<span class="sourceLineNo">143</span>      attr("type", type);<a name="line.143"></a>
-<span class="sourceLineNo">144</span>      return this;<a name="line.144"></a>
-<span class="sourceLineNo">145</span>   }<a name="line.145"></a>
-<span class="sourceLineNo">146</span><a name="line.146"></a>
-<span class="sourceLineNo">147</span>   /**<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-value"&gt;value&lt;/a&gt; attribute.<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    * Value to be used for form submission.<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    * @param value The new value for this attribute.<a name="line.150"></a>
-<span class="sourceLineNo">151</span>    * Typically a {@link Number} or {@link String}.<a name="line.151"></a>
-<span class="sourceLineNo">152</span>    * @return This object (for method chaining).<a name="line.152"></a>
-<span class="sourceLineNo">153</span>    */<a name="line.153"></a>
-<span class="sourceLineNo">154</span>   public final Button value(Object value) {<a name="line.154"></a>
-<span class="sourceLineNo">155</span>      attr("value", value);<a name="line.155"></a>
-<span class="sourceLineNo">156</span>      return this;<a name="line.156"></a>
-<span class="sourceLineNo">157</span>   }<a name="line.157"></a>
-<span class="sourceLineNo">158</span><a name="line.158"></a>
-<span class="sourceLineNo">159</span><a name="line.159"></a>
-<span class="sourceLineNo">160</span>   //--------------------------------------------------------------------------------<a name="line.160"></a>
-<span class="sourceLineNo">161</span>   // Overridden methods<a name="line.161"></a>
-<span class="sourceLineNo">162</span>   //--------------------------------------------------------------------------------<a name="line.162"></a>
-<span class="sourceLineNo">163</span><a name="line.163"></a>
-<span class="sourceLineNo">164</span>   @Override /* HtmlElement */<a name="line.164"></a>
-<span class="sourceLineNo">165</span>   public final Button _class(String _class) {<a name="line.165"></a>
-<span class="sourceLineNo">166</span>      super._class(_class);<a name="line.166"></a>
-<span class="sourceLineNo">167</span>      return this;<a name="line.167"></a>
-<span class="sourceLineNo">168</span>   }<a name="line.168"></a>
-<span class="sourceLineNo">169</span><a name="line.169"></a>
-<span class="sourceLineNo">170</span>   @Override /* HtmlElement */<a name="line.170"></a>
-<span class="sourceLineNo">171</span>   public final Button id(String id) {<a name="line.171"></a>
-<span class="sourceLineNo">172</span>      super.id(id);<a name="line.172"></a>
-<span class="sourceLineNo">173</span>      return this;<a name="line.173"></a>
-<span class="sourceLineNo">174</span>   }<a name="line.174"></a>
-<span class="sourceLineNo">175</span><a name="line.175"></a>
-<span class="sourceLineNo">176</span>   @Override /* HtmlElement */<a name="line.176"></a>
-<span class="sourceLineNo">177</span>   public final Button style(String style) {<a name="line.177"></a>
-<span class="sourceLineNo">178</span>      super.style(style);<a name="line.178"></a>
-<span class="sourceLineNo">179</span>      return this;<a name="line.179"></a>
-<span class="sourceLineNo">180</span>   }<a name="line.180"></a>
-<span class="sourceLineNo">181</span><a name="line.181"></a>
-<span class="sourceLineNo">182</span>   @Override /* HtmlElementMixed */<a name="line.182"></a>
-<span class="sourceLineNo">183</span>   public Button children(Object...children) {<a name="line.183"></a>
-<span class="sourceLineNo">184</span>      super.children(children);<a name="line.184"></a>
-<span class="sourceLineNo">185</span>      return this;<a name="line.185"></a>
-<span class="sourceLineNo">186</span>   }<a name="line.186"></a>
-<span class="sourceLineNo">187</span><a name="line.187"></a>
-<span class="sourceLineNo">188</span>   @Override /* HtmlElementMixed */<a name="line.188"></a>
-<span class="sourceLineNo">189</span>   public Button child(Object child) {<a name="line.189"></a>
-<span class="sourceLineNo">190</span>      super.child(child);<a name="line.190"></a>
-<span class="sourceLineNo">191</span>      return this;<a name="line.191"></a>
-<span class="sourceLineNo">192</span>   }<a name="line.192"></a>
-<span class="sourceLineNo">193</span>}<a name="line.193"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="button")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Button extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus"&gt;autofocus&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Automatically focus the form control when the page is loaded.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param autofocus The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Button autofocus(Object autofocus) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("autofocus", autofocus);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span>   /**<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * Whether the form control is disabled.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @param disabled The new value for this attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @return This object (for method chaining).<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    */<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   public final Button disabled(Object disabled) {<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      attr("disabled", disabled);<a name="line.52"></a>
+<span class="sourceLineNo">053</span>      return this;<a name="line.53"></a>
+<span class="sourceLineNo">054</span>   }<a name="line.54"></a>
+<span class="sourceLineNo">055</span><a name="line.55"></a>
+<span class="sourceLineNo">056</span>   /**<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * Associates the control with a form element.<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * @param form The new value for this attribute.<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * @return This object (for method chaining).<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    */<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   public final Button form(String form) {<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      attr("form", form);<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      return this;<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   /**<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formaction"&gt;formaction&lt;/a&gt; attribute.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * URL to use for form submission.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * @param formaction The new value for this attribute.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * @return This object (for method chaining).<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   public final Button formaction(String formaction) {<a name="line.73"></a>
+<span class="sourceLineNo">074</span>      attr("formaction", formaction);<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      return this;<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   }<a name="line.76"></a>
+<span class="sourceLineNo">077</span><a name="line.77"></a>
+<span class="sourceLineNo">078</span>   /**<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype"&gt;formenctype&lt;/a&gt; attribute.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * Form data set encoding type to use for form submission.<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @param formenctype The new value for this attribute.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * @return This object (for method chaining).<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    */<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   public final Button formenctype(String formenctype) {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>      attr("formenctype", formenctype);<a name="line.85"></a>
+<span class="sourceLineNo">086</span>      return this;<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   }<a name="line.87"></a>
+<span class="sourceLineNo">088</span><a name="line.88"></a>
+<span class="sourceLineNo">089</span>   /**<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod"&gt;formmethod&lt;/a&gt; attribute.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * HTTP method to use for form submission.<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * @param formmethod The new value for this attribute.<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * @return This object (for method chaining).<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    */<a name="line.94"></a>
+<span class="sourceLineNo">095</span>   public final Button formmethod(String formmethod) {<a name="line.95"></a>
+<span class="sourceLineNo">096</span>      attr("formmethod", formmethod);<a name="line.96"></a>
+<span class="sourceLineNo">097</span>      return this;<a name="line.97"></a>
+<span class="sourceLineNo">098</span>   }<a name="line.98"></a>
+<span class="sourceLineNo">099</span><a name="line.99"></a>
+<span class="sourceLineNo">100</span>   /**<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate"&gt;formnovalidate&lt;/a&gt; attribute.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * Bypass form control validation for form submission.<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    * @param formnovalidate The new value for this attribute.<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    * @return This object (for method chaining).<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    */<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   public final Button formnovalidate(String formnovalidate) {<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      attr("formnovalidate", formnovalidate);<a name="line.107"></a>
+<span class="sourceLineNo">108</span>      return this;<a name="line.108"></a>
+<span class="sourceLineNo">109</span>   }<a name="line.109"></a>
+<span class="sourceLineNo">110</span><a name="line.110"></a>
+<span class="sourceLineNo">111</span>   /**<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget"&gt;formtarget&lt;/a&gt; attribute.<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * Browsing context for form submission.<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    * @param formtarget The new value for this attribute.<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    * @return This object (for method chaining).<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    */<a name="line.116"></a>
+<span class="sourceLineNo">117</span>   public final Button formtarget(String formtarget) {<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      attr("formtarget", formtarget);<a name="line.118"></a>
+<span class="sourceLineNo">119</span>      return this;<a name="line.119"></a>
+<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
+<span class="sourceLineNo">121</span><a name="line.121"></a>
+<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-menu"&gt;menu&lt;/a&gt; attribute.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    * Specifies the element's designated pop-up menu.<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * @param menu The new value for this attribute.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * @return This object (for method chaining).<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   public final Button menu(String menu) {<a name="line.128"></a>
+<span class="sourceLineNo">129</span>      attr("menu", menu);<a name="line.129"></a>
+<span class="sourceLineNo">130</span>      return this;<a name="line.130"></a>
+<span class="sourceLineNo">131</span>   }<a name="line.131"></a>
+<span class="sourceLineNo">132</span><a name="line.132"></a>
+<span class="sourceLineNo">133</span>   /**<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    * @param name The new value for this attribute.<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    * @return This object (for method chaining).<a name="line.137"></a>
+<span class="sourceLineNo">138</span>    */<a name="line.138"></a>
+<span class="sourceLineNo">139</span>   public final Button name(String name) {<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      attr("name", name);<a name="line.140"></a>
+<span class="sourceLineNo">141</span>      return this;<a name="line.141"></a>
+<span class="sourceLineNo">142</span>   }<a name="line.142"></a>
+<span class="sourceLineNo">143</span><a name="line.143"></a>
+<span class="sourceLineNo">144</span>   /**<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-type"&gt;type&lt;/a&gt; attribute.<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    * Type of button.<a name="line.146"></a>
+<span class="sourceLineNo">147</span>    * @param type The new value for this attribute.<a name="line.147"></a>
+<span class="sourceLineNo">148</span>    * @return This object (for method chaining).<a name="line.148"></a>
+<span class="sourceLineNo">149</span>    */<a name="line.149"></a>
+<span class="sourceLineNo">150</span>   public final Button type(String type) {<a name="line.150"></a>
+<span class="sourceLineNo">151</span>      attr("type", type);<a name="line.151"></a>
+<span class="sourceLineNo">152</span>      return this;<a name="line.152"></a>
+<span class="sourceLineNo">153</span>   }<a name="line.153"></a>
+<span class="sourceLineNo">154</span><a name="line.154"></a>
+<span class="sourceLineNo">155</span>   /**<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-value"&gt;value&lt;/a&gt; attribute.<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    * Value to be used for form submission.<a name="line.157"></a>
+<span class="sourceLineNo">158</span>    * @param value The new value for this attribute.<a name="line.158"></a>
+<span class="sourceLineNo">159</span>    * Typically a {@link Number} or {@link String}.<a name="line.159"></a>
+<span class="sourceLineNo">160</span>    * @return This object (for method chaining).<a name="line.160"></a>
+<span class="sourceLineNo">161</span>    */<a name="line.161"></a>
+<span class="sourceLineNo">162</span>   public final Button value(Object value) {<a name="line.162"></a>
+<span class="sourceLineNo">163</span>      attr("value", value);<a name="line.163"></a>
+<span class="sourceLineNo">164</span>      return this;<a name="line.164"></a>
+<span class="sourceLineNo">165</span>   }<a name="line.165"></a>
+<span class="sourceLineNo">166</span><a name="line.166"></a>
+<span class="sourceLineNo">167</span><a name="line.167"></a>
+<span class="sourceLineNo">168</span>   //--------------------------------------------------------------------------------<a name="line.168"></a>
+<span class="sourceLineNo">169</span>   // Overridden methods<a name="line.169"></a>
+<span class="sourceLineNo">170</span>   //--------------------------------------------------------------------------------<a name="line.170"></a>
+<span class="sourceLineNo">171</span><a name="line.171"></a>
+<span class="sourceLineNo">172</span>   @Override /* HtmlElement */<a name="line.172"></a>
+<span class="sourceLineNo">173</span>   public final Button _class(String _class) {<a name="line.173"></a>
+<span class="sourceLineNo">174</span>      super._class(_class);<a name="line.174"></a>
+<span class="sourceLineNo">175</span>      return this;<a name="line.175"></a>
+<span class="sourceLineNo">176</span>   }<a name="line.176"></a>
+<span class="sourceLineNo">177</span><a name="line.177"></a>
+<span class="sourceLineNo">178</span>   @Override /* HtmlElement */<a name="line.178"></a>
+<span class="sourceLineNo">179</span>   public final Button id(String id) {<a name="line.179"></a>
+<span class="sourceLineNo">180</span>      super.id(id);<a name="line.180"></a>
+<span class="sourceLineNo">181</span>      return this;<a name="line.181"></a>
+<span class="sourceLineNo">182</span>   }<a name="line.182"></a>
+<span class="sourceLineNo">183</span><a name="line.183"></a>
+<span class="sourceLineNo">184</span>   @Override /* HtmlElement */<a name="line.184"></a>
+<span class="sourceLineNo">185</span>   public final Button style(String style) {<a name="line.185"></a>
+<span class="sourceLineNo">186</span>      super.style(style);<a name="line.186"></a>
+<span class="sourceLineNo">187</span>      return this;<a name="line.187"></a>
+<span class="sourceLineNo">188</span>   }<a name="line.188"></a>
+<span class="sourceLineNo">189</span><a name="line.189"></a>
+<span class="sourceLineNo">190</span>   @Override /* HtmlElementMixed */<a name="line.190"></a>
+<span class="sourceLineNo">191</span>   public Button children(Object...children) {<a name="line.191"></a>
+<span class="sourceLineNo">192</span>      super.children(children);<a name="line.192"></a>
+<span class="sourceLineNo">193</span>      return this;<a name="line.193"></a>
+<span class="sourceLineNo">194</span>   }<a name="line.194"></a>
+<span class="sourceLineNo">195</span><a name="line.195"></a>
+<span class="sourceLineNo">196</span>   @Override /* HtmlElementMixed */<a name="line.196"></a>
+<span class="sourceLineNo">197</span>   public Button child(Object child) {<a name="line.197"></a>
+<span class="sourceLineNo">198</span>      super.child(child);<a name="line.198"></a>
+<span class="sourceLineNo">199</span>      return this;<a name="line.199"></a>
+<span class="sourceLineNo">200</span>   }<a name="line.200"></a>
+<span class="sourceLineNo">201</span>}<a name="line.201"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Canvas.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Canvas.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Canvas.html
index 99d0636..ea0a753 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Canvas.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Canvas.html
@@ -25,69 +25,77 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-canvas-element"&gt;&amp;lt;canvas&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="canvas")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Canvas extends HtmlElementContainer {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-height"&gt;height&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Vertical dimension.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param height The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Number} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Canvas height(Object height) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("height", height);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-width"&gt;width&lt;/a&gt; attribute.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * Horizontal dimension.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @param width The new value for this attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Typically a {@link Number} or {@link String}.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @return This object (for method chaining).<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    */<a name="line.42"></a>
-<span class="sourceLineNo">043</span>   public final Canvas width(Object width) {<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      attr("width", width);<a name="line.44"></a>
-<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
-<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
-<span class="sourceLineNo">047</span><a name="line.47"></a>
-<span class="sourceLineNo">048</span><a name="line.48"></a>
-<span class="sourceLineNo">049</span>   //--------------------------------------------------------------------------------<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   // Overridden methods<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   //--------------------------------------------------------------------------------<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   @Override /* HtmlElement */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public final Canvas _class(String _class) {<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      super._class(_class);<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      return this;<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   @Override /* HtmlElement */<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   public final Canvas id(String id) {<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      super.id(id);<a name="line.61"></a>
-<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   @Override /* HtmlElement */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   public final Canvas style(String style) {<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      super.style(style);<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      return this;<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   }<a name="line.69"></a>
-<span class="sourceLineNo">070</span><a name="line.70"></a>
-<span class="sourceLineNo">071</span>   @Override /* HtmlElementContainer */<a name="line.71"></a>
-<span class="sourceLineNo">072</span>   public final Canvas children(Object...children) {<a name="line.72"></a>
-<span class="sourceLineNo">073</span>      super.children(children);<a name="line.73"></a>
-<span class="sourceLineNo">074</span>      return this;<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   }<a name="line.75"></a>
-<span class="sourceLineNo">076</span><a name="line.76"></a>
-<span class="sourceLineNo">077</span>   @Override /* HtmlElementContainer */<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   public final Canvas child(Object child) {<a name="line.78"></a>
-<span class="sourceLineNo">079</span>      super.child(child);<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
-<span class="sourceLineNo">082</span>}<a name="line.82"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="canvas")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Canvas extends HtmlElementContainer {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-height"&gt;height&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Vertical dimension.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param height The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Number} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Canvas height(Object height) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("height", height);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span>   /**<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-width"&gt;width&lt;/a&gt; attribute.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * Horizontal dimension.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @param width The new value for this attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Typically a {@link Number} or {@link String}.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @return This object (for method chaining).<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    */<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   public final Canvas width(Object width) {<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      attr("width", width);<a name="line.52"></a>
+<span class="sourceLineNo">053</span>      return this;<a name="line.53"></a>
+<span class="sourceLineNo">054</span>   }<a name="line.54"></a>
+<span class="sourceLineNo">055</span><a name="line.55"></a>
+<span class="sourceLineNo">056</span><a name="line.56"></a>
+<span class="sourceLineNo">057</span>   //--------------------------------------------------------------------------------<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   // Overridden methods<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   //--------------------------------------------------------------------------------<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   @Override /* HtmlElement */<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   public final Canvas _class(String _class) {<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      super._class(_class);<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      return this;<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   @Override /* HtmlElement */<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   public final Canvas id(String id) {<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      super.id(id);<a name="line.69"></a>
+<span class="sourceLineNo">070</span>      return this;<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
+<span class="sourceLineNo">072</span><a name="line.72"></a>
+<span class="sourceLineNo">073</span>   @Override /* HtmlElement */<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   public final Canvas style(String style) {<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      super.style(style);<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      return this;<a name="line.76"></a>
+<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
+<span class="sourceLineNo">078</span><a name="line.78"></a>
+<span class="sourceLineNo">079</span>   @Override /* HtmlElementContainer */<a name="line.79"></a>
+<span class="sourceLineNo">080</span>   public final Canvas children(Object...children) {<a name="line.80"></a>
+<span class="sourceLineNo">081</span>      super.children(children);<a name="line.81"></a>
+<span class="sourceLineNo">082</span>      return this;<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   }<a name="line.83"></a>
+<span class="sourceLineNo">084</span><a name="line.84"></a>
+<span class="sourceLineNo">085</span>   @Override /* HtmlElementContainer */<a name="line.85"></a>
+<span class="sourceLineNo">086</span>   public final Canvas child(Object child) {<a name="line.86"></a>
+<span class="sourceLineNo">087</span>      super.child(child);<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
+<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
+<span class="sourceLineNo">090</span>}<a name="line.90"></a>
 
 
 


[23/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
index 1e7ce18..c060006 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.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>="description,schema,headers,examples")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.39">ResponseInfo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.46">ResponseInfo</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">Describes a single response from an API Operation.
 
@@ -130,8 +130,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       }
    }
  </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>
@@ -296,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ResponseInfo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.39">ResponseInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.46">ResponseInfo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -313,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.54">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.61">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  Required. A short description of the response.
@@ -330,7 +337,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.67">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.74">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  Required. A short description of the response.
@@ -349,7 +356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.78">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.85">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -365,7 +372,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSchema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.93">getSchema</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.100">getSchema</a>()</pre>
 <div class="block">Bean property getter:  <property>schema</property>.
  <p>
  A definition of the response structure.
@@ -385,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.109">setSchema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.116">setSchema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Bean property setter:  <property>schema</property>.
  <p>
  A definition of the response structure.
@@ -407,7 +414,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>schema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.120">schema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.127">schema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#setSchema-org.apache.juneau.dto.swagger.SchemaInfo-"><code>setSchema(SchemaInfo)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -423,7 +430,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaders</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.131">getHeaders</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.138">getHeaders</a>()</pre>
 <div class="block">Bean property getter:  <property>headers</property>.
  <p>
  A list of headers that are sent with the response.</div>
@@ -439,7 +446,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeaders</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.143">setHeaders</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&gt;&nbsp;headers)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.150">setHeaders</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&gt;&nbsp;headers)</pre>
 <div class="block">Bean property setter:  <property>headers</property>.
  <p>
  A list of headers that are sent with the response.</div>
@@ -457,7 +464,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addHeader</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.157">addHeader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.164">addHeader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                               <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;header)</pre>
 <div class="block">Bean property adder:  <property>headers</property>.
  <p>
@@ -477,7 +484,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>header</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.171">header</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.178">header</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                            <a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;header)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#addHeader-java.lang.String-org.apache.juneau.dto.swagger.HeaderInfo-"><code>addHeader(String,HeaderInfo)</code></a>.</div>
 <dl>
@@ -495,7 +502,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExamples</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.183">getExamples</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.190">getExamples</a>()</pre>
 <div class="block">Bean property getter:  <property>examples</property>.
  <p>
  An example of the response message.
@@ -512,7 +519,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExamples</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.196">setExamples</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;examples)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.203">setExamples</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;examples)</pre>
 <div class="block">Bean property setter:  <property>examples</property>.
  <p>
  An example of the response message.
@@ -531,7 +538,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addExample</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.210">addExample</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mimeType,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.217">addExample</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mimeType,
                                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;example)</pre>
 <div class="block">Bean property adder:  <property>examples</property>.
  <p>
@@ -551,7 +558,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>example</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.224">example</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mimeType,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.231">example</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mimeType,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;example)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#addExample-java.lang.String-java.lang.Object-"><code>addExample(String,Object)</code></a>.</div>
 <dl>
@@ -569,7 +576,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>examples</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.234">examples</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;examples)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ResponseInfo.html#line.241">examples</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;examples)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html#setExamples-java.util.Map-"><code>setExamples(Map)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[41/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
index ff4a310..733a5a8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
@@ -108,9 +108,17 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.18">HtmlBuilder</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.26">HtmlBuilder</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 HTML elements.</div>
+<div class="block">Various useful static methods for creating HTML elements.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -1476,7 +1484,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlBuilder</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.18">HtmlBuilder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.26">HtmlBuilder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -1493,7 +1501,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>a</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.24">a</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.32">a</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5"><code>A</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1507,7 +1515,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>a</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.34">a</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.42">a</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5"><code>A</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/A.html#href-java.lang.Object-"><code>A.href(Object)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/A.html#children-java.lang.Object...-"><code>A.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1525,7 +1533,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>abbr</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.42">abbr</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.50">abbr</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5"><code>Abbr</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1539,7 +1547,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>abbr</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.52">abbr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.60">abbr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5"><code>Abbr</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#title-java.lang.String-"><code>Abbr.title(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#children-java.lang.Object...-"><code>Abbr.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1557,7 +1565,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>address</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.60">address</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.68">address</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5"><code>Address</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1571,7 +1579,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>address</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.69">address</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.77">address</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5"><code>Address</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1587,7 +1595,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>area</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.77">area</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.85">area</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5"><code>Area</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1601,7 +1609,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>area</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.88">area</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;shape,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.96">area</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;shape,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;coords,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5"><code>Area</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Area.html#shape-java.lang.String-"><code>Area.shape(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/html5/Area.html#coords-java.lang.String-"><code>Area.coords(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/html5/Area.html#href-java.lang.Object-"><code>Area.href(Object)</code></a> attributes.</div>
@@ -1621,7 +1629,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>article</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.96">article</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.104">article</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5"><code>Article</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1635,7 +1643,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>article</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.105">article</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.113">article</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5"><code>Article</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1651,7 +1659,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>aside</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.113">aside</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.121">aside</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5"><code>Aside</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1665,7 +1673,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>aside</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.122">aside</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.130">aside</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5"><code>Aside</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1681,7 +1689,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>audio</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.130">audio</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.138">audio</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5"><code>Audio</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1695,7 +1703,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>audio</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.139">audio</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;src)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.147">audio</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;src)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5"><code>Audio</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Audio.html#src-java.lang.Object-"><code>Audio.src(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1711,7 +1719,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>b</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.147">b</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.155">b</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5"><code>B</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1725,7 +1733,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>b</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.156">b</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.164">b</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5"><code>B</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1741,7 +1749,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.164">base</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.172">base</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5"><code>Base</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1755,7 +1763,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.173">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.181">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5"><code>Base</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Base.html#href-java.lang.Object-"><code>Base.href(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1771,7 +1779,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdi</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.181">bdi</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.189">bdi</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5"><code>Bdi</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1785,7 +1793,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdi</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.190">bdi</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.198">bdi</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5"><code>Bdi</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html#text-java.lang.Object-"><code>Bdi.text(Object)</code></a> node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1801,7 +1809,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdo</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.198">bdo</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.206">bdo</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5"><code>Bdo</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1815,7 +1823,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdo</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.208">bdo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.216">bdo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5"><code>Bdo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html#dir-java.lang.String-"><code>Bdo.dir(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -1833,7 +1841,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>blockquote</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.216">blockquote</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.224">blockquote</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5"><code>Blockquote</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1847,7 +1855,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>blockquote</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.225">blockquote</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.233">blockquote</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5"><code>Blockquote</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1863,7 +1871,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>body</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.233">body</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.241">body</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5"><code>Body</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1877,7 +1885,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>body</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.242">body</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.250">body</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5"><code>Body</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1893,7 +1901,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>br</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.250">br</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.258">br</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5"><code>Br</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1907,7 +1915,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.258">button</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.266">button</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1921,7 +1929,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.267">button</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.275">button</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Button.html#type-java.lang.String-"><code>Button.type(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1937,7 +1945,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.277">button</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.285">button</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type,
                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Button.html#type-java.lang.String-"><code>Button.type(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Button.html#children-java.lang.Object...-"><code>Button.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1955,7 +1963,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>canvas</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.285">canvas</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.293">canvas</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5"><code>Canvas</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1969,7 +1977,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>canvas</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.295">canvas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;width,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.303">canvas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;width,
                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;height)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5"><code>Canvas</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html#width-java.lang.Object-"><code>Canvas.width(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html#height-java.lang.Object-"><code>Canvas.height(Object)</code></a> attributes.</div>
 <dl>
@@ -1987,7 +1995,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>caption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.303">caption</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.311">caption</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5"><code>Caption</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2001,7 +2009,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>caption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.312">caption</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.320">caption</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5"><code>Caption</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2017,7 +2025,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.320">cite</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.328">cite</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5"><code>Cite</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2031,7 +2039,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.329">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.337">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5"><code>Cite</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2047,7 +2055,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>code</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.337">code</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.345">code</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5"><code>Code</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2061,7 +2069,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>code</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.346">code</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.354">code</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5"><code>Code</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2077,7 +2085,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>col</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.354">col</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.362">col</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5"><code>Col</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2091,7 +2099,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>col</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.363">col</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;span)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.371">col</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;span)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5"><code>Col</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Col.html#span-java.lang.Object-"><code>Col.span(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2107,7 +2115,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>colgroup</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.371">colgroup</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.379">colgroup</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5"><code>Colgroup</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2121,7 +2129,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>colgroup</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.380">colgroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.388">colgroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5"><code>Colgroup</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2137,7 +2145,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>data</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.388">data</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.396">data</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5"><code>Data</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2151,7 +2159,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>data</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.398">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.406">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5"><code>Data</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Data.html#value-java.lang.Object-"><code>Data.value(Object)</code></a> attribute and child node.</div>
 <dl>
@@ -2169,7 +2177,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>datalist</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.406">datalist</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.414">datalist</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5"><code>Datalist</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2183,7 +2191,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>datalist</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.416">datalist</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.424">datalist</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
                                       <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5"><code>Datalist</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html#id-java.lang.String-"><code>Datalist.id(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -2201,7 +2209,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dd</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.424">dd</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.432">dd</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5"><code>Dd</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2215,7 +2223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dd</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.433">dd</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.441">dd</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5"><code>Dd</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2231,7 +2239,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>del</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.441">del</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.449">del</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5"><code>Del</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2245,7 +2253,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>del</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.450">del</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.458">del</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5"><code>Del</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Del.html#children-java.lang.Object...-"><code>Del.children(Object[])</code></a> node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2261,7 +2269,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dfn</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.458">dfn</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.466">dfn</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5"><code>Dfn</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2275,7 +2283,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dfn</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.467">dfn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.475">dfn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5"><code>Dfn</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2291,7 +2299,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>div</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.475">div</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.483">div</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5"><code>Div</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2305,7 +2313,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>div</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.484">div</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.492">div</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5"><code>Div</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2321,7 +2329,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dl</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.492">dl</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.500">dl</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5"><code>Dl</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2335,7 +2343,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dl</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.501">dl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.509">dl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5"><code>Dl</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2351,7 +2359,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dt</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.509">dt</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.517">dt</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5"><code>Dt</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2365,7 +2373,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dt</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.518">dt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.526">dt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5"><code>Dt</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2381,7 +2389,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>em</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.526">em</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.534">em</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5"><code>Em</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2395,7 +2403,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>em</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.535">em</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.543">em</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5"><code>Em</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Em.html#children-java.lang.Object...-"><code>Em.children(Object[])</code></a> nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2411,7 +2419,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>embed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.543">embed</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.551">embed</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5"><code>Embed</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2425,7 +2433,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>embed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.552">embed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.560">embed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5"><code>Embed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Embed.html#src-java.lang.Object-"><code>Embed.src(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2441,7 +2449,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>fieldset</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.560">fieldset</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.568">fieldset</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5"><code>Fieldset</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2455,7 +2463,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>fieldset</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.569">fieldset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.577">fieldset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5"><code>Fieldset</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2471,7 +2479,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figcaption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.577">figcaption</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.585">figcaption</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5"><code>Figcaption</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2485,7 +2493,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figcaption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.586">figcaption</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.594">figcaption</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5"><code>Figcaption</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2501,7 +2509,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figure</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.594">figure</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.602">figure</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5"><code>Figure</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2515,7 +2523,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figure</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.603">figure</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.611">figure</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5"><code>Figure</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2531,7 +2539,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>footer</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.611">footer</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.619">footer</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5"><code>Footer</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2545,7 +2553,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>footer</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.620">footer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.628">footer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5"><code>Footer</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2561,7 +2569,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.628">form</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.636">form</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2575,7 +2583,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.637">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.645">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Form.html#action-java.lang.String-"><code>Form.action(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2591,7 +2599,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.647">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.655">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Form.html#action-java.lang.String-"><code>Form.action(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -2609,7 +2617,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h1</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.655">h1</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.663">h1</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5"><code>H1</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2623,7 +2631,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h1</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.664">h1</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.672">h1</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5"><code>H1</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2639,7 +2647,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h2</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.672">h2</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.680">h2</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5"><code>H2</code></a> element.</div>


<TRUNCATED>


[37/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Legend.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Legend.html b/content/site/apidocs/org/apache/juneau/dto/html5/Legend.html
index 8b37d59..8df3f8c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Legend.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Legend.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="legend")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.22">Legend</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.30">Legend</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-legend-element">&lt;legend&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Legend</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.22">Legend</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.30">Legend</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Legend.html" title="class in org.apache.juneau.dto.html5">Legend</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Legend.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Li.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Li.html b/content/site/apidocs/org/apache/juneau/dto/html5/Li.html
index 355e179..66849c4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Li.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Li.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="li")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.22">Li</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.30">Li</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-li-element">&lt;li&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Li</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.22">Li</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.30">Li</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Li.html" title="class in org.apache.juneau.dto.html5">Li</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Li.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Link.html b/content/site/apidocs/org/apache/juneau/dto/html5/Link.html
index 9f954e4..0117d4c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Link.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="link")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.24">Link</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.32">Link</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-link-element">&lt;link&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Link</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.24">Link</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.32">Link</a>()</pre>
 </li>
 </ul>
 </li>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.32">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.40">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-crossorigin">crossorigin</a> attribute.
  How the element handles crossorigin requests.</div>
 <dl>
@@ -287,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>href</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.44">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.52">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-href">href</a> attribute.
  Address of the hyperlink.</div>
 <dl>
@@ -305,7 +313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>hreflang</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.55">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.63">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-hreflang">hreflang</a> attribute.
  Language of the linked resource.</div>
 <dl>
@@ -322,7 +330,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>media</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.66">media</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;media)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.74">media</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;media)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-media">media</a> attribute.
  Applicable media.</div>
 <dl>
@@ -339,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>rel</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.77">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.85">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-rel">rel</a> attribute.
  Relationship between the document containing the hyperlink and the destination resource.</div>
 <dl>
@@ -356,7 +364,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>sizes</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.88">sizes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sizes)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.96">sizes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sizes)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-link-sizes">sizes</a> attribute.
  Sizes of the icons (for rel="icon").</div>
 <dl>
@@ -373,7 +381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.99">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.107">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-link-type">type</a> attribute.
  Hint for the type of the referenced resource.</div>
 <dl>
@@ -390,7 +398,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.110">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.118">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -409,7 +417,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.116">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.124">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -428,7 +436,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.122">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Link.html#line.130">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Main.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Main.html b/content/site/apidocs/org/apache/juneau/dto/html5/Main.html
index 1fb106a..cc6ac1a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Main.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Main.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="main")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.22">Main</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.30">Main</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-main-element">&lt;main&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Main</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.22">Main</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.30">Main</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Main.html" title="class in org.apache.juneau.dto.html5">Main</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Main.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Map.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Map.html b/content/site/apidocs/org/apache/juneau/dto/html5/Map.html
index 09b4539..3a4697c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Map.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Map.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="map")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.22">Map</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.30">Map</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-map-element">&lt;map&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Map</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.22">Map</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.30">Map</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.30">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.38">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-map-name">name</a> attribute.
  Name of image map to reference from the usemap attribute.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -308,7 +316,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -327,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -346,7 +354,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Map.html" title="class in org.apache.juneau.dto.html5">Map</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Map.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Mark.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Mark.html b/content/site/apidocs/org/apache/juneau/dto/html5/Mark.html
index f67fd73..394cda2 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Mark.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Mark.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="mark")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.22">Mark</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.30">Mark</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element">&lt;mark&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Mark</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.22">Mark</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.30">Mark</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Mark.html" title="class in org.apache.juneau.dto.html5">Mark</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Mark.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Meta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Meta.html b/content/site/apidocs/org/apache/juneau/dto/html5/Meta.html
index ac240bd..9241cf7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Meta.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Meta.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="meta")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.22">Meta</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.30">Meta</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-meta-element">&lt;meta&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -229,7 +237,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Meta</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.22">Meta</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.30">Meta</a>()</pre>
 </li>
 </ul>
 </li>
@@ -246,7 +254,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>charset</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.30">charset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charset)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.38">charset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;charset)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-charset">charset</a> attribute.
  Character encoding declaration.</div>
 <dl>
@@ -263,7 +271,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>content</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.41">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;content)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.49">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;content)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-content">content</a> attribute.
  Value of the element.</div>
 <dl>
@@ -280,7 +288,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>httpequiv</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.52">httpequiv</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpequiv)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.60">httpequiv</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpequiv)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv">http-equiv</a> attribute.
  Pragma directive.</div>
 <dl>
@@ -297,7 +305,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.63">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.71">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-meta-name">name</a> attribute.
  Metadata name.</div>
 <dl>
@@ -314,7 +322,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.74">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.82">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -333,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.80">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meta.html" title="class in org.apache.juneau.dto.html5">Meta</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meta.html#line.88">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html b/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html
index 0754624..a3b9236 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="meter")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.22">Meter</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.30">Meter</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-meter-element">&lt;meter&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Meter</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.22">Meter</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.30">Meter</a>()</pre>
 </li>
 </ul>
 </li>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>high</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.31">high</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;high)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.39">high</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;high)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-high">high</a> attribute.
  Low limit of high range.</div>
 <dl>
@@ -301,7 +309,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>low</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.43">low</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;low)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.51">low</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;low)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-low">low</a> attribute.
  High limit of low range.</div>
 <dl>
@@ -319,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>max</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.55">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.63">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-max">max</a> attribute.
  Upper bound of range.</div>
 <dl>
@@ -337,7 +345,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>min</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.67">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;min)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.75">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;min)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-min">min</a> attribute.
  Lower bound of range.</div>
 <dl>
@@ -355,7 +363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>optimum</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.79">optimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;optimum)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.87">optimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;optimum)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-optimum">optimum</a> attribute.
  Optimum value in gauge.</div>
 <dl>
@@ -373,7 +381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.91">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.99">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-value">value</a> attribute.
  Current value of the element.</div>
 <dl>
@@ -391,7 +399,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.102">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.110">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -410,7 +418,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.108">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.116">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -429,7 +437,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.114">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.122">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -448,7 +456,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.120">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.128">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -468,7 +476,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.126">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.134">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[26/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html
index ce0ac1e..69eac33 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.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>="type,format,items,collectionFormat,default,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,enum,multipleOf")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.36">Items</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.43">Items</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 limited subset of JSON-Schema's items object. It is used by parameter definitions that are not located in "body".
 
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"minLength"</js>: 2
    }
  </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>
@@ -515,7 +522,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Items</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.36">Items</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.43">Items</a>()</pre>
 </li>
 </ul>
 </li>
@@ -532,7 +539,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>strict</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.60">strict</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.67">strict</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">SwaggerElement</a></code></span></div>
 <div class="block">Sets strict mode on this bean.</div>
 <dl>
@@ -549,7 +556,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.73">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.80">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Required. The internal type of the array.
@@ -566,7 +573,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.86">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.93">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.
  <p>
  Required. The internal type of the array.
@@ -585,7 +592,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.99">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.106">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -601,7 +608,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.110">getFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.117">getFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -617,7 +624,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.122">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.129">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Bean property setter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -635,7 +642,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>format</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.133">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.140">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setFormat-java.lang.String-"><code>setFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -651,7 +658,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.145">getItems</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.152">getItems</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -668,7 +675,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.158">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.165">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Bean property setter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -687,7 +694,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>items</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.169">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.176">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setItems-org.apache.juneau.dto.swagger.Items-"><code>setItems(Items)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -703,7 +710,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getCollectionFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.190">getCollectionFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.197">getCollectionFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -729,7 +736,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setCollectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.212">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.219">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Bean property setter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -757,7 +764,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>collectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.225">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.232">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setCollectionFormat-java.lang.String-"><code>setCollectionFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -773,7 +780,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefault</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.239">getDefault</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.246">getDefault</a>()</pre>
 <div class="block">Bean property getter:  <property>default</property>.
  <p>
  Declares the value of the item that the server will use if none is provided.
@@ -792,7 +799,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefault</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.254">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.261">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Bean property setter:  <property>default</property>.
  <p>
  Declares the value of the item that the server will use if none is provided.
@@ -813,7 +820,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_default</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.265">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.272">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setDefault-java.lang.Object-"><code>setDefault(Object)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -829,7 +836,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaximum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.276">getMaximum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.283">getMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -845,7 +852,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.288">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.295">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Bean property setter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -863,7 +870,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.299">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.306">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaximum-java.lang.Number-"><code>setMaximum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -879,7 +886,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMaximum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.310">getExclusiveMaximum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.317">getExclusiveMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -895,7 +902,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.322">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.329">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -913,7 +920,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.333">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.340">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setExclusiveMaximum-java.lang.Boolean-"><code>setExclusiveMaximum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -929,7 +936,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinimum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.344">getMinimum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.351">getMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -945,7 +952,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.356">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.363">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Bean property setter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -963,7 +970,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.367">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.374">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinimum-java.lang.Number-"><code>setMinimum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -979,7 +986,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMinimum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.378">getExclusiveMinimum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.385">getExclusiveMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -995,7 +1002,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.390">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.397">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1013,7 +1020,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.401">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.408">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setExclusiveMinimum-java.lang.Boolean-"><code>setExclusiveMinimum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1029,7 +1036,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.412">getMaxLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.419">getMaxLength</a>()</pre>
 <div class="block">Bean property getter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1045,7 +1052,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.424">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.431">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Bean property setter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1063,7 +1070,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.435">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.442">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaxLength-java.lang.Integer-"><code>setMaxLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1079,7 +1086,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.446">getMinLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.453">getMinLength</a>()</pre>
 <div class="block">Bean property getter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1095,7 +1102,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.458">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.465">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Bean property setter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1113,7 +1120,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.469">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.476">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinLength-java.lang.Integer-"><code>setMinLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1129,7 +1136,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.480">getPattern</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.487">getPattern</a>()</pre>
 <div class="block">Bean property getter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1145,7 +1152,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.492">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.499">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Bean property setter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1163,7 +1170,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>pattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.503">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.510">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setPattern-java.lang.String-"><code>setPattern(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1179,7 +1186,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.514">getMaxItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.521">getMaxItems</a>()</pre>
 <div class="block">Bean property getter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1195,7 +1202,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.526">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.533">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Bean property setter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1213,7 +1220,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.537">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.544">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaxItems-java.lang.Integer-"><code>setMaxItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1229,7 +1236,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.548">getMinItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.555">getMinItems</a>()</pre>
 <div class="block">Bean property getter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1245,7 +1252,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.560">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.567">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Bean property setter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1263,7 +1270,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.571">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.578">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinItems-java.lang.Integer-"><code>setMinItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1279,7 +1286,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUniqueItems</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.582">getUniqueItems</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.589">getUniqueItems</a>()</pre>
 <div class="block">Bean property getter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1295,7 +1302,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.594">setUniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.601">setUniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Bean property setter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1313,7 +1320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>uniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.605">uniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.612">uniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setUniqueItems-java.lang.Boolean-"><code>setUniqueItems(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1329,7 +1336,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getEnum</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.616">getEnum</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.623">getEnum</a>()</pre>
 <div class="block">Bean property getter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1345,7 +1352,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.628">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.635">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
 <div class="block">Bean property setter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1363,7 +1370,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.642">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.649">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Bean property adder:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1382,7 +1389,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_enum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.664">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.671">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#addEnum-java.lang.Object...-"><code>addEnum(Object...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1399,7 +1406,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMultipleOf</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.675">getMultipleOf</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.682">getMultipleOf</a>()</pre>
 <div class="block">Bean property getter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1415,7 +1422,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMultipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.687">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.694">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Bean property setter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1433,7 +1440,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>multipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.698">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.705">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMultipleOf-java.lang.Number-"><code>setMultipleOf(Number)</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/License.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html b/content/site/apidocs/org/apache/juneau/dto/swagger/License.html
index bd2a22f..20734c2 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/License.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,url")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.32">License</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.39">License</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">License information for the exposed API.
 
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"url"</js>: <js>"http://www.apache.org/licenses/LICENSE-2.0.html"</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>
@@ -233,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>License</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.32">License</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.39">License</a>()</pre>
 </li>
 </ul>
 </li>
@@ -250,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.44">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.51">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.
  <p>
  Required. The license name used for the API.</div>
@@ -266,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.56">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.63">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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.
  <p>
  Required. The license name used for the API.</div>
@@ -284,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.67">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.74">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>&nbsp;name)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/License.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.78">getUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.85">getUrl</a>()</pre>
 <div class="block">Bean property getter:  <property>url</property>.
  <p>
  A URL to the license used for the API. MUST be in the format of a URL.</div>
@@ -316,7 +323,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.90">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.97">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Bean property setter:  <property>url</property>.
  <p>
  A URL to the license used for the API. MUST be in the format of a URL.</div>
@@ -334,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>url</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.101">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.108">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/License.html#setUrl-java.lang.String-"><code>setUrl(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[29/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
index 2af9ee4..b107bb1 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
@@ -114,11 +114,19 @@ var activeTableTab = "activeTableTab";
 <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#typeName--">typeName</a>="schema",
       <a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="id,$schema,$ref, title,description,type,definitions,properties,patternProperties,dependencies,items,multipleOf,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,additionalItems,maxItems,minItems,uniqueItems,maxProperties,minProperties,required,additionalProperties,enum,allOf,anyOf,oneOf,not")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.37">Schema</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.45">Schema</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 top-level schema object bean in the JSON-Schema core specification.
  <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -803,7 +811,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Schema</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.81">Schema</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.89">Schema</a>()</pre>
 <div class="block">Default constructor.</div>
 </li>
 </ul>
@@ -822,7 +830,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>getName</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.94">getName</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.102">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -837,7 +845,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>setName</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.105">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>&nbsp;name)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.113">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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -853,7 +861,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getId</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.115">getId</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.123">getId</a>()</pre>
 <div class="block">Bean property getter:  <property>id</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -867,7 +875,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>setId</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.125">setId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.133">setId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;id)</pre>
 <div class="block">Bean property setter:  <property>id</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -883,7 +891,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>setId</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.137">setId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.145">setId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block">Bean property setter:  <property>id</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -901,7 +909,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <li class="blockList">
 <h4>getSchemaVersionUri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="$schema")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.147">getSchemaVersionUri</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.155">getSchemaVersionUri</a>()</pre>
 <div class="block">Bean property getter:  <property>$schema</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -916,7 +924,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>setSchemaVersionUri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="$schema")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.158">setSchemaVersionUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;schemaVersion)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.166">setSchemaVersionUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;schemaVersion)</pre>
 <div class="block">Bean property setter:  <property>$schema</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -932,7 +940,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchemaVersionUri</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.170">setSchemaVersionUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaVersion)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.178">setSchemaVersionUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schemaVersion)</pre>
 <div class="block">Bean property setter:  <property>schemaVersion</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -949,7 +957,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getTitle</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.179">getTitle</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.187">getTitle</a>()</pre>
 <div class="block">Bean property getter:  <property>title</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -963,7 +971,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>setTitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.189">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.197">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Bean property setter:  <property>title</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -979,7 +987,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.199">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.207">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -993,7 +1001,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.209">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.217">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1010,7 +1018,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <li class="blockList">
 <h4>getType</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html" title="class in org.apache.juneau.dto.jsonschema">Schema.JsonTypeOrJsonTypeArraySwap.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.221">getType</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.229">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1026,7 +1034,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>getTypeAsJsonType</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.235">getTypeAsJsonType</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.243">getTypeAsJsonType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Convenience method for returning the <property>type</property> property when it is a <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema"><code>JsonType</code></a> value.</div>
@@ -1043,7 +1051,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.ht
 <li class="blockList">
 <h4>getTypeAsJsonTypeArray</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArray.html" title="class in org.apache.juneau.dto.jsonschema">JsonTypeArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.247">getTypeAsJsonTypeArray</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArray.html" title="class in org.apache.juneau.dto.jsonschema">JsonTypeArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.255">getTypeAsJsonTypeArray</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Convenience method for returning the <property>type</property> property when it is a <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArray.html" title="class in org.apache.juneau.dto.jsonschema"><code>JsonTypeArray</code></a> value.</div>
@@ -1059,7 +1067,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.259">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.267">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1078,7 +1086,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>addTypes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.279">addTypes</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.287">addTypes</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
 <div class="block">Bean property appender:  <property>type</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1094,7 +1102,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefinitions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.313">getDefinitions</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.321">getDefinitions</a>()</pre>
 <div class="block">Bean property getter:  <property>definitions</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1108,7 +1116,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefinitions</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.323">setDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;definitions)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.331">setDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;definitions)</pre>
 <div class="block">Bean property setter:  <property>definitions</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1124,7 +1132,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>addDefinition</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.337">addDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.345">addDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                             <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;definition)</pre>
 <div class="block">Bean property appender:  <property>definitions</property>.</div>
 <dl>
@@ -1142,7 +1150,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.350">getProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.358">getProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>properties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1156,7 +1164,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.361">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.369">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the property with the specified name.
  This is equivalent to calling <property>getProperty(name, <jk>false</jk>)</property>.</div>
 <dl>
@@ -1173,7 +1181,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.376">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.384">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                           boolean&nbsp;resolve)</pre>
 <div class="block">Returns the property with the specified name.
  If <property>resolve</property> is <jk>true</jk>, the property object will automatically be
@@ -1195,7 +1203,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>setProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.393">setProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.401">setProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;properties)</pre>
 <div class="block">Bean property setter:  <property>properties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1211,7 +1219,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>addProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.413">addProperties</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.421">addProperties</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;properties)</pre>
 <div class="block">Bean property appender:  <property>properties</property>.
  <p>
  Properties must have their <property>name</property> property set on them when using this method.</div>
@@ -1231,7 +1239,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getPatternProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.430">getPatternProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.438">getPatternProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>patternProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1245,7 +1253,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>setPatternProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.440">setPatternProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;patternProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.448">setPatternProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;patternProperties)</pre>
 <div class="block">Bean property setter:  <property>patternProperties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1261,7 +1269,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>addPatternProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.460">addPatternProperties</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.html" title="class in org.apache.juneau.dto.jsonschema">SchemaProperty</a>...&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.468">addPatternProperties</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.html" title="class in org.apache.juneau.dto.jsonschema">SchemaProperty</a>...&nbsp;properties)</pre>
 <div class="block">Bean property appender:  <property>patternProperties</property>.
  <p>
  Properties must have their <property>name</property> property set to the pattern string when using this method.</div>
@@ -1281,7 +1289,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>getDependencies</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.477">getDependencies</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.485">getDependencies</a>()</pre>
 <div class="block">Bean property getter:  <property>dependencies</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1295,7 +1303,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>setDependencies</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.487">setDependencies</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;dependencies)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.495">setDependencies</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;dependencies)</pre>
 <div class="block">Bean property setter:  <property>dependencies</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1311,7 +1319,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <ul class="blockList">
 <li class="blockList">
 <h4>addDependency</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.501">addDependency</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.509">addDependency</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                             <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;dependency)</pre>
 <div class="block">Bean property appender:  <property>dependencies</property>.</div>
 <dl>
@@ -1330,7 +1338,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArr
 <li class="blockList">
 <h4>getItems</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html" title="class in org.apache.juneau.dto.jsonschema">Schema.SchemaOrSchemaArraySwap.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.516">getItems</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.524">getItems</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1346,7 +1354,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>getItemsAsSchema</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.530">getItemsAsSchema</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.538">getItemsAsSchema</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.
  <p>
  Convenience method for returning the <property>items</property> property when it is a <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> value.</div>
@@ -1363,7 +1371,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html
 <li class="blockList">
 <h4>getItemsAsSchemaArray</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema">SchemaArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.542">getItemsAsSchemaArray</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema">SchemaArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.550">getItemsAsSchemaArray</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.
  <p>
  Convenience method for returning the <property>items</property> property when it is a <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema"><code>SchemaArray</code></a> value.</div>
@@ -1379,7 +1387,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.576">setItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.584">setItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;items)</pre>
 <div class="block">Bean property setter:  <property>items</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1398,7 +1406,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>addItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.598">addItems</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.606">addItems</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;items)</pre>
 <div class="block">Bean property appender:  <property>items</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1414,7 +1422,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getMultipleOf</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.611">getMultipleOf</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.619">getMultipleOf</a>()</pre>
 <div class="block">Bean property getter:  <property>multipleOf</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1428,7 +1436,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setMultipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.621">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.629">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Bean property setter:  <property>multipleOf</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1444,7 +1452,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaximum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.631">getMaximum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.639">getMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>maximum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1458,7 +1466,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.641">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.649">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Bean property setter:  <property>maximum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1474,7 +1482,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>isExclusiveMaximum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.651">isExclusiveMaximum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.659">isExclusiveMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMaximum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1488,7 +1496,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.661">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.669">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMaximum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1504,7 +1512,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinimum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.671">getMinimum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.679">getMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>minimum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1518,7 +1526,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.681">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.689">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Bean property setter:  <property>minimum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1534,7 +1542,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>isExclusiveMinimum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.691">isExclusiveMinimum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.699">isExclusiveMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMinimum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1548,7 +1556,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.701">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.709">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMinimum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1564,7 +1572,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.711">getMaxLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.719">getMaxLength</a>()</pre>
 <div class="block">Bean property getter:  <property>maxLength</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1578,7 +1586,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.721">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.729">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Bean property setter:  <property>maxLength</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1594,7 +1602,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.731">getMinLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.739">getMinLength</a>()</pre>
 <div class="block">Bean property getter:  <property>minLength</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1608,7 +1616,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.741">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.749">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Bean property setter:  <property>minLength</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1624,7 +1632,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.751">getPattern</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.759">getPattern</a>()</pre>
 <div class="block">Bean property getter:  <property>pattern</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1638,7 +1646,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.761">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.769">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Bean property setter:  <property>pattern</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1655,7 +1663,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray
 <li class="blockList">
 <h4>getAdditionalItems</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html" title="class in org.apache.juneau.dto.jsonschema">Schema.BooleanOrSchemaArraySwap.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.773">getAdditionalItems</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.781">getAdditionalItems</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1671,7 +1679,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>getAdditionalItemsAsBoolean</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.787">getAdditionalItemsAsBoolean</a>()</pre>
+public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.795">getAdditionalItemsAsBoolean</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalItems</property>.
  <p>
  Convenience method for returning the <property>additionalItems</property> property when it is 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"><code>Boolean</code></a> value.</div>
@@ -1688,7 +1696,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.
 <li class="blockList">
 <h4>getAdditionalItemsAsSchemaArray</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.799">getAdditionalItemsAsSchemaArray</a>()</pre>
+public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.807">getAdditionalItemsAsSchemaArray</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalItems</property>.
  <p>
  Convenience method for returning the <property>additionalItems</property> property when it is a <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema"><code>SchemaArray</code></a> value.</div>
@@ -1704,7 +1712,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setAdditionalItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.811">setAdditionalItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;additionalItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.819">setAdditionalItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;additionalItems)</pre>
 <div class="block">Bean property setter:  <property>additionalItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1723,7 +1731,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addAdditionalItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.832">addAdditionalItems</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;additionalItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.840">addAdditionalItems</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;additionalItems)</pre>
 <div class="block">Bean property appender:  <property>additionalItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1739,7 +1747,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.867">getMaxItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.875">getMaxItems</a>()</pre>
 <div class="block">Bean property getter:  <property>maxItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1753,7 +1761,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.877">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.885">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Bean property setter:  <property>maxItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1769,7 +1777,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.887">getMinItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.895">getMinItems</a>()</pre>
 <div class="block">Bean property getter:  <property>minItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1783,7 +1791,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.897">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.905">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Bean property setter:  <property>minItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1799,7 +1807,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUniqueItems</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.907">getUniqueItems</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.915">getUniqueItems</a>()</pre>
 <div class="block">Bean property getter:  <property>uniqueItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1813,7 +1821,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.917">setUniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.925">setUniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Bean property setter:  <property>uniqueItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1829,7 +1837,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.927">getMaxProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.935">getMaxProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>maxProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1843,7 +1851,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.937">setMaxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.945">setMaxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
 <div class="block">Bean property setter:  <property>maxProperties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1859,7 +1867,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.947">getMinProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.955">getMinProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>minProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1873,7 +1881,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.957">setMinProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.965">setMinProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
 <div class="block">Bean property setter:  <property>minProperties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1889,7 +1897,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequired</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.967">getRequired</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.975">getRequired</a>()</pre>
 <div class="block">Bean property getter:  <property>required</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1903,7 +1911,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.977">setRequired</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.985">setRequired</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;required)</pre>
 <div class="block">Bean property setter:  <property>required</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1919,7 +1927,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.988">addRequired</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.996">addRequired</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;required)</pre>
 <div class="block">Bean property appender:  <property>required</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1935,7 +1943,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1002">addRequired</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1010">addRequired</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;required)</pre>
 <div class="block">Bean property appender:  <property>required</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1951,7 +1959,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1016">addRequired</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.html" title="class in org.apache.juneau.dto.jsonschema">SchemaProperty</a>...&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1024">addRequired</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.html" title="class in org.apache.juneau.dto.jsonschema">SchemaProperty</a>...&nbsp;properties)</pre>
 <div class="block">Bean property appender:  <property>required</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1968,7 +1976,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm
 <li class="blockList">
 <h4>getAdditionalProperties</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html" title="class in org.apache.juneau.dto.jsonschema">Schema.BooleanOrSchemaSwap.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1031">getAdditionalProperties</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1039">getAdditionalProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1984,7 +1992,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>getAdditionalPropertiesAsBoolean</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1045">getAdditionalPropertiesAsBoolean</a>()</pre>
+public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1053">getAdditionalPropertiesAsBoolean</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalProperties</property>.
  <p>
  Convenience method for returning the <property>additionalProperties</property> property when it is 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"><code>Boolean</code></a> value.</div>
@@ -2001,7 +2009,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/l

<TRUNCATED>


[06/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Text.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Text.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Text.html
index 9506bda..b0b42b2 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Text.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Text.html
@@ -50,107 +50,114 @@
 <span class="sourceLineNo">042</span> *       | anyXHTML)*<a name="line.42"></a>
 <span class="sourceLineNo">043</span> *    }<a name="line.43"></a>
 <span class="sourceLineNo">044</span> * &lt;/p&gt;<a name="line.44"></a>
-<span class="sourceLineNo">045</span> * &lt;p&gt;<a name="line.45"></a>
-<span class="sourceLineNo">046</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.46"></a>
-<span class="sourceLineNo">047</span> */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>@SuppressWarnings("hiding")<a name="line.48"></a>
-<span class="sourceLineNo">049</span>public class Text extends Common {<a name="line.49"></a>
-<span class="sourceLineNo">050</span><a name="line.50"></a>
-<span class="sourceLineNo">051</span>   private String type;<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   private String text;<a name="line.52"></a>
-<span class="sourceLineNo">053</span><a name="line.53"></a>
-<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    * Normal content.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>    *<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    * @param type The content type of this content.<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    */<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   public Text(String type) {<a name="line.59"></a>
-<span class="sourceLineNo">060</span>      type(type);<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   }<a name="line.61"></a>
-<span class="sourceLineNo">062</span><a name="line.62"></a>
-<span class="sourceLineNo">063</span>   /** Bean constructor. */<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public Text() {}<a name="line.64"></a>
-<span class="sourceLineNo">065</span><a name="line.65"></a>
-<span class="sourceLineNo">066</span><a name="line.66"></a>
-<span class="sourceLineNo">067</span>   //--------------------------------------------------------------------------------<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   // Bean properties<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   //--------------------------------------------------------------------------------<a name="line.69"></a>
-<span class="sourceLineNo">070</span><a name="line.70"></a>
-<span class="sourceLineNo">071</span>   /**<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * Returns the content type of this content.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    *<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @return The content type of this content.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   @Xml(format=ATTR)<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   public String getType() {<a name="line.77"></a>
-<span class="sourceLineNo">078</span>      return type;<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
-<span class="sourceLineNo">080</span><a name="line.80"></a>
-<span class="sourceLineNo">081</span>   /**<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * Sets the content type of this content.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * &lt;p&gt;<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * Must be one of the following:<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * &lt;ul&gt;<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    *    &lt;li&gt;&lt;js&gt;"text"&lt;/js&gt;<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    *    &lt;li&gt;&lt;js&gt;"html"&lt;/js&gt;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    *    &lt;li&gt;&lt;js&gt;"xhtml"&lt;/js&gt;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>    *    &lt;li&gt;&lt;jk&gt;null&lt;/jk&gt; (defaults to &lt;js&gt;"text"&lt;/js&gt;)<a name="line.89"></a>
-<span class="sourceLineNo">090</span>    * &lt;/ul&gt;<a name="line.90"></a>
-<span class="sourceLineNo">091</span>    *<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * @param type The content type of this content.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * @return This object (for method chaining).<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    */<a name="line.94"></a>
-<span class="sourceLineNo">095</span>   @BeanProperty("type")<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   public Text type(String type) {<a name="line.96"></a>
-<span class="sourceLineNo">097</span>      this.type = type;<a name="line.97"></a>
-<span class="sourceLineNo">098</span>      return this;<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   }<a name="line.99"></a>
-<span class="sourceLineNo">100</span><a name="line.100"></a>
-<span class="sourceLineNo">101</span>   /**<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    * Returns the content of this content.<a name="line.102"></a>
-<span class="sourceLineNo">103</span>    *<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * @return The content of this content.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    */<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   @Xml(format=XMLTEXT)<a name="line.106"></a>
-<span class="sourceLineNo">107</span>   public String getText() {<a name="line.107"></a>
-<span class="sourceLineNo">108</span>      return text;<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   }<a name="line.109"></a>
-<span class="sourceLineNo">110</span><a name="line.110"></a>
-<span class="sourceLineNo">111</span>   /**<a name="line.111"></a>
-<span class="sourceLineNo">112</span>    * Sets the content of this content.<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    *<a name="line.113"></a>
-<span class="sourceLineNo">114</span>    * @param text The content of this content.<a name="line.114"></a>
-<span class="sourceLineNo">115</span>    * @return This object (for method chaining).<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    */<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   @BeanProperty("text")<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   public Text text(String text) {<a name="line.118"></a>
-<span class="sourceLineNo">119</span>      this.text = text;<a name="line.119"></a>
-<span class="sourceLineNo">120</span>      return this;<a name="line.120"></a>
-<span class="sourceLineNo">121</span>   }<a name="line.121"></a>
-<span class="sourceLineNo">122</span><a name="line.122"></a>
-<span class="sourceLineNo">123</span><a name="line.123"></a>
-<span class="sourceLineNo">124</span>   //--------------------------------------------------------------------------------<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   // Overridden setters (to simplify method chaining)<a name="line.125"></a>
-<span class="sourceLineNo">126</span>   //--------------------------------------------------------------------------------<a name="line.126"></a>
-<span class="sourceLineNo">127</span><a name="line.127"></a>
-<span class="sourceLineNo">128</span>   @Override /* Common */<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   public Text base(URI base) {<a name="line.129"></a>
-<span class="sourceLineNo">130</span>      super.base(base);<a name="line.130"></a>
-<span class="sourceLineNo">131</span>      return this;<a name="line.131"></a>
-<span class="sourceLineNo">132</span>   }<a name="line.132"></a>
-<span class="sourceLineNo">133</span><a name="line.133"></a>
-<span class="sourceLineNo">134</span>   @Override /* Common */<a name="line.134"></a>
-<span class="sourceLineNo">135</span>   public Text base(String base) {<a name="line.135"></a>
-<span class="sourceLineNo">136</span>      super.base(base);<a name="line.136"></a>
-<span class="sourceLineNo">137</span>      return this;<a name="line.137"></a>
-<span class="sourceLineNo">138</span>   }<a name="line.138"></a>
-<span class="sourceLineNo">139</span><a name="line.139"></a>
-<span class="sourceLineNo">140</span>   @Override /* Common */<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   public Text lang(String lang) {<a name="line.141"></a>
-<span class="sourceLineNo">142</span>      super.lang(lang);<a name="line.142"></a>
-<span class="sourceLineNo">143</span>      return this;<a name="line.143"></a>
-<span class="sourceLineNo">144</span>   }<a name="line.144"></a>
-<span class="sourceLineNo">145</span>}<a name="line.145"></a>
+<span class="sourceLineNo">045</span> *<a name="line.45"></a>
+<span class="sourceLineNo">046</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.46"></a>
+<span class="sourceLineNo">047</span> * &lt;ul class='doctree'&gt;<a name="line.47"></a>
+<span class="sourceLineNo">048</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.48"></a>
+<span class="sourceLineNo">049</span> *    &lt;ul&gt;<a name="line.49"></a>
+<span class="sourceLineNo">050</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.50"></a>
+<span class="sourceLineNo">051</span> *    &lt;/ul&gt;<a name="line.51"></a>
+<span class="sourceLineNo">052</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.52"></a>
+<span class="sourceLineNo">053</span> * &lt;/ul&gt;<a name="line.53"></a>
+<span class="sourceLineNo">054</span> */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>@SuppressWarnings("hiding")<a name="line.55"></a>
+<span class="sourceLineNo">056</span>public class Text extends Common {<a name="line.56"></a>
+<span class="sourceLineNo">057</span><a name="line.57"></a>
+<span class="sourceLineNo">058</span>   private String type;<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   private String text;<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * Normal content.<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    *<a name="line.63"></a>
+<span class="sourceLineNo">064</span>    * @param type The content type of this content.<a name="line.64"></a>
+<span class="sourceLineNo">065</span>    */<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   public Text(String type) {<a name="line.66"></a>
+<span class="sourceLineNo">067</span>      type(type);<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   }<a name="line.68"></a>
+<span class="sourceLineNo">069</span><a name="line.69"></a>
+<span class="sourceLineNo">070</span>   /** Bean constructor. */<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public Text() {}<a name="line.71"></a>
+<span class="sourceLineNo">072</span><a name="line.72"></a>
+<span class="sourceLineNo">073</span><a name="line.73"></a>
+<span class="sourceLineNo">074</span>   //--------------------------------------------------------------------------------<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   // Bean properties<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   //--------------------------------------------------------------------------------<a name="line.76"></a>
+<span class="sourceLineNo">077</span><a name="line.77"></a>
+<span class="sourceLineNo">078</span>   /**<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * Returns the content type of this content.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    *<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @return The content type of this content.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    */<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   @Xml(format=ATTR)<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   public String getType() {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>      return type;<a name="line.85"></a>
+<span class="sourceLineNo">086</span>   }<a name="line.86"></a>
+<span class="sourceLineNo">087</span><a name="line.87"></a>
+<span class="sourceLineNo">088</span>   /**<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    * Sets the content type of this content.<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * &lt;p&gt;<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * Must be one of the following:<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * &lt;ul&gt;<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    *    &lt;li&gt;&lt;js&gt;"text"&lt;/js&gt;<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    *    &lt;li&gt;&lt;js&gt;"html"&lt;/js&gt;<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    *    &lt;li&gt;&lt;js&gt;"xhtml"&lt;/js&gt;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    *    &lt;li&gt;&lt;jk&gt;null&lt;/jk&gt; (defaults to &lt;js&gt;"text"&lt;/js&gt;)<a name="line.96"></a>
+<span class="sourceLineNo">097</span>    * &lt;/ul&gt;<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    *<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * @param type The content type of this content.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * @return This object (for method chaining).<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    */<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   @BeanProperty("type")<a name="line.102"></a>
+<span class="sourceLineNo">103</span>   public Text type(String type) {<a name="line.103"></a>
+<span class="sourceLineNo">104</span>      this.type = type;<a name="line.104"></a>
+<span class="sourceLineNo">105</span>      return this;<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   }<a name="line.106"></a>
+<span class="sourceLineNo">107</span><a name="line.107"></a>
+<span class="sourceLineNo">108</span>   /**<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    * Returns the content of this content.<a name="line.109"></a>
+<span class="sourceLineNo">110</span>    *<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    * @return The content of this content.<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    */<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   @Xml(format=XMLTEXT)<a name="line.113"></a>
+<span class="sourceLineNo">114</span>   public String getText() {<a name="line.114"></a>
+<span class="sourceLineNo">115</span>      return text;<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   }<a name="line.116"></a>
+<span class="sourceLineNo">117</span><a name="line.117"></a>
+<span class="sourceLineNo">118</span>   /**<a name="line.118"></a>
+<span class="sourceLineNo">119</span>    * Sets the content of this content.<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    *<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    * @param text The content of this content.<a name="line.121"></a>
+<span class="sourceLineNo">122</span>    * @return This object (for method chaining).<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    */<a name="line.123"></a>
+<span class="sourceLineNo">124</span>   @BeanProperty("text")<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   public Text text(String text) {<a name="line.125"></a>
+<span class="sourceLineNo">126</span>      this.text = text;<a name="line.126"></a>
+<span class="sourceLineNo">127</span>      return this;<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   }<a name="line.128"></a>
+<span class="sourceLineNo">129</span><a name="line.129"></a>
+<span class="sourceLineNo">130</span><a name="line.130"></a>
+<span class="sourceLineNo">131</span>   //--------------------------------------------------------------------------------<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   // Overridden setters (to simplify method chaining)<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   //--------------------------------------------------------------------------------<a name="line.133"></a>
+<span class="sourceLineNo">134</span><a name="line.134"></a>
+<span class="sourceLineNo">135</span>   @Override /* Common */<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   public Text base(URI base) {<a name="line.136"></a>
+<span class="sourceLineNo">137</span>      super.base(base);<a name="line.137"></a>
+<span class="sourceLineNo">138</span>      return this;<a name="line.138"></a>
+<span class="sourceLineNo">139</span>   }<a name="line.139"></a>
+<span class="sourceLineNo">140</span><a name="line.140"></a>
+<span class="sourceLineNo">141</span>   @Override /* Common */<a name="line.141"></a>
+<span class="sourceLineNo">142</span>   public Text base(String base) {<a name="line.142"></a>
+<span class="sourceLineNo">143</span>      super.base(base);<a name="line.143"></a>
+<span class="sourceLineNo">144</span>      return this;<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   }<a name="line.145"></a>
+<span class="sourceLineNo">146</span><a name="line.146"></a>
+<span class="sourceLineNo">147</span>   @Override /* Common */<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   public Text lang(String lang) {<a name="line.148"></a>
+<span class="sourceLineNo">149</span>      super.lang(lang);<a name="line.149"></a>
+<span class="sourceLineNo">150</span>      return this;<a name="line.150"></a>
+<span class="sourceLineNo">151</span>   }<a name="line.151"></a>
+<span class="sourceLineNo">152</span>}<a name="line.152"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/A.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/A.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/A.html
index 694ac43..72216fc 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/A.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/A.html
@@ -27,113 +27,121 @@
 <span class="sourceLineNo">019</span><a name="line.19"></a>
 <span class="sourceLineNo">020</span>/**<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element"&gt;&amp;lt;a&amp;gt;&lt;/a&gt; element.<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span>@Bean(typeName="a")<a name="line.23"></a>
-<span class="sourceLineNo">024</span>public class A extends HtmlElementMixed {<a name="line.24"></a>
-<span class="sourceLineNo">025</span><a name="line.25"></a>
-<span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download"&gt;download&lt;/a&gt; attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Whether to download the resource instead of navigating to it, and its file name if so.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @param download The new value for this attribute.<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.30"></a>
-<span class="sourceLineNo">031</span>    * @return This object (for method chaining).<a name="line.31"></a>
-<span class="sourceLineNo">032</span>    */<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   public final A download(Object download) {<a name="line.33"></a>
-<span class="sourceLineNo">034</span>      attr("download", download);<a name="line.34"></a>
-<span class="sourceLineNo">035</span>      return this;<a name="line.35"></a>
-<span class="sourceLineNo">036</span>   }<a name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href"&gt;href&lt;/a&gt; attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Address of the hyperlink.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @param href The new value for this attribute.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * Typically a {@link URL} or {@link String}.<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    * @return This object (for method chaining).<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    */<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   public final A href(Object href) {<a name="line.45"></a>
-<span class="sourceLineNo">046</span>      attr("href", href);<a name="line.46"></a>
-<span class="sourceLineNo">047</span>      return this;<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   }<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang"&gt;hreflang&lt;/a&gt; attribute.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    * Language of the linked resource.<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * @param hreflang The new value for this attribute.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    * @return This object (for method chaining).<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    */<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   public final A hreflang(String hreflang) {<a name="line.56"></a>
-<span class="sourceLineNo">057</span>      attr("hreflang", hreflang);<a name="line.57"></a>
-<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel"&gt;rel&lt;/a&gt; attribute.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * Relationship between the document containing the hyperlink and the destination resource.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * @param rel The new value for this attribute.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * @return This object (for method chaining).<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    */<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   public final A rel(String rel) {<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      attr("rel", rel);<a name="line.68"></a>
-<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
-<span class="sourceLineNo">071</span><a name="line.71"></a>
-<span class="sourceLineNo">072</span>   /**<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target"&gt;target&lt;/a&gt; attribute.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * Default browsing context for hyperlink navigation and form submission.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * @param target The new value for this attribute.<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    * @return This object (for method chaining).<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    */<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   public final A target(String target) {<a name="line.78"></a>
-<span class="sourceLineNo">079</span>      attr("target", target);<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
-<span class="sourceLineNo">082</span><a name="line.82"></a>
-<span class="sourceLineNo">083</span>   /**<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type"&gt;type&lt;/a&gt; attribute.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * Hint for the type of the referenced resource.<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * @param type The new value for this attribute.<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    * @return This object (for method chaining).<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    */<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   public final A type(String type) {<a name="line.89"></a>
-<span class="sourceLineNo">090</span>      attr("type", type);<a name="line.90"></a>
-<span class="sourceLineNo">091</span>      return this;<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   }<a name="line.92"></a>
-<span class="sourceLineNo">093</span><a name="line.93"></a>
-<span class="sourceLineNo">094</span><a name="line.94"></a>
-<span class="sourceLineNo">095</span>   //--------------------------------------------------------------------------------<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   // Overridden methods<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   //--------------------------------------------------------------------------------<a name="line.97"></a>
-<span class="sourceLineNo">098</span><a name="line.98"></a>
-<span class="sourceLineNo">099</span>   @Override /* HtmlElement */<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   public final A _class(String _class) {<a name="line.100"></a>
-<span class="sourceLineNo">101</span>      super._class(_class);<a name="line.101"></a>
-<span class="sourceLineNo">102</span>      return this;<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
-<span class="sourceLineNo">104</span><a name="line.104"></a>
-<span class="sourceLineNo">105</span>   @Override /* HtmlElement */<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   public final A id(String id) {<a name="line.106"></a>
-<span class="sourceLineNo">107</span>      super.id(id);<a name="line.107"></a>
-<span class="sourceLineNo">108</span>      return this;<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   }<a name="line.109"></a>
-<span class="sourceLineNo">110</span><a name="line.110"></a>
-<span class="sourceLineNo">111</span>   @Override /* HtmlElement */<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   public final A style(String style) {<a name="line.112"></a>
-<span class="sourceLineNo">113</span>      super.style(style);<a name="line.113"></a>
-<span class="sourceLineNo">114</span>      return this;<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   }<a name="line.115"></a>
-<span class="sourceLineNo">116</span><a name="line.116"></a>
-<span class="sourceLineNo">117</span>   @Override /* HtmlElementMixed */<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   public A children(Object...children) {<a name="line.118"></a>
-<span class="sourceLineNo">119</span>      super.children(children);<a name="line.119"></a>
-<span class="sourceLineNo">120</span>      return this;<a name="line.120"></a>
-<span class="sourceLineNo">121</span>   }<a name="line.121"></a>
-<span class="sourceLineNo">122</span><a name="line.122"></a>
-<span class="sourceLineNo">123</span>   @Override /* HtmlElementMixed */<a name="line.123"></a>
-<span class="sourceLineNo">124</span>   public A child(Object child) {<a name="line.124"></a>
-<span class="sourceLineNo">125</span>      super.child(child);<a name="line.125"></a>
-<span class="sourceLineNo">126</span>      return this;<a name="line.126"></a>
-<span class="sourceLineNo">127</span>   }<a name="line.127"></a>
-<span class="sourceLineNo">128</span>}<a name="line.128"></a>
+<span class="sourceLineNo">022</span> *<a name="line.22"></a>
+<span class="sourceLineNo">023</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> * &lt;ul class='doctree'&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;/ul&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> * &lt;/ul&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> */<a name="line.30"></a>
+<span class="sourceLineNo">031</span>@Bean(typeName="a")<a name="line.31"></a>
+<span class="sourceLineNo">032</span>public class A extends HtmlElementMixed {<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>   /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download"&gt;download&lt;/a&gt; attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Whether to download the resource instead of navigating to it, and its file name if so.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @param download The new value for this attribute.<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.38"></a>
+<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
+<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   public final A download(Object download) {<a name="line.41"></a>
+<span class="sourceLineNo">042</span>      attr("download", download);<a name="line.42"></a>
+<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
+<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href"&gt;href&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Address of the hyperlink.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @param href The new value for this attribute.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    * Typically a {@link URL} or {@link String}.<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * @return This object (for method chaining).<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   public final A href(Object href) {<a name="line.53"></a>
+<span class="sourceLineNo">054</span>      attr("href", href);<a name="line.54"></a>
+<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
+<span class="sourceLineNo">057</span><a name="line.57"></a>
+<span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang"&gt;hreflang&lt;/a&gt; attribute.<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Language of the linked resource.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    * @param hreflang The new value for this attribute.<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @return This object (for method chaining).<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public final A hreflang(String hreflang) {<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      attr("hreflang", hreflang);<a name="line.65"></a>
+<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
+<span class="sourceLineNo">068</span><a name="line.68"></a>
+<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel"&gt;rel&lt;/a&gt; attribute.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * Relationship between the document containing the hyperlink and the destination resource.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * @param rel The new value for this attribute.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    * @return This object (for method chaining).<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    */<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   public final A rel(String rel) {<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      attr("rel", rel);<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
+<span class="sourceLineNo">079</span><a name="line.79"></a>
+<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target"&gt;target&lt;/a&gt; attribute.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * Default browsing context for hyperlink navigation and form submission.<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    * @param target The new value for this attribute.<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    * @return This object (for method chaining).<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    */<a name="line.85"></a>
+<span class="sourceLineNo">086</span>   public final A target(String target) {<a name="line.86"></a>
+<span class="sourceLineNo">087</span>      attr("target", target);<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
+<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
+<span class="sourceLineNo">090</span><a name="line.90"></a>
+<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type"&gt;type&lt;/a&gt; attribute.<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * Hint for the type of the referenced resource.<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    * @param type The new value for this attribute.<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    * @return This object (for method chaining).<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   public final A type(String type) {<a name="line.97"></a>
+<span class="sourceLineNo">098</span>      attr("type", type);<a name="line.98"></a>
+<span class="sourceLineNo">099</span>      return this;<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
+<span class="sourceLineNo">101</span><a name="line.101"></a>
+<span class="sourceLineNo">102</span><a name="line.102"></a>
+<span class="sourceLineNo">103</span>   //--------------------------------------------------------------------------------<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   // Overridden methods<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   //--------------------------------------------------------------------------------<a name="line.105"></a>
+<span class="sourceLineNo">106</span><a name="line.106"></a>
+<span class="sourceLineNo">107</span>   @Override /* HtmlElement */<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   public final A _class(String _class) {<a name="line.108"></a>
+<span class="sourceLineNo">109</span>      super._class(_class);<a name="line.109"></a>
+<span class="sourceLineNo">110</span>      return this;<a name="line.110"></a>
+<span class="sourceLineNo">111</span>   }<a name="line.111"></a>
+<span class="sourceLineNo">112</span><a name="line.112"></a>
+<span class="sourceLineNo">113</span>   @Override /* HtmlElement */<a name="line.113"></a>
+<span class="sourceLineNo">114</span>   public final A id(String id) {<a name="line.114"></a>
+<span class="sourceLineNo">115</span>      super.id(id);<a name="line.115"></a>
+<span class="sourceLineNo">116</span>      return this;<a name="line.116"></a>
+<span class="sourceLineNo">117</span>   }<a name="line.117"></a>
+<span class="sourceLineNo">118</span><a name="line.118"></a>
+<span class="sourceLineNo">119</span>   @Override /* HtmlElement */<a name="line.119"></a>
+<span class="sourceLineNo">120</span>   public final A style(String style) {<a name="line.120"></a>
+<span class="sourceLineNo">121</span>      super.style(style);<a name="line.121"></a>
+<span class="sourceLineNo">122</span>      return this;<a name="line.122"></a>
+<span class="sourceLineNo">123</span>   }<a name="line.123"></a>
+<span class="sourceLineNo">124</span><a name="line.124"></a>
+<span class="sourceLineNo">125</span>   @Override /* HtmlElementMixed */<a name="line.125"></a>
+<span class="sourceLineNo">126</span>   public A children(Object...children) {<a name="line.126"></a>
+<span class="sourceLineNo">127</span>      super.children(children);<a name="line.127"></a>
+<span class="sourceLineNo">128</span>      return this;<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
+<span class="sourceLineNo">130</span><a name="line.130"></a>
+<span class="sourceLineNo">131</span>   @Override /* HtmlElementMixed */<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   public A child(Object child) {<a name="line.132"></a>
+<span class="sourceLineNo">133</span>      super.child(child);<a name="line.133"></a>
+<span class="sourceLineNo">134</span>      return this;<a name="line.134"></a>
+<span class="sourceLineNo">135</span>   }<a name="line.135"></a>
+<span class="sourceLineNo">136</span>}<a name="line.136"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Abbr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Abbr.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Abbr.html
index 5e56956..c4f1b76 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Abbr.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Abbr.html
@@ -25,50 +25,58 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element"&gt;&amp;lt;abbr&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="abbr")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Abbr extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Abbr _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Abbr id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Abbr style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElement */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Abbr title(String title) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.title(title);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Abbr children(Object...children) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.children(children);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span>   @Override /* HtmlElementMixed */<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   public Abbr child(Object child) {<a name="line.59"></a>
-<span class="sourceLineNo">060</span>      super.child(child);<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      return this;<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   }<a name="line.62"></a>
-<span class="sourceLineNo">063</span>}<a name="line.63"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="abbr")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Abbr extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Abbr _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Abbr id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Abbr style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElement */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Abbr title(String title) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.title(title);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Abbr children(Object...children) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.children(children);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span>   @Override /* HtmlElementMixed */<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   public Abbr child(Object child) {<a name="line.67"></a>
+<span class="sourceLineNo">068</span>      super.child(child);<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
+<span class="sourceLineNo">071</span>}<a name="line.71"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Address.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Address.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Address.html
index a313e33..2eb7b6b 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Address.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Address.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-address-element"&gt;&amp;lt;address&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="address")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Address extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Address _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Address id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Address style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Address children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Address child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="address")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Address extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Address _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Address id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Address style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Address children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Address child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Area.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Area.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Area.html
index 19b6649..aaf3bdb 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Area.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Area.html
@@ -27,134 +27,142 @@
 <span class="sourceLineNo">019</span>/**<a name="line.19"></a>
 <span class="sourceLineNo">020</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-area-element"&gt;&amp;lt;area&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * &lt;p&gt;<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span>@Bean(typeName="area")<a name="line.23"></a>
-<span class="sourceLineNo">024</span>public class Area extends HtmlElementVoid {<a name="line.24"></a>
-<span class="sourceLineNo">025</span><a name="line.25"></a>
-<span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt"&gt;alt&lt;/a&gt; attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Replacement text for use when images are not available.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @param alt The new value for this attribute.<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    * @return This object (for method chaining).<a name="line.30"></a>
-<span class="sourceLineNo">031</span>    */<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   public final Area alt(String alt) {<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      attr("alt", alt);<a name="line.33"></a>
-<span class="sourceLineNo">034</span>      return this;<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   }<a name="line.35"></a>
-<span class="sourceLineNo">036</span><a name="line.36"></a>
-<span class="sourceLineNo">037</span>   /**<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords"&gt;coords&lt;/a&gt; attribute.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * Coordinates for the shape to be created in an image map.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * @param coords The new value for this attribute.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @return This object (for method chaining).<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    */<a name="line.42"></a>
-<span class="sourceLineNo">043</span>   public final Area coords(String coords) {<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      attr("coords", coords);<a name="line.44"></a>
-<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
-<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
-<span class="sourceLineNo">047</span><a name="line.47"></a>
-<span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download"&gt;download&lt;/a&gt; attribute.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * Whether to download the resource instead of navigating to it, and its file name if so.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * @param download The new value for this attribute.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * @return This object (for method chaining).<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    */<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   public final Area download(Object download) {<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      attr("download", download);<a name="line.56"></a>
-<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
-<span class="sourceLineNo">059</span><a name="line.59"></a>
-<span class="sourceLineNo">060</span>   /**<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href"&gt;href&lt;/a&gt; attribute.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * Address of the hyperlink.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * @param href The new value for this attribute.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * Typically a {@link URL} or {@link String}.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * @return This object (for method chaining).<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    */<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   public final Area href(Object href) {<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      attr("href", href);<a name="line.68"></a>
-<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
-<span class="sourceLineNo">071</span><a name="line.71"></a>
-<span class="sourceLineNo">072</span>   /**<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang"&gt;hreflang&lt;/a&gt; attribute.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * Language of the linked resource.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * @param hreflang The new value for this attribute.<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    * @return This object (for method chaining).<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    */<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   public final Area hreflang(String hreflang) {<a name="line.78"></a>
-<span class="sourceLineNo">079</span>      attr("hreflang", hreflang);<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
-<span class="sourceLineNo">082</span><a name="line.82"></a>
-<span class="sourceLineNo">083</span>   /**<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel"&gt;rel&lt;/a&gt; attribute.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * Relationship between the document containing the hyperlink and the destination resource.<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * @param rel The new value for this attribute.<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    * @return This object (for method chaining).<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    */<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   public final Area rel(String rel) {<a name="line.89"></a>
-<span class="sourceLineNo">090</span>      attr("rel", rel);<a name="line.90"></a>
-<span class="sourceLineNo">091</span>      return this;<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   }<a name="line.92"></a>
-<span class="sourceLineNo">093</span><a name="line.93"></a>
-<span class="sourceLineNo">094</span>   /**<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape"&gt;shape&lt;/a&gt; attribute.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    * The kind of shape to be created in an image map.<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    * @param shape The new value for this attribute.<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    * @return This object (for method chaining).<a name="line.98"></a>
-<span class="sourceLineNo">099</span>    */<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   public final Area shape(String shape) {<a name="line.100"></a>
-<span class="sourceLineNo">101</span>      attr("shape", shape);<a name="line.101"></a>
-<span class="sourceLineNo">102</span>      return this;<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
-<span class="sourceLineNo">104</span><a name="line.104"></a>
-<span class="sourceLineNo">105</span>   /**<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target"&gt;target&lt;/a&gt; attribute.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    * Browsing context for hyperlink navigation.<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    * @param target The new value for this attribute.<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    * @return This object (for method chaining).<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    */<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   public final Area target(String target) {<a name="line.111"></a>
-<span class="sourceLineNo">112</span>      attr("target", target);<a name="line.112"></a>
-<span class="sourceLineNo">113</span>      return this;<a name="line.113"></a>
-<span class="sourceLineNo">114</span>   }<a name="line.114"></a>
-<span class="sourceLineNo">115</span><a name="line.115"></a>
-<span class="sourceLineNo">116</span>   /**<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type"&gt;type&lt;/a&gt; attribute.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * Hint for the type of the referenced resource.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    * @param type The new value for this attribute.<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    * @return This object (for method chaining).<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    */<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   public final Area type(String type) {<a name="line.122"></a>
-<span class="sourceLineNo">123</span>      attr("type", type);<a name="line.123"></a>
-<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
-<span class="sourceLineNo">126</span><a name="line.126"></a>
-<span class="sourceLineNo">127</span><a name="line.127"></a>
-<span class="sourceLineNo">128</span>   //--------------------------------------------------------------------------------<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   // Overridden methods<a name="line.129"></a>
-<span class="sourceLineNo">130</span>   //--------------------------------------------------------------------------------<a name="line.130"></a>
-<span class="sourceLineNo">131</span><a name="line.131"></a>
-<span class="sourceLineNo">132</span>   @Override /* HtmlElement */<a name="line.132"></a>
-<span class="sourceLineNo">133</span>   public final Area _class(String _class) {<a name="line.133"></a>
-<span class="sourceLineNo">134</span>      super._class(_class);<a name="line.134"></a>
-<span class="sourceLineNo">135</span>      return this;<a name="line.135"></a>
-<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
-<span class="sourceLineNo">137</span><a name="line.137"></a>
-<span class="sourceLineNo">138</span>   @Override /* HtmlElement */<a name="line.138"></a>
-<span class="sourceLineNo">139</span>   public final Area id(String id) {<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      super.id(id);<a name="line.140"></a>
-<span class="sourceLineNo">141</span>      return this;<a name="line.141"></a>
-<span class="sourceLineNo">142</span>   }<a name="line.142"></a>
-<span class="sourceLineNo">143</span><a name="line.143"></a>
-<span class="sourceLineNo">144</span>   @Override /* HtmlElement */<a name="line.144"></a>
-<span class="sourceLineNo">145</span>   public final Area style(String style) {<a name="line.145"></a>
-<span class="sourceLineNo">146</span>      super.style(style);<a name="line.146"></a>
-<span class="sourceLineNo">147</span>      return this;<a name="line.147"></a>
-<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
-<span class="sourceLineNo">149</span>}<a name="line.149"></a>
+<span class="sourceLineNo">022</span> *<a name="line.22"></a>
+<span class="sourceLineNo">023</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> * &lt;ul class='doctree'&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;/ul&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> * &lt;/ul&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> */<a name="line.30"></a>
+<span class="sourceLineNo">031</span>@Bean(typeName="area")<a name="line.31"></a>
+<span class="sourceLineNo">032</span>public class Area extends HtmlElementVoid {<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>   /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt"&gt;alt&lt;/a&gt; attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Replacement text for use when images are not available.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @param alt The new value for this attribute.<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    * @return This object (for method chaining).<a name="line.38"></a>
+<span class="sourceLineNo">039</span>    */<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   public final Area alt(String alt) {<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      attr("alt", alt);<a name="line.41"></a>
+<span class="sourceLineNo">042</span>      return this;<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   }<a name="line.43"></a>
+<span class="sourceLineNo">044</span><a name="line.44"></a>
+<span class="sourceLineNo">045</span>   /**<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords"&gt;coords&lt;/a&gt; attribute.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * Coordinates for the shape to be created in an image map.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * @param coords The new value for this attribute.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @return This object (for method chaining).<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    */<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   public final Area coords(String coords) {<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      attr("coords", coords);<a name="line.52"></a>
+<span class="sourceLineNo">053</span>      return this;<a name="line.53"></a>
+<span class="sourceLineNo">054</span>   }<a name="line.54"></a>
+<span class="sourceLineNo">055</span><a name="line.55"></a>
+<span class="sourceLineNo">056</span>   /**<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download"&gt;download&lt;/a&gt; attribute.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * Whether to download the resource instead of navigating to it, and its file name if so.<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * @param download The new value for this attribute.<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    * @return This object (for method chaining).<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   public final Area download(Object download) {<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      attr("download", download);<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      return this;<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
+<span class="sourceLineNo">067</span><a name="line.67"></a>
+<span class="sourceLineNo">068</span>   /**<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href"&gt;href&lt;/a&gt; attribute.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * Address of the hyperlink.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * @param href The new value for this attribute.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * Typically a {@link URL} or {@link String}.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    * @return This object (for method chaining).<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    */<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   public final Area href(Object href) {<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      attr("href", href);<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
+<span class="sourceLineNo">079</span><a name="line.79"></a>
+<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang"&gt;hreflang&lt;/a&gt; attribute.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * Language of the linked resource.<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    * @param hreflang The new value for this attribute.<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    * @return This object (for method chaining).<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    */<a name="line.85"></a>
+<span class="sourceLineNo">086</span>   public final Area hreflang(String hreflang) {<a name="line.86"></a>
+<span class="sourceLineNo">087</span>      attr("hreflang", hreflang);<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
+<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
+<span class="sourceLineNo">090</span><a name="line.90"></a>
+<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel"&gt;rel&lt;/a&gt; attribute.<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * Relationship between the document containing the hyperlink and the destination resource.<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    * @param rel The new value for this attribute.<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    * @return This object (for method chaining).<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   public final Area rel(String rel) {<a name="line.97"></a>
+<span class="sourceLineNo">098</span>      attr("rel", rel);<a name="line.98"></a>
+<span class="sourceLineNo">099</span>      return this;<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
+<span class="sourceLineNo">101</span><a name="line.101"></a>
+<span class="sourceLineNo">102</span>   /**<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape"&gt;shape&lt;/a&gt; attribute.<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    * The kind of shape to be created in an image map.<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    * @param shape The new value for this attribute.<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    * @return This object (for method chaining).<a name="line.106"></a>
+<span class="sourceLineNo">107</span>    */<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   public final Area shape(String shape) {<a name="line.108"></a>
+<span class="sourceLineNo">109</span>      attr("shape", shape);<a name="line.109"></a>
+<span class="sourceLineNo">110</span>      return this;<a name="line.110"></a>
+<span class="sourceLineNo">111</span>   }<a name="line.111"></a>
+<span class="sourceLineNo">112</span><a name="line.112"></a>
+<span class="sourceLineNo">113</span>   /**<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target"&gt;target&lt;/a&gt; attribute.<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    * Browsing context for hyperlink navigation.<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    * @param target The new value for this attribute.<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    * @return This object (for method chaining).<a name="line.117"></a>
+<span class="sourceLineNo">118</span>    */<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   public final Area target(String target) {<a name="line.119"></a>
+<span class="sourceLineNo">120</span>      attr("target", target);<a name="line.120"></a>
+<span class="sourceLineNo">121</span>      return this;<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   }<a name="line.122"></a>
+<span class="sourceLineNo">123</span><a name="line.123"></a>
+<span class="sourceLineNo">124</span>   /**<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type"&gt;type&lt;/a&gt; attribute.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * Hint for the type of the referenced resource.<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    * @param type The new value for this attribute.<a name="line.127"></a>
+<span class="sourceLineNo">128</span>    * @return This object (for method chaining).<a name="line.128"></a>
+<span class="sourceLineNo">129</span>    */<a name="line.129"></a>
+<span class="sourceLineNo">130</span>   public final Area type(String type) {<a name="line.130"></a>
+<span class="sourceLineNo">131</span>      attr("type", type);<a name="line.131"></a>
+<span class="sourceLineNo">132</span>      return this;<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   }<a name="line.133"></a>
+<span class="sourceLineNo">134</span><a name="line.134"></a>
+<span class="sourceLineNo">135</span><a name="line.135"></a>
+<span class="sourceLineNo">136</span>   //--------------------------------------------------------------------------------<a name="line.136"></a>
+<span class="sourceLineNo">137</span>   // Overridden methods<a name="line.137"></a>
+<span class="sourceLineNo">138</span>   //--------------------------------------------------------------------------------<a name="line.138"></a>
+<span class="sourceLineNo">139</span><a name="line.139"></a>
+<span class="sourceLineNo">140</span>   @Override /* HtmlElement */<a name="line.140"></a>
+<span class="sourceLineNo">141</span>   public final Area _class(String _class) {<a name="line.141"></a>
+<span class="sourceLineNo">142</span>      super._class(_class);<a name="line.142"></a>
+<span class="sourceLineNo">143</span>      return this;<a name="line.143"></a>
+<span class="sourceLineNo">144</span>   }<a name="line.144"></a>
+<span class="sourceLineNo">145</span><a name="line.145"></a>
+<span class="sourceLineNo">146</span>   @Override /* HtmlElement */<a name="line.146"></a>
+<span class="sourceLineNo">147</span>   public final Area id(String id) {<a name="line.147"></a>
+<span class="sourceLineNo">148</span>      super.id(id);<a name="line.148"></a>
+<span class="sourceLineNo">149</span>      return this;<a name="line.149"></a>
+<span class="sourceLineNo">150</span>   }<a name="line.150"></a>
+<span class="sourceLineNo">151</span><a name="line.151"></a>
+<span class="sourceLineNo">152</span>   @Override /* HtmlElement */<a name="line.152"></a>
+<span class="sourceLineNo">153</span>   public final Area style(String style) {<a name="line.153"></a>
+<span class="sourceLineNo">154</span>      super.style(style);<a name="line.154"></a>
+<span class="sourceLineNo">155</span>      return this;<a name="line.155"></a>
+<span class="sourceLineNo">156</span>   }<a name="line.156"></a>
+<span class="sourceLineNo">157</span>}<a name="line.157"></a>
 
 
 


[25/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
index eb6b68e..be984d8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.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>="operationId,summary,description,tags,externalDocs,consumes,produces,parameters,responses,schemes,deprecated,security")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.85">Operation</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.92">Operation</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">Describes a single API operation on a path.
 
@@ -175,8 +175,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       ]
    }
  </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>
@@ -562,7 +569,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Operation</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.85">Operation</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.92">Operation</a>()</pre>
 </li>
 </ul>
 </li>
@@ -579,7 +586,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTags</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.108">getTags</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.115">getTags</a>()</pre>
 <div class="block">Bean property getter:  <property>tags</property>.
  <p>
  A list of tags for API documentation control.
@@ -596,7 +603,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.121">setTags</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.128">setTags</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
 <div class="block">Bean property setter:  <property>tags</property>.
  <p>
  A list of tags for API documentation control.
@@ -615,7 +622,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addTags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.135">addTags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.142">addTags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;tags)</pre>
 <div class="block">Bean property adder:  <property>tags</property>.
  <p>
  A list of tags for API documentation control.
@@ -634,7 +641,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addTags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.149">addTags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.156">addTags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
 <div class="block">Bean property adder:  <property>tags</property>.
  <p>
  A list of tags for API documentation control.
@@ -654,7 +661,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>tags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.164">tags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.171">tags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;tags)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addTags-java.lang.String...-"><code>addTags(String...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -670,7 +677,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>tags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.174">tags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.181">tags</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;tags)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addTags-java.util.Collection-"><code>addTags(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -686,7 +693,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSummary</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.186">getSummary</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.193">getSummary</a>()</pre>
 <div class="block">Bean property getter:  <property>summary</property>.
  <p>
  A short summary of what the operation does.
@@ -703,7 +710,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSummary</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.199">setSummary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.206">setSummary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
 <div class="block">Bean property setter:  <property>summary</property>.
  <p>
  A short summary of what the operation does.
@@ -722,7 +729,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>summary</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.210">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.217">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setSummary-java.lang.String-"><code>setSummary(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -738,7 +745,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.222">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.229">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A verbose explanation of the operation behavior.
@@ -755,7 +762,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.235">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.242">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A verbose explanation of the operation behavior.
@@ -774,7 +781,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.246">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.253">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -790,7 +797,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExternalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.257">getExternalDocs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.264">getExternalDocs</a>()</pre>
 <div class="block">Bean property getter:  <property>externalDocs</property>.
  <p>
  Additional external documentation for this operation.</div>
@@ -806,7 +813,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExternalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.269">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.276">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
 <div class="block">Bean property setter:  <property>externalDocs</property>.
  <p>
  Additional external documentation for this operation.</div>
@@ -824,7 +831,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>externalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.280">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.287">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setExternalDocs-org.apache.juneau.dto.swagger.ExternalDocumentation-"><code>setExternalDocs(ExternalDocumentation)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -840,7 +847,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getOperationId</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.292">getOperationId</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.299">getOperationId</a>()</pre>
 <div class="block">Bean property getter:  <property>operationId</property>.
  <p>
  Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
@@ -857,7 +864,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setOperationId</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.305">setOperationId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationId)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.312">setOperationId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationId)</pre>
 <div class="block">Bean property setter:  <property>operationId</property>.
  <p>
  Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
@@ -876,7 +883,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>operationId</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.316">operationId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationId)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.323">operationId</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationId)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setOperationId-java.lang.String-"><code>setOperationId(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -892,7 +899,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getConsumes</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.330">getConsumes</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.337">getConsumes</a>()</pre>
 <div class="block">Bean property getter:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -911,7 +918,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.345">setConsumes</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.352">setConsumes</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property setter:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -932,7 +939,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.361">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.368">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -953,7 +960,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.376">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.383">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -974,7 +981,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.391">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.398">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -990,7 +997,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.401">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.408">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1006,7 +1013,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getProduces</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.415">getProduces</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.422">getProduces</a>()</pre>
 <div class="block">Bean property getter:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1025,7 +1032,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.430">setProduces</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.437">setProduces</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property setter:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1046,7 +1053,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.446">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.453">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1067,7 +1074,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.466">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.473">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produces.
@@ -1088,7 +1095,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.481">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.488">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1104,7 +1111,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.491">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.498">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1120,7 +1127,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getParameters</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.507">getParameters</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.514">getParameters</a>()</pre>
 <div class="block">Bean property getter:  <property>parameters</property>.
  <p>
  A list of parameters that are applicable for this operation.
@@ -1141,7 +1148,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setParameters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.524">setParameters</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.531">setParameters</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
 <div class="block">Bean property setter:  <property>parameters</property>.
  <p>
  A list of parameters that are applicable for this operation.
@@ -1164,7 +1171,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addParameters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.542">addParameters</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>...&nbsp;parameters)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.549">addParameters</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>...&nbsp;parameters)</pre>
 <div class="block">Bean property adder:  <property>parameters</property>.
  <p>
  A list of parameters that are applicable for this operation.
@@ -1187,7 +1194,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>parameters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.555">parameters</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>...&nbsp;parameters)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.562">parameters</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>...&nbsp;parameters)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addParameters-org.apache.juneau.dto.swagger.ParameterInfo...-"><code>addParameters(ParameterInfo...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1203,7 +1210,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>parameters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.565">parameters</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.572">parameters</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setParameters-java.util.List-"><code>setParameters(List)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1219,7 +1226,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponses</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.576">getResponses</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.583">getResponses</a>()</pre>
 <div class="block">Bean property getter:  <property>responses</property>.
  <p>
  Required. The list of possible responses as they are returned from executing this operation.</div>
@@ -1235,7 +1242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setResponses</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.588">setResponses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.595">setResponses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
 <div class="block">Bean property setter:  <property>responses</property>.
  <p>
  Required. The list of possible responses as they are returned from executing this operation.</div>
@@ -1253,7 +1260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addResponse</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.602">addResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;statusCode,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.609">addResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;statusCode,
                              <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;response)</pre>
 <div class="block">Bean property adder:  <property>responses</property>.
  <p>
@@ -1273,7 +1280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>response</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.616">response</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;statusCode,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.623">response</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;statusCode,
                           <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;response)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addResponse-java.lang.Integer-org.apache.juneau.dto.swagger.ResponseInfo-"><code>addResponse(Integer,ResponseInfo)</code></a>.</div>
 <dl>
@@ -1291,7 +1298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>responses</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.626">responses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.633">responses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setResponses-java.util.Map-"><code>setResponses(Map)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1307,7 +1314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSchemes</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.639">getSchemes</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.646">getSchemes</a>()</pre>
 <div class="block">Bean property getter:  <property>schemes</property>.
  <p>
  The transfer protocol for the operation.
@@ -1325,7 +1332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.653">setSchemes</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.660">setSchemes</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
 <div class="block">Bean property setter:  <property>schemes</property>.
  <p>
  The transfer protocol for the operation.
@@ -1345,7 +1352,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.668">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.675">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
 <div class="block">Bean property adder:  <property>schemes</property>.
  <p>
  The transfer protocol for the operation.
@@ -1365,7 +1372,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.682">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.689">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
 <div class="block">Bean property adder:  <property>schemes</property>.
  <p>
  The transfer protocol for the operation.
@@ -1385,7 +1392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>schemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.695">schemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.702">schemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addSchemes-java.lang.String...-"><code>addSchemes(String...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1401,7 +1408,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeprecated</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.708">getDeprecated</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.715">getDeprecated</a>()</pre>
 <div class="block">Bean property getter:  <property>deprecated</property>.
  <p>
  Declares this operation to be deprecated.
@@ -1419,7 +1426,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDeprecated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.722">setDeprecated</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>&nbsp;deprecated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.729">setDeprecated</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>&nbsp;deprecated)</pre>
 <div class="block">Bean property setter:  <property>deprecated</property>.
  <p>
  Declares this operation to be deprecated.
@@ -1439,7 +1446,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>deprecated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.733">deprecated</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>&nbsp;deprecated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.740">deprecated</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>&nbsp;deprecated)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setDeprecated-java.lang.Boolean-"><code>setDeprecated(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1455,7 +1462,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSecurity</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.747">getSecurity</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.754">getSecurity</a>()</pre>
 <div class="block">Bean property getter:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for this operation.
@@ -1474,7 +1481,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSecurity</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.762">setSecurity</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;security)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.769">setSecurity</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;security)</pre>
 <div class="block">Bean property setter:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for this operation.
@@ -1495,7 +1502,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSecurity</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.778">addSecurity</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;security)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.785">addSecurity</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;security)</pre>
 <div class="block">Bean property adder:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for this operation.
@@ -1516,7 +1523,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>security</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.792">security</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scheme,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.799">security</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scheme,
                           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;alternatives)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addSecurity-java.util.Map-"><code>addSecurity(Map)</code></a>.</div>
 <dl>


[35/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/P.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/P.html b/content/site/apidocs/org/apache/juneau/dto/html5/P.html
index 7e227fc..e9ce844 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/P.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/P.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="p")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.22">P</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.30">P</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-p-element">&lt;p&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>P</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.22">P</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.30">P</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/P.html" title="class in org.apache.juneau.dto.html5">P</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/P.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Param.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Param.html b/content/site/apidocs/org/apache/juneau/dto/html5/Param.html
index a2741ed..90420c0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Param.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Param.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="param")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.22">Param</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.30">Param</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element">&lt;param&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -217,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Param</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.22">Param</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.30">Param</a>()</pre>
 </li>
 </ul>
 </li>
@@ -234,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.30">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.38">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-name">name</a> attribute.
  Name of parameter.</div>
 <dl>
@@ -251,7 +259,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.42">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.50">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-value">value</a> attribute.
  Value of parameter.</div>
 <dl>
@@ -269,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.53">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.61">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -288,7 +296,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.59">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Param.html#line.67">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Pre.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Pre.html b/content/site/apidocs/org/apache/juneau/dto/html5/Pre.html
index 22fee33..7e6fd46 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Pre.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Pre.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="pre")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.27">Pre</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.35">Pre</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-pre-element">&lt;pre&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Pre</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.27">Pre</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.35">Pre</a>()</pre>
 </li>
 </ul>
 </li>
@@ -256,7 +264,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#MIXED_PWS">MIXED_PWS</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--">beanDictionary</a>=<a href="../../../../../org/apache/juneau/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary.class</a>,
               <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="c")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.36">getChildren</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.44">getChildren</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#getChildren--">HtmlElementMixed</a></code></span></div>
 <div class="block">The children of this element.</div>
 <dl>
@@ -273,7 +281,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -292,7 +300,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -311,7 +319,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -330,7 +338,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -350,7 +358,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Pre.html" title="class in org.apache.juneau.dto.html5">Pre</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Pre.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Progress.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Progress.html b/content/site/apidocs/org/apache/juneau/dto/html5/Progress.html
index 1537494..41c0dd9 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Progress.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Progress.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="progress")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.22">Progress</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.30">Progress</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-progress-element">&lt;progress&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Progress</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.22">Progress</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.30">Progress</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>max</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.31">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.39">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-max">max</a> attribute.
  Upper bound of range.</div>
 <dl>
@@ -277,7 +285,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.43">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.51">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-value">value</a> attribute.
  Current value of the element.</div>
 <dl>
@@ -295,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.54">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.62">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -314,7 +322,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.60">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.68">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -333,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.66">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.74">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -352,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.72">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.80">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -372,7 +380,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.78">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Progress.html" title="class in org.apache.juneau.dto.html5">Progress</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Progress.html#line.86">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Q.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Q.html b/content/site/apidocs/org/apache/juneau/dto/html5/Q.html
index e1600a3..206e613 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Q.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Q.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="q")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.22">Q</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.30">Q</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element">&lt;q&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Q</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.22">Q</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.30">Q</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.30">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.38">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-q-cite">cite</a> attribute.
  Link to the source of the quotation or more information about the edit.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -308,7 +316,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -327,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Q.html" title="class in org.apache.juneau.dto.html5">Q</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Q.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Rb.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Rb.html b/content/site/apidocs/org/apache/juneau/dto/html5/Rb.html
index 45ebe1e..a5cd7db 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Rb.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Rb.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="rb")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.22">Rb</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.30">Rb</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element">&lt;rb&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Rb</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.22">Rb</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.30">Rb</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rb.html" title="class in org.apache.juneau.dto.html5">Rb</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rb.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Rp.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Rp.html b/content/site/apidocs/org/apache/juneau/dto/html5/Rp.html
index d311557..573f36f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Rp.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Rp.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="rp")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.22">Rp</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.30">Rp</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element">&lt;rp&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Rp</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.22">Rp</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.30">Rp</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rp.html" title="class in org.apache.juneau.dto.html5">Rp</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rp.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Rt.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Rt.html b/content/site/apidocs/org/apache/juneau/dto/html5/Rt.html
index ac5e195..c2cbe27 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Rt.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Rt.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="rt")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.22">Rt</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.30">Rt</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element">&lt;rt&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Rt</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.22">Rt</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.30">Rt</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rt.html" title="class in org.apache.juneau.dto.html5">Rt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rt.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Rtc.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Rtc.html b/content/site/apidocs/org/apache/juneau/dto/html5/Rtc.html
index 7b30450..80f3f35 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Rtc.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Rtc.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="rtc")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.22">Rtc</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.30">Rtc</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element">&lt;rtc&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Rtc</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.22">Rtc</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.30">Rtc</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Rtc.html" title="class in org.apache.juneau.dto.html5">Rtc</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Rtc.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Ruby.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Ruby.html b/content/site/apidocs/org/apache/juneau/dto/html5/Ruby.html
index 3f4e92e..7ca321b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Ruby.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Ruby.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="ruby")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.22">Ruby</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.30">Ruby</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element">&lt;ruby&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Ruby</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.22">Ruby</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.30">Ruby</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ruby.html" title="class in org.apache.juneau.dto.html5">Ruby</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ruby.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>



[10/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/CommonEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/CommonEntry.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/CommonEntry.html
index a20f717..f9c70d7 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/CommonEntry.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/CommonEntry.html
@@ -31,268 +31,275 @@
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>/**<a name="line.24"></a>
 <span class="sourceLineNo">025</span> * Parent class of {@link Entry}, {@link Feed}, and {@link Source}<a name="line.25"></a>
-<span class="sourceLineNo">026</span> * &lt;p&gt;<a name="line.26"></a>
-<span class="sourceLineNo">027</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.27"></a>
-<span class="sourceLineNo">028</span> */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>@SuppressWarnings("hiding")<a name="line.29"></a>
-<span class="sourceLineNo">030</span>public class CommonEntry extends Common {<a name="line.30"></a>
-<span class="sourceLineNo">031</span><a name="line.31"></a>
-<span class="sourceLineNo">032</span>   private Person[] authors;<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   private Category[] categories;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   private Person[] contributors;<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   private Id id;<a name="line.35"></a>
-<span class="sourceLineNo">036</span>   private Link[] links;<a name="line.36"></a>
-<span class="sourceLineNo">037</span>   private Text rights;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   private Text title;<a name="line.38"></a>
-<span class="sourceLineNo">039</span>   private Calendar updated;<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span><a name="line.41"></a>
-<span class="sourceLineNo">042</span>   /**<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    * Normal constructor.<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    * @param id The ID of this object.<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    * @param title The title of this object.<a name="line.45"></a>
-<span class="sourceLineNo">046</span>    * @param updated The updated timestamp of this object.<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public CommonEntry(Id id, Text title, Calendar updated) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      id(id).title(title).updated(updated);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   /**<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * Normal constructor.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    * @param id The ID of this object.<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    * @param title The title of this object.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>    * @param updated The updated timestamp of this object.<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    */<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   public CommonEntry(String id, String title, String updated) {<a name="line.58"></a>
-<span class="sourceLineNo">059</span>      id(id).title(title).updated(updated);<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   }<a name="line.60"></a>
-<span class="sourceLineNo">061</span><a name="line.61"></a>
-<span class="sourceLineNo">062</span>   /** Bean constructor. */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   public CommonEntry() {}<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span><a name="line.65"></a>
-<span class="sourceLineNo">066</span>   //--------------------------------------------------------------------------------<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   // Bean properties<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   //--------------------------------------------------------------------------------<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span>   /**<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * Returns the list of authors for this object.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    *<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @return The list of authors for this object.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    */<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   @Xml(format=COLLAPSED, childName="author")<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public Person[] getAuthors() {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      return authors;<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * Sets the list of authors for this object.<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    *<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @param authors The list of authors for this object.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * @return This object (for method chaining).<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    */<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   @BeanProperty("authors")<a name="line.86"></a>
-<span class="sourceLineNo">087</span>   public CommonEntry authors(Person...authors) {<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      this.authors = authors;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>      return this;<a name="line.89"></a>
-<span class="sourceLineNo">090</span>   }<a name="line.90"></a>
-<span class="sourceLineNo">091</span><a name="line.91"></a>
-<span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * Returns the list of categories of this object.<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    *<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return The list of categories of this object.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @Xml(format=COLLAPSED, childName="category")<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public Category[] getCatetories() {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      return categories;<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
-<span class="sourceLineNo">101</span><a name="line.101"></a>
-<span class="sourceLineNo">102</span>   /**<a name="line.102"></a>
-<span class="sourceLineNo">103</span>    * Sets the list of categories of this object.<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    *<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    * @param categories The list of categories of this object.<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * @return This object (for method chaining).<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    */<a name="line.107"></a>
-<span class="sourceLineNo">108</span>   @BeanProperty("categories")<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   public CommonEntry categories(Category...categories) {<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      this.categories = categories;<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      return this;<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   }<a name="line.112"></a>
-<span class="sourceLineNo">113</span><a name="line.113"></a>
-<span class="sourceLineNo">114</span>   /**<a name="line.114"></a>
-<span class="sourceLineNo">115</span>    * Returns the list of contributors of this object.<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    *<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    * @return The list of contributors of this object.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    */<a name="line.118"></a>
-<span class="sourceLineNo">119</span>   @Xml(format=COLLAPSED, childName="contributor")<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   public Person[] getContributors() {<a name="line.120"></a>
-<span class="sourceLineNo">121</span>      return contributors;<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   }<a name="line.122"></a>
-<span class="sourceLineNo">123</span><a name="line.123"></a>
-<span class="sourceLineNo">124</span>   /**<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    * Sets the list of contributors of this object.<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    *<a name="line.126"></a>
-<span class="sourceLineNo">127</span>    * @param contributors The list of contributors of this object.<a name="line.127"></a>
-<span class="sourceLineNo">128</span>    * @return This object (for method chaining).<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    */<a name="line.129"></a>
-<span class="sourceLineNo">130</span>   @BeanProperty("contributors")<a name="line.130"></a>
-<span class="sourceLineNo">131</span>   public CommonEntry contributors(Person...contributors) {<a name="line.131"></a>
-<span class="sourceLineNo">132</span>      this.contributors = contributors;<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      return this;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>   }<a name="line.134"></a>
-<span class="sourceLineNo">135</span><a name="line.135"></a>
-<span class="sourceLineNo">136</span>   /**<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    * Returns the ID of this object.<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    *<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    * @return The ID of this object.<a name="line.139"></a>
-<span class="sourceLineNo">140</span>    */<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   public Id getId() {<a name="line.141"></a>
-<span class="sourceLineNo">142</span>      return id;<a name="line.142"></a>
-<span class="sourceLineNo">143</span>   }<a name="line.143"></a>
-<span class="sourceLineNo">144</span><a name="line.144"></a>
-<span class="sourceLineNo">145</span>   /**<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * Sets the ID of this object.<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    *<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    * @param id The ID of this object.<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    * @return This object (for method chaining).<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    */<a name="line.150"></a>
-<span class="sourceLineNo">151</span>   @BeanProperty("id")<a name="line.151"></a>
-<span class="sourceLineNo">152</span>   public CommonEntry id(Id id) {<a name="line.152"></a>
-<span class="sourceLineNo">153</span>      this.id = id;<a name="line.153"></a>
-<span class="sourceLineNo">154</span>      return this;<a name="line.154"></a>
-<span class="sourceLineNo">155</span>   }<a name="line.155"></a>
-<span class="sourceLineNo">156</span><a name="line.156"></a>
-<span class="sourceLineNo">157</span>   /**<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    * Sets the ID of this object.<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    *<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    * @param id The ID of this object.<a name="line.160"></a>
-<span class="sourceLineNo">161</span>    * @return This object (for method chaining).<a name="line.161"></a>
-<span class="sourceLineNo">162</span>    */<a name="line.162"></a>
-<span class="sourceLineNo">163</span>   public CommonEntry id(String id) {<a name="line.163"></a>
-<span class="sourceLineNo">164</span>      this.id = new Id(id);<a name="line.164"></a>
-<span class="sourceLineNo">165</span>      return this;<a name="line.165"></a>
-<span class="sourceLineNo">166</span>   }<a name="line.166"></a>
-<span class="sourceLineNo">167</span><a name="line.167"></a>
-<span class="sourceLineNo">168</span>   /**<a name="line.168"></a>
-<span class="sourceLineNo">169</span>    * Returns the list of links of this object.<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    *<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    * @return The list of links of this object.<a name="line.171"></a>
-<span class="sourceLineNo">172</span>    */<a name="line.172"></a>
-<span class="sourceLineNo">173</span>   @Xml(format=COLLAPSED)<a name="line.173"></a>
-<span class="sourceLineNo">174</span>   public Link[] getLinks() {<a name="line.174"></a>
-<span class="sourceLineNo">175</span>      return links;<a name="line.175"></a>
-<span class="sourceLineNo">176</span>   }<a name="line.176"></a>
-<span class="sourceLineNo">177</span><a name="line.177"></a>
-<span class="sourceLineNo">178</span>   /**<a name="line.178"></a>
-<span class="sourceLineNo">179</span>    * Sets the list of links of this object.<a name="line.179"></a>
-<span class="sourceLineNo">180</span>    *<a name="line.180"></a>
-<span class="sourceLineNo">181</span>    * @param links The list of links of this object.<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    * @return This object (for method chaining).<a name="line.182"></a>
-<span class="sourceLineNo">183</span>    */<a name="line.183"></a>
-<span class="sourceLineNo">184</span>   @BeanProperty("links")<a name="line.184"></a>
-<span class="sourceLineNo">185</span>   public CommonEntry links(Link...links) {<a name="line.185"></a>
-<span class="sourceLineNo">186</span>      this.links = links;<a name="line.186"></a>
-<span class="sourceLineNo">187</span>      return this;<a name="line.187"></a>
-<span class="sourceLineNo">188</span>   }<a name="line.188"></a>
-<span class="sourceLineNo">189</span><a name="line.189"></a>
-<span class="sourceLineNo">190</span>   /**<a name="line.190"></a>
-<span class="sourceLineNo">191</span>    * Returns the rights statement of this object.<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    *<a name="line.192"></a>
-<span class="sourceLineNo">193</span>    * @return The rights statement of this object.<a name="line.193"></a>
-<span class="sourceLineNo">194</span>    */<a name="line.194"></a>
-<span class="sourceLineNo">195</span>   public Text getRights() {<a name="line.195"></a>
-<span class="sourceLineNo">196</span>      return rights;<a name="line.196"></a>
-<span class="sourceLineNo">197</span>   }<a name="line.197"></a>
-<span class="sourceLineNo">198</span><a name="line.198"></a>
-<span class="sourceLineNo">199</span>   /**<a name="line.199"></a>
-<span class="sourceLineNo">200</span>    * Sets the rights statement of this object.<a name="line.200"></a>
-<span class="sourceLineNo">201</span>    *<a name="line.201"></a>
-<span class="sourceLineNo">202</span>    * @param rights The rights statement of this object.<a name="line.202"></a>
-<span class="sourceLineNo">203</span>    * @return This object (for method chaining).<a name="line.203"></a>
-<span class="sourceLineNo">204</span>    */<a name="line.204"></a>
-<span class="sourceLineNo">205</span>   @BeanProperty("rights")<a name="line.205"></a>
-<span class="sourceLineNo">206</span>   public CommonEntry rights(Text rights) {<a name="line.206"></a>
-<span class="sourceLineNo">207</span>      this.rights = rights;<a name="line.207"></a>
-<span class="sourceLineNo">208</span>      return this;<a name="line.208"></a>
-<span class="sourceLineNo">209</span>   }<a name="line.209"></a>
-<span class="sourceLineNo">210</span><a name="line.210"></a>
-<span class="sourceLineNo">211</span>   /**<a name="line.211"></a>
-<span class="sourceLineNo">212</span>    * Sets the rights statement of this object.<a name="line.212"></a>
-<span class="sourceLineNo">213</span>    *<a name="line.213"></a>
-<span class="sourceLineNo">214</span>    * @param rights The rights statement of this object.<a name="line.214"></a>
-<span class="sourceLineNo">215</span>    * @return This object (for method chaining).<a name="line.215"></a>
-<span class="sourceLineNo">216</span>    */<a name="line.216"></a>
-<span class="sourceLineNo">217</span>   public CommonEntry rights(String rights) {<a name="line.217"></a>
-<span class="sourceLineNo">218</span>      this.rights = new Text().text(rights);<a name="line.218"></a>
-<span class="sourceLineNo">219</span>      return this;<a name="line.219"></a>
-<span class="sourceLineNo">220</span>   }<a name="line.220"></a>
-<span class="sourceLineNo">221</span><a name="line.221"></a>
-<span class="sourceLineNo">222</span>   /**<a name="line.222"></a>
-<span class="sourceLineNo">223</span>    * Returns the title of this object.<a name="line.223"></a>
-<span class="sourceLineNo">224</span>    *<a name="line.224"></a>
-<span class="sourceLineNo">225</span>    * @return The title of this object.<a name="line.225"></a>
-<span class="sourceLineNo">226</span>    */<a name="line.226"></a>
-<span class="sourceLineNo">227</span>   public Text getTitle() {<a name="line.227"></a>
-<span class="sourceLineNo">228</span>      return title;<a name="line.228"></a>
-<span class="sourceLineNo">229</span>   }<a name="line.229"></a>
-<span class="sourceLineNo">230</span><a name="line.230"></a>
-<span class="sourceLineNo">231</span>   /**<a name="line.231"></a>
-<span class="sourceLineNo">232</span>    * Sets the title of this object.<a name="line.232"></a>
-<span class="sourceLineNo">233</span>    *<a name="line.233"></a>
-<span class="sourceLineNo">234</span>    * @param title The title of this object.<a name="line.234"></a>
-<span class="sourceLineNo">235</span>    * @return This object (for method chaining).<a name="line.235"></a>
-<span class="sourceLineNo">236</span>    */<a name="line.236"></a>
-<span class="sourceLineNo">237</span>   @BeanProperty("title")<a name="line.237"></a>
-<span class="sourceLineNo">238</span>   public CommonEntry title(Text title) {<a name="line.238"></a>
-<span class="sourceLineNo">239</span>      this.title = title;<a name="line.239"></a>
-<span class="sourceLineNo">240</span>      return this;<a name="line.240"></a>
-<span class="sourceLineNo">241</span>   }<a name="line.241"></a>
-<span class="sourceLineNo">242</span><a name="line.242"></a>
-<span class="sourceLineNo">243</span>   /**<a name="line.243"></a>
-<span class="sourceLineNo">244</span>    * Sets the title of this object.<a name="line.244"></a>
-<span class="sourceLineNo">245</span>    *<a name="line.245"></a>
-<span class="sourceLineNo">246</span>    * @param title The title of this object.<a name="line.246"></a>
-<span class="sourceLineNo">247</span>    * @return This object (for method chaining).<a name="line.247"></a>
-<span class="sourceLineNo">248</span>    */<a name="line.248"></a>
-<span class="sourceLineNo">249</span>   public CommonEntry title(String title) {<a name="line.249"></a>
-<span class="sourceLineNo">250</span>      this.title = new Text().text(title);<a name="line.250"></a>
-<span class="sourceLineNo">251</span>      return this;<a name="line.251"></a>
-<span class="sourceLineNo">252</span>   }<a name="line.252"></a>
-<span class="sourceLineNo">253</span><a name="line.253"></a>
-<span class="sourceLineNo">254</span>   /**<a name="line.254"></a>
-<span class="sourceLineNo">255</span>    * Returns the update timestamp of this object.<a name="line.255"></a>
-<span class="sourceLineNo">256</span>    *<a name="line.256"></a>
-<span class="sourceLineNo">257</span>    * @return The update timestamp of this object.<a name="line.257"></a>
-<span class="sourceLineNo">258</span>    */<a name="line.258"></a>
-<span class="sourceLineNo">259</span>   @BeanProperty(swap=CalendarSwap.ISO8601DT.class)<a name="line.259"></a>
-<span class="sourceLineNo">260</span>   public Calendar getUpdated() {<a name="line.260"></a>
-<span class="sourceLineNo">261</span>      return updated;<a name="line.261"></a>
-<span class="sourceLineNo">262</span>   }<a name="line.262"></a>
-<span class="sourceLineNo">263</span><a name="line.263"></a>
-<span class="sourceLineNo">264</span>   /**<a name="line.264"></a>
-<span class="sourceLineNo">265</span>    * Sets the update timestamp of this object.<a name="line.265"></a>
-<span class="sourceLineNo">266</span>    *<a name="line.266"></a>
-<span class="sourceLineNo">267</span>    * @param updated The update timestamp of this object.<a name="line.267"></a>
-<span class="sourceLineNo">268</span>    * @return This object (for method chaining).<a name="line.268"></a>
-<span class="sourceLineNo">269</span>    */<a name="line.269"></a>
-<span class="sourceLineNo">270</span>   @BeanProperty("updated")<a name="line.270"></a>
-<span class="sourceLineNo">271</span>   public CommonEntry updated(Calendar updated) {<a name="line.271"></a>
-<span class="sourceLineNo">272</span>      this.updated = updated;<a name="line.272"></a>
-<span class="sourceLineNo">273</span>      return this;<a name="line.273"></a>
-<span class="sourceLineNo">274</span>   }<a name="line.274"></a>
-<span class="sourceLineNo">275</span><a name="line.275"></a>
-<span class="sourceLineNo">276</span>   /**<a name="line.276"></a>
-<span class="sourceLineNo">277</span>    * Sets the update timestamp of this object.<a name="line.277"></a>
-<span class="sourceLineNo">278</span>    *<a name="line.278"></a>
-<span class="sourceLineNo">279</span>    * @param updated The update timestamp of this object in ISO8601 format.<a name="line.279"></a>
-<span class="sourceLineNo">280</span>    * @return This object (for method chaining).<a name="line.280"></a>
-<span class="sourceLineNo">281</span>    */<a name="line.281"></a>
-<span class="sourceLineNo">282</span>   @BeanProperty("updated")<a name="line.282"></a>
-<span class="sourceLineNo">283</span>   public CommonEntry updated(String updated) {<a name="line.283"></a>
-<span class="sourceLineNo">284</span>      this.updated = parseDateTime(updated);<a name="line.284"></a>
-<span class="sourceLineNo">285</span>      return this;<a name="line.285"></a>
-<span class="sourceLineNo">286</span>   }<a name="line.286"></a>
-<span class="sourceLineNo">287</span>}<a name="line.287"></a>
+<span class="sourceLineNo">026</span> *<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> * &lt;ul class='doctree'&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> *    &lt;ul&gt;<a name="line.30"></a>
+<span class="sourceLineNo">031</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.31"></a>
+<span class="sourceLineNo">032</span> *    &lt;/ul&gt;<a name="line.32"></a>
+<span class="sourceLineNo">033</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;/ul&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> */<a name="line.35"></a>
+<span class="sourceLineNo">036</span>@SuppressWarnings("hiding")<a name="line.36"></a>
+<span class="sourceLineNo">037</span>public class CommonEntry extends Common {<a name="line.37"></a>
+<span class="sourceLineNo">038</span><a name="line.38"></a>
+<span class="sourceLineNo">039</span>   private Person[] authors;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   private Category[] categories;<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   private Person[] contributors;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   private Id id;<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   private Link[] links;<a name="line.43"></a>
+<span class="sourceLineNo">044</span>   private Text rights;<a name="line.44"></a>
+<span class="sourceLineNo">045</span>   private Text title;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   private Calendar updated;<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>   /**<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    * Normal constructor.<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * @param id The ID of this object.<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    * @param title The title of this object.<a name="line.52"></a>
+<span class="sourceLineNo">053</span>    * @param updated The updated timestamp of this object.<a name="line.53"></a>
+<span class="sourceLineNo">054</span>    */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public CommonEntry(Id id, Text title, Calendar updated) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      id(id).title(title).updated(updated);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
+<span class="sourceLineNo">058</span><a name="line.58"></a>
+<span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Normal constructor.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    * @param id The ID of this object.<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @param title The title of this object.<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    * @param updated The updated timestamp of this object.<a name="line.63"></a>
+<span class="sourceLineNo">064</span>    */<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   public CommonEntry(String id, String title, String updated) {<a name="line.65"></a>
+<span class="sourceLineNo">066</span>      id(id).title(title).updated(updated);<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
+<span class="sourceLineNo">068</span><a name="line.68"></a>
+<span class="sourceLineNo">069</span>   /** Bean constructor. */<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   public CommonEntry() {}<a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span><a name="line.72"></a>
+<span class="sourceLineNo">073</span>   //--------------------------------------------------------------------------------<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   // Bean properties<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   //--------------------------------------------------------------------------------<a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span>   /**<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * Returns the list of authors for this object.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    *<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @return The list of authors for this object.<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    */<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   @Xml(format=COLLAPSED, childName="author")<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   public Person[] getAuthors() {<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return authors;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   /**<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    * Sets the list of authors for this object.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    *<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @param authors The list of authors for this object.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * @return This object (for method chaining).<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    */<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   @BeanProperty("authors")<a name="line.93"></a>
+<span class="sourceLineNo">094</span>   public CommonEntry authors(Person...authors) {<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      this.authors = authors;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>      return this;<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   }<a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>   /**<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * Returns the list of categories of this object.<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    *<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return The list of categories of this object.<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   @Xml(format=COLLAPSED, childName="category")<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   public Category[] getCatetories() {<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      return categories;<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   }<a name="line.107"></a>
+<span class="sourceLineNo">108</span><a name="line.108"></a>
+<span class="sourceLineNo">109</span>   /**<a name="line.109"></a>
+<span class="sourceLineNo">110</span>    * Sets the list of categories of this object.<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    *<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    * @param categories The list of categories of this object.<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * @return This object (for method chaining).<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    */<a name="line.114"></a>
+<span class="sourceLineNo">115</span>   @BeanProperty("categories")<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   public CommonEntry categories(Category...categories) {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      this.categories = categories;<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      return this;<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span>   /**<a name="line.121"></a>
+<span class="sourceLineNo">122</span>    * Returns the list of contributors of this object.<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    *<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    * @return The list of contributors of this object.<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    */<a name="line.125"></a>
+<span class="sourceLineNo">126</span>   @Xml(format=COLLAPSED, childName="contributor")<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   public Person[] getContributors() {<a name="line.127"></a>
+<span class="sourceLineNo">128</span>      return contributors;<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
+<span class="sourceLineNo">130</span><a name="line.130"></a>
+<span class="sourceLineNo">131</span>   /**<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    * Sets the list of contributors of this object.<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    *<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    * @param contributors The list of contributors of this object.<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * @return This object (for method chaining).<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    */<a name="line.136"></a>
+<span class="sourceLineNo">137</span>   @BeanProperty("contributors")<a name="line.137"></a>
+<span class="sourceLineNo">138</span>   public CommonEntry contributors(Person...contributors) {<a name="line.138"></a>
+<span class="sourceLineNo">139</span>      this.contributors = contributors;<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      return this;<a name="line.140"></a>
+<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
+<span class="sourceLineNo">142</span><a name="line.142"></a>
+<span class="sourceLineNo">143</span>   /**<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    * Returns the ID of this object.<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    *<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    * @return The ID of this object.<a name="line.146"></a>
+<span class="sourceLineNo">147</span>    */<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   public Id getId() {<a name="line.148"></a>
+<span class="sourceLineNo">149</span>      return id;<a name="line.149"></a>
+<span class="sourceLineNo">150</span>   }<a name="line.150"></a>
+<span class="sourceLineNo">151</span><a name="line.151"></a>
+<span class="sourceLineNo">152</span>   /**<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * Sets the ID of this object.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    *<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    * @param id The ID of this object.<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    * @return This object (for method chaining).<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    */<a name="line.157"></a>
+<span class="sourceLineNo">158</span>   @BeanProperty("id")<a name="line.158"></a>
+<span class="sourceLineNo">159</span>   public CommonEntry id(Id id) {<a name="line.159"></a>
+<span class="sourceLineNo">160</span>      this.id = id;<a name="line.160"></a>
+<span class="sourceLineNo">161</span>      return this;<a name="line.161"></a>
+<span class="sourceLineNo">162</span>   }<a name="line.162"></a>
+<span class="sourceLineNo">163</span><a name="line.163"></a>
+<span class="sourceLineNo">164</span>   /**<a name="line.164"></a>
+<span class="sourceLineNo">165</span>    * Sets the ID of this object.<a name="line.165"></a>
+<span class="sourceLineNo">166</span>    *<a name="line.166"></a>
+<span class="sourceLineNo">167</span>    * @param id The ID of this object.<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    * @return This object (for method chaining).<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    */<a name="line.169"></a>
+<span class="sourceLineNo">170</span>   public CommonEntry id(String id) {<a name="line.170"></a>
+<span class="sourceLineNo">171</span>      this.id = new Id(id);<a name="line.171"></a>
+<span class="sourceLineNo">172</span>      return this;<a name="line.172"></a>
+<span class="sourceLineNo">173</span>   }<a name="line.173"></a>
+<span class="sourceLineNo">174</span><a name="line.174"></a>
+<span class="sourceLineNo">175</span>   /**<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    * Returns the list of links of this object.<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    *<a name="line.177"></a>
+<span class="sourceLineNo">178</span>    * @return The list of links of this object.<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    */<a name="line.179"></a>
+<span class="sourceLineNo">180</span>   @Xml(format=COLLAPSED)<a name="line.180"></a>
+<span class="sourceLineNo">181</span>   public Link[] getLinks() {<a name="line.181"></a>
+<span class="sourceLineNo">182</span>      return links;<a name="line.182"></a>
+<span class="sourceLineNo">183</span>   }<a name="line.183"></a>
+<span class="sourceLineNo">184</span><a name="line.184"></a>
+<span class="sourceLineNo">185</span>   /**<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    * Sets the list of links of this object.<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    *<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    * @param links The list of links of this object.<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    * @return This object (for method chaining).<a name="line.189"></a>
+<span class="sourceLineNo">190</span>    */<a name="line.190"></a>
+<span class="sourceLineNo">191</span>   @BeanProperty("links")<a name="line.191"></a>
+<span class="sourceLineNo">192</span>   public CommonEntry links(Link...links) {<a name="line.192"></a>
+<span class="sourceLineNo">193</span>      this.links = links;<a name="line.193"></a>
+<span class="sourceLineNo">194</span>      return this;<a name="line.194"></a>
+<span class="sourceLineNo">195</span>   }<a name="line.195"></a>
+<span class="sourceLineNo">196</span><a name="line.196"></a>
+<span class="sourceLineNo">197</span>   /**<a name="line.197"></a>
+<span class="sourceLineNo">198</span>    * Returns the rights statement of this object.<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    *<a name="line.199"></a>
+<span class="sourceLineNo">200</span>    * @return The rights statement of this object.<a name="line.200"></a>
+<span class="sourceLineNo">201</span>    */<a name="line.201"></a>
+<span class="sourceLineNo">202</span>   public Text getRights() {<a name="line.202"></a>
+<span class="sourceLineNo">203</span>      return rights;<a name="line.203"></a>
+<span class="sourceLineNo">204</span>   }<a name="line.204"></a>
+<span class="sourceLineNo">205</span><a name="line.205"></a>
+<span class="sourceLineNo">206</span>   /**<a name="line.206"></a>
+<span class="sourceLineNo">207</span>    * Sets the rights statement of this object.<a name="line.207"></a>
+<span class="sourceLineNo">208</span>    *<a name="line.208"></a>
+<span class="sourceLineNo">209</span>    * @param rights The rights statement of this object.<a name="line.209"></a>
+<span class="sourceLineNo">210</span>    * @return This object (for method chaining).<a name="line.210"></a>
+<span class="sourceLineNo">211</span>    */<a name="line.211"></a>
+<span class="sourceLineNo">212</span>   @BeanProperty("rights")<a name="line.212"></a>
+<span class="sourceLineNo">213</span>   public CommonEntry rights(Text rights) {<a name="line.213"></a>
+<span class="sourceLineNo">214</span>      this.rights = rights;<a name="line.214"></a>
+<span class="sourceLineNo">215</span>      return this;<a name="line.215"></a>
+<span class="sourceLineNo">216</span>   }<a name="line.216"></a>
+<span class="sourceLineNo">217</span><a name="line.217"></a>
+<span class="sourceLineNo">218</span>   /**<a name="line.218"></a>
+<span class="sourceLineNo">219</span>    * Sets the rights statement of this object.<a name="line.219"></a>
+<span class="sourceLineNo">220</span>    *<a name="line.220"></a>
+<span class="sourceLineNo">221</span>    * @param rights The rights statement of this object.<a name="line.221"></a>
+<span class="sourceLineNo">222</span>    * @return This object (for method chaining).<a name="line.222"></a>
+<span class="sourceLineNo">223</span>    */<a name="line.223"></a>
+<span class="sourceLineNo">224</span>   public CommonEntry rights(String rights) {<a name="line.224"></a>
+<span class="sourceLineNo">225</span>      this.rights = new Text().text(rights);<a name="line.225"></a>
+<span class="sourceLineNo">226</span>      return this;<a name="line.226"></a>
+<span class="sourceLineNo">227</span>   }<a name="line.227"></a>
+<span class="sourceLineNo">228</span><a name="line.228"></a>
+<span class="sourceLineNo">229</span>   /**<a name="line.229"></a>
+<span class="sourceLineNo">230</span>    * Returns the title of this object.<a name="line.230"></a>
+<span class="sourceLineNo">231</span>    *<a name="line.231"></a>
+<span class="sourceLineNo">232</span>    * @return The title of this object.<a name="line.232"></a>
+<span class="sourceLineNo">233</span>    */<a name="line.233"></a>
+<span class="sourceLineNo">234</span>   public Text getTitle() {<a name="line.234"></a>
+<span class="sourceLineNo">235</span>      return title;<a name="line.235"></a>
+<span class="sourceLineNo">236</span>   }<a name="line.236"></a>
+<span class="sourceLineNo">237</span><a name="line.237"></a>
+<span class="sourceLineNo">238</span>   /**<a name="line.238"></a>
+<span class="sourceLineNo">239</span>    * Sets the title of this object.<a name="line.239"></a>
+<span class="sourceLineNo">240</span>    *<a name="line.240"></a>
+<span class="sourceLineNo">241</span>    * @param title The title of this object.<a name="line.241"></a>
+<span class="sourceLineNo">242</span>    * @return This object (for method chaining).<a name="line.242"></a>
+<span class="sourceLineNo">243</span>    */<a name="line.243"></a>
+<span class="sourceLineNo">244</span>   @BeanProperty("title")<a name="line.244"></a>
+<span class="sourceLineNo">245</span>   public CommonEntry title(Text title) {<a name="line.245"></a>
+<span class="sourceLineNo">246</span>      this.title = title;<a name="line.246"></a>
+<span class="sourceLineNo">247</span>      return this;<a name="line.247"></a>
+<span class="sourceLineNo">248</span>   }<a name="line.248"></a>
+<span class="sourceLineNo">249</span><a name="line.249"></a>
+<span class="sourceLineNo">250</span>   /**<a name="line.250"></a>
+<span class="sourceLineNo">251</span>    * Sets the title of this object.<a name="line.251"></a>
+<span class="sourceLineNo">252</span>    *<a name="line.252"></a>
+<span class="sourceLineNo">253</span>    * @param title The title of this object.<a name="line.253"></a>
+<span class="sourceLineNo">254</span>    * @return This object (for method chaining).<a name="line.254"></a>
+<span class="sourceLineNo">255</span>    */<a name="line.255"></a>
+<span class="sourceLineNo">256</span>   public CommonEntry title(String title) {<a name="line.256"></a>
+<span class="sourceLineNo">257</span>      this.title = new Text().text(title);<a name="line.257"></a>
+<span class="sourceLineNo">258</span>      return this;<a name="line.258"></a>
+<span class="sourceLineNo">259</span>   }<a name="line.259"></a>
+<span class="sourceLineNo">260</span><a name="line.260"></a>
+<span class="sourceLineNo">261</span>   /**<a name="line.261"></a>
+<span class="sourceLineNo">262</span>    * Returns the update timestamp of this object.<a name="line.262"></a>
+<span class="sourceLineNo">263</span>    *<a name="line.263"></a>
+<span class="sourceLineNo">264</span>    * @return The update timestamp of this object.<a name="line.264"></a>
+<span class="sourceLineNo">265</span>    */<a name="line.265"></a>
+<span class="sourceLineNo">266</span>   @BeanProperty(swap=CalendarSwap.ISO8601DT.class)<a name="line.266"></a>
+<span class="sourceLineNo">267</span>   public Calendar getUpdated() {<a name="line.267"></a>
+<span class="sourceLineNo">268</span>      return updated;<a name="line.268"></a>
+<span class="sourceLineNo">269</span>   }<a name="line.269"></a>
+<span class="sourceLineNo">270</span><a name="line.270"></a>
+<span class="sourceLineNo">271</span>   /**<a name="line.271"></a>
+<span class="sourceLineNo">272</span>    * Sets the update timestamp of this object.<a name="line.272"></a>
+<span class="sourceLineNo">273</span>    *<a name="line.273"></a>
+<span class="sourceLineNo">274</span>    * @param updated The update timestamp of this object.<a name="line.274"></a>
+<span class="sourceLineNo">275</span>    * @return This object (for method chaining).<a name="line.275"></a>
+<span class="sourceLineNo">276</span>    */<a name="line.276"></a>
+<span class="sourceLineNo">277</span>   @BeanProperty("updated")<a name="line.277"></a>
+<span class="sourceLineNo">278</span>   public CommonEntry updated(Calendar updated) {<a name="line.278"></a>
+<span class="sourceLineNo">279</span>      this.updated = updated;<a name="line.279"></a>
+<span class="sourceLineNo">280</span>      return this;<a name="line.280"></a>
+<span class="sourceLineNo">281</span>   }<a name="line.281"></a>
+<span class="sourceLineNo">282</span><a name="line.282"></a>
+<span class="sourceLineNo">283</span>   /**<a name="line.283"></a>
+<span class="sourceLineNo">284</span>    * Sets the update timestamp of this object.<a name="line.284"></a>
+<span class="sourceLineNo">285</span>    *<a name="line.285"></a>
+<span class="sourceLineNo">286</span>    * @param updated The update timestamp of this object in ISO8601 format.<a name="line.286"></a>
+<span class="sourceLineNo">287</span>    * @return This object (for method chaining).<a name="line.287"></a>
+<span class="sourceLineNo">288</span>    */<a name="line.288"></a>
+<span class="sourceLineNo">289</span>   @BeanProperty("updated")<a name="line.289"></a>
+<span class="sourceLineNo">290</span>   public CommonEntry updated(String updated) {<a name="line.290"></a>
+<span class="sourceLineNo">291</span>      this.updated = parseDateTime(updated);<a name="line.291"></a>
+<span class="sourceLineNo">292</span>      return this;<a name="line.292"></a>
+<span class="sourceLineNo">293</span>   }<a name="line.293"></a>
+<span class="sourceLineNo">294</span>}<a name="line.294"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Content.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Content.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Content.html
index 6aa692b..055ce97 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Content.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Content.html
@@ -67,93 +67,100 @@
 <span class="sourceLineNo">059</span> *          empty<a name="line.59"></a>
 <span class="sourceLineNo">060</span> *    }<a name="line.60"></a>
 <span class="sourceLineNo">061</span> * &lt;/p&gt;<a name="line.61"></a>
-<span class="sourceLineNo">062</span> * &lt;p&gt;<a name="line.62"></a>
-<span class="sourceLineNo">063</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.63"></a>
-<span class="sourceLineNo">064</span> */<a name="line.64"></a>
-<span class="sourceLineNo">065</span>@SuppressWarnings("hiding")<a name="line.65"></a>
-<span class="sourceLineNo">066</span>public class Content extends Text {<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span>   private URI src;<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span><a name="line.70"></a>
-<span class="sourceLineNo">071</span>   /**<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * Normal content.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    *<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @param type The content type of this content.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public Content(String type) {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      super(type);<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * Normal content.<a name="line.81"></a>
+<span class="sourceLineNo">062</span> *<a name="line.62"></a>
+<span class="sourceLineNo">063</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.63"></a>
+<span class="sourceLineNo">064</span> * &lt;ul class='doctree'&gt;<a name="line.64"></a>
+<span class="sourceLineNo">065</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.65"></a>
+<span class="sourceLineNo">066</span> *    &lt;ul&gt;<a name="line.66"></a>
+<span class="sourceLineNo">067</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.67"></a>
+<span class="sourceLineNo">068</span> *    &lt;/ul&gt;<a name="line.68"></a>
+<span class="sourceLineNo">069</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.69"></a>
+<span class="sourceLineNo">070</span> * &lt;/ul&gt;<a name="line.70"></a>
+<span class="sourceLineNo">071</span> */<a name="line.71"></a>
+<span class="sourceLineNo">072</span>@SuppressWarnings("hiding")<a name="line.72"></a>
+<span class="sourceLineNo">073</span>public class Content extends Text {<a name="line.73"></a>
+<span class="sourceLineNo">074</span><a name="line.74"></a>
+<span class="sourceLineNo">075</span>   private URI src;<a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span><a name="line.77"></a>
+<span class="sourceLineNo">078</span>   /**<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * Normal content.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    *<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @param type The content type of this content.<a name="line.81"></a>
 <span class="sourceLineNo">082</span>    */<a name="line.82"></a>
-<span class="sourceLineNo">083</span>   public Content() {<a name="line.83"></a>
-<span class="sourceLineNo">084</span>      super();<a name="line.84"></a>
+<span class="sourceLineNo">083</span>   public Content(String type) {<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      super(type);<a name="line.84"></a>
 <span class="sourceLineNo">085</span>   }<a name="line.85"></a>
 <span class="sourceLineNo">086</span><a name="line.86"></a>
-<span class="sourceLineNo">087</span><a name="line.87"></a>
-<span class="sourceLineNo">088</span>   //--------------------------------------------------------------------------------<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   // Bean properties<a name="line.89"></a>
-<span class="sourceLineNo">090</span>   //--------------------------------------------------------------------------------<a name="line.90"></a>
-<span class="sourceLineNo">091</span><a name="line.91"></a>
-<span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * Returns the source URI.<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    *<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return the source URI.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @Xml(format=ATTR)<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public URI getSrc() {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      return src;<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
-<span class="sourceLineNo">101</span><a name="line.101"></a>
-<span class="sourceLineNo">102</span>   /**<a name="line.102"></a>
-<span class="sourceLineNo">103</span>    * Sets the source URI.<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    *<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    * @param src The source URI.<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * @return This object (for method chaining).<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    */<a name="line.107"></a>
-<span class="sourceLineNo">108</span>   @BeanProperty("src")<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   public Content src(URI src) {<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      this.src = src;<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      return this;<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   }<a name="line.112"></a>
-<span class="sourceLineNo">113</span><a name="line.113"></a>
-<span class="sourceLineNo">114</span><a name="line.114"></a>
-<span class="sourceLineNo">115</span>   //--------------------------------------------------------------------------------<a name="line.115"></a>
-<span class="sourceLineNo">116</span>   // Overridden setters (to simplify method chaining)<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   //--------------------------------------------------------------------------------<a name="line.117"></a>
-<span class="sourceLineNo">118</span><a name="line.118"></a>
-<span class="sourceLineNo">119</span>   @Override /* Text */<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   public Content text(String text) {<a name="line.120"></a>
-<span class="sourceLineNo">121</span>      super.text(text);<a name="line.121"></a>
-<span class="sourceLineNo">122</span>      return this;<a name="line.122"></a>
-<span class="sourceLineNo">123</span>   }<a name="line.123"></a>
-<span class="sourceLineNo">124</span><a name="line.124"></a>
-<span class="sourceLineNo">125</span>   @Override /* Text */<a name="line.125"></a>
-<span class="sourceLineNo">126</span>   public Content type(String type) {<a name="line.126"></a>
-<span class="sourceLineNo">127</span>      super.type(type);<a name="line.127"></a>
-<span class="sourceLineNo">128</span>      return this;<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
-<span class="sourceLineNo">130</span><a name="line.130"></a>
-<span class="sourceLineNo">131</span>   @Override /* Common */<a name="line.131"></a>
-<span class="sourceLineNo">132</span>   public Content base(URI base) {<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      super.base(base);<a name="line.133"></a>
-<span class="sourceLineNo">134</span>      return this;<a name="line.134"></a>
-<span class="sourceLineNo">135</span>   }<a name="line.135"></a>
-<span class="sourceLineNo">136</span><a name="line.136"></a>
-<span class="sourceLineNo">137</span>   @Override /* Common */<a name="line.137"></a>
-<span class="sourceLineNo">138</span>   public Content base(String base) {<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      super.base(base);<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      return this;<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
-<span class="sourceLineNo">142</span><a name="line.142"></a>
-<span class="sourceLineNo">143</span>   @Override /* Common */<a name="line.143"></a>
-<span class="sourceLineNo">144</span>   public Content lang(String lang) {<a name="line.144"></a>
-<span class="sourceLineNo">145</span>      super.lang(lang);<a name="line.145"></a>
-<span class="sourceLineNo">146</span>      return this;<a name="line.146"></a>
-<span class="sourceLineNo">147</span>   }<a name="line.147"></a>
-<span class="sourceLineNo">148</span>}<a name="line.148"></a>
+<span class="sourceLineNo">087</span>   /**<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    * Normal content.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    */<a name="line.89"></a>
+<span class="sourceLineNo">090</span>   public Content() {<a name="line.90"></a>
+<span class="sourceLineNo">091</span>      super();<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   }<a name="line.92"></a>
+<span class="sourceLineNo">093</span><a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span>   //--------------------------------------------------------------------------------<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   // Bean properties<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   //--------------------------------------------------------------------------------<a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>   /**<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * Returns the source URI.<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    *<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return the source URI.<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   @Xml(format=ATTR)<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   public URI getSrc() {<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      return src;<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   }<a name="line.107"></a>
+<span class="sourceLineNo">108</span><a name="line.108"></a>
+<span class="sourceLineNo">109</span>   /**<a name="line.109"></a>
+<span class="sourceLineNo">110</span>    * Sets the source URI.<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    *<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    * @param src The source URI.<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * @return This object (for method chaining).<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    */<a name="line.114"></a>
+<span class="sourceLineNo">115</span>   @BeanProperty("src")<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   public Content src(URI src) {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      this.src = src;<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      return this;<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span><a name="line.121"></a>
+<span class="sourceLineNo">122</span>   //--------------------------------------------------------------------------------<a name="line.122"></a>
+<span class="sourceLineNo">123</span>   // Overridden setters (to simplify method chaining)<a name="line.123"></a>
+<span class="sourceLineNo">124</span>   //--------------------------------------------------------------------------------<a name="line.124"></a>
+<span class="sourceLineNo">125</span><a name="line.125"></a>
+<span class="sourceLineNo">126</span>   @Override /* Text */<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   public Content text(String text) {<a name="line.127"></a>
+<span class="sourceLineNo">128</span>      super.text(text);<a name="line.128"></a>
+<span class="sourceLineNo">129</span>      return this;<a name="line.129"></a>
+<span class="sourceLineNo">130</span>   }<a name="line.130"></a>
+<span class="sourceLineNo">131</span><a name="line.131"></a>
+<span class="sourceLineNo">132</span>   @Override /* Text */<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   public Content type(String type) {<a name="line.133"></a>
+<span class="sourceLineNo">134</span>      super.type(type);<a name="line.134"></a>
+<span class="sourceLineNo">135</span>      return this;<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
+<span class="sourceLineNo">137</span><a name="line.137"></a>
+<span class="sourceLineNo">138</span>   @Override /* Common */<a name="line.138"></a>
+<span class="sourceLineNo">139</span>   public Content base(URI base) {<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      super.base(base);<a name="line.140"></a>
+<span class="sourceLineNo">141</span>      return this;<a name="line.141"></a>
+<span class="sourceLineNo">142</span>   }<a name="line.142"></a>
+<span class="sourceLineNo">143</span><a name="line.143"></a>
+<span class="sourceLineNo">144</span>   @Override /* Common */<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   public Content base(String base) {<a name="line.145"></a>
+<span class="sourceLineNo">146</span>      super.base(base);<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      return this;<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   @Override /* Common */<a name="line.150"></a>
+<span class="sourceLineNo">151</span>   public Content lang(String lang) {<a name="line.151"></a>
+<span class="sourceLineNo">152</span>      super.lang(lang);<a name="line.152"></a>
+<span class="sourceLineNo">153</span>      return this;<a name="line.153"></a>
+<span class="sourceLineNo">154</span>   }<a name="line.154"></a>
+<span class="sourceLineNo">155</span>}<a name="line.155"></a>
 
 
 


[42/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H4.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H4.html b/content/site/apidocs/org/apache/juneau/dto/html5/H4.html
index 8327546..f07d3bf 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H4.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H4.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h4")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.22">H4</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.30">H4</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h4&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H4</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.22">H4</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.30">H4</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H4.html" title="class in org.apache.juneau.dto.html5">H4</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H4.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H5.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H5.html b/content/site/apidocs/org/apache/juneau/dto/html5/H5.html
index 56e813f..d026366 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H5.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H5.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h5")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.22">H5</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.30">H5</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h5&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H5</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.22">H5</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.30">H5</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H5.html" title="class in org.apache.juneau.dto.html5">H5</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H5.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H6.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H6.html b/content/site/apidocs/org/apache/juneau/dto/html5/H6.html
index fcde0b3..0c0e019 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H6.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H6.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h6")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.22">H6</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.30">H6</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h6&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H6</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.22">H6</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.30">H6</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H6.html" title="class in org.apache.juneau.dto.html5">H6</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H6.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Head.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Head.html b/content/site/apidocs/org/apache/juneau/dto/html5/Head.html
index da65aec..f823c58 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Head.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Head.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="head")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.22">Head</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.30">Head</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-head-element">&lt;head&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Head</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.22">Head</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.30">Head</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Head.html" title="class in org.apache.juneau.dto.html5">Head</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Head.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Header.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Header.html b/content/site/apidocs/org/apache/juneau/dto/html5/Header.html
index 9e1d1d5..e6c505c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Header.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Header.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="header")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.22">Header</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.30">Header</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-header-element">&lt;header&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Header</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.22">Header</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.30">Header</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Header.html" title="class in org.apache.juneau.dto.html5">Header</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Header.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Hr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Hr.html b/content/site/apidocs/org/apache/juneau/dto/html5/Hr.html
index 747d1ac..c09bc34 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Hr.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Hr.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="hr")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.22">Hr</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.30">Hr</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-hr-element">&lt;hr&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -211,7 +219,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Hr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.22">Hr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.30">Hr</a>()</pre>
 </li>
 </ul>
 </li>
@@ -228,7 +236,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Hr.html" title="class in org.apache.juneau.dto.html5">Hr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Hr.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Html.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Html.html b/content/site/apidocs/org/apache/juneau/dto/html5/Html.html
index 30dfed3..2965a1b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Html.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Html.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="html")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.22">Html</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.30">Html</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/semantics.html#the-html-element">&lt;html&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Html</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.22">Html</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.30">Html</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>manifest</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.30">manifest</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;manifest)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.38">manifest</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;manifest)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/semantics.html#attr-html-manifest">manifest</a> attribute.
  Application cache manifest.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -308,7 +316,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -327,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -346,7 +354,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Html.html" title="class in org.apache.juneau.dto.html5">Html</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Html.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBeanDictionary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBeanDictionary.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBeanDictionary.html
index f575402..f017b1d 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBeanDictionary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBeanDictionary.html
@@ -126,10 +126,18 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBeanDictionary.html#line.21">HtmlBeanDictionary</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBeanDictionary.html#line.29">HtmlBeanDictionary</a>
 extends <a href="../../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a></pre>
 <div class="block">Defines the Java classes that make up the HTML DTO type dictionary.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../serialized-form.html#org.apache.juneau.dto.html5.HtmlBeanDictionary">Serialized Form</a></dd>
@@ -249,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/BeanDictionaryList.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBeanDictionary.html#line.27">HtmlBeanDictionary</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBeanDictionary.html#line.35">HtmlBeanDictionary</a>()</pre>
 <div class="block">Constructor.</div>
 </li>
 </ul>


[45/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Button.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Button.html b/content/site/apidocs/org/apache/juneau/dto/html5/Button.html
index 1932ee2..b28d696 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Button.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Button.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="button")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.22">Button</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.30">Button</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-button-element">&lt;button&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -302,7 +310,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Button</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.22">Button</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.30">Button</a>()</pre>
 </li>
 </ul>
 </li>
@@ -319,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>autofocus</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.31">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.39">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.
  Automatically focus the form control when the page is loaded.</div>
 <dl>
@@ -337,7 +345,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.43">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.51">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -355,7 +363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.54">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.62">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -372,7 +380,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>formaction</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.65">formaction</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formaction)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.73">formaction</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formaction)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formaction">formaction</a> attribute.
  URL to use for form submission.</div>
 <dl>
@@ -389,7 +397,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>formenctype</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.76">formenctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formenctype)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.84">formenctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formenctype)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype">formenctype</a> attribute.
  Form data set encoding type to use for form submission.</div>
 <dl>
@@ -406,7 +414,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>formmethod</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.87">formmethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formmethod)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.95">formmethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formmethod)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod">formmethod</a> attribute.
  HTTP method to use for form submission.</div>
 <dl>
@@ -423,7 +431,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>formnovalidate</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.98">formnovalidate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formnovalidate)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.106">formnovalidate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formnovalidate)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate">formnovalidate</a> attribute.
  Bypass form control validation for form submission.</div>
 <dl>
@@ -440,7 +448,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>formtarget</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.109">formtarget</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formtarget)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.117">formtarget</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formtarget)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget">formtarget</a> attribute.
  Browsing context for form submission.</div>
 <dl>
@@ -457,7 +465,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>menu</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.120">menu</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;menu)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.128">menu</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;menu)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-menu">menu</a> attribute.
  Specifies the element's designated pop-up menu.</div>
 <dl>
@@ -474,7 +482,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.131">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.139">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -491,7 +499,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.142">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.150">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-type">type</a> attribute.
  Type of button.</div>
 <dl>
@@ -508,7 +516,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.154">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.162">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-button-value">value</a> attribute.
  Value to be used for form submission.</div>
 <dl>
@@ -526,7 +534,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.165">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.173">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -545,7 +553,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.171">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.179">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -564,7 +572,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.177">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.185">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -583,7 +591,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.183">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.191">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -603,7 +611,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.189">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Button.html#line.197">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Canvas.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Canvas.html b/content/site/apidocs/org/apache/juneau/dto/html5/Canvas.html
index 361c3db..8fb1094 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Canvas.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Canvas.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="canvas")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.22">Canvas</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.30">Canvas</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-canvas-element">&lt;canvas&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Canvas</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.22">Canvas</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.30">Canvas</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.31">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.39">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -277,7 +285,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.43">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.51">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -295,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.54">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.62">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -314,7 +322,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.60">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.68">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -333,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.66">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.74">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -352,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.72">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.80">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -371,7 +379,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.78">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Canvas.html#line.86">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Caption.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Caption.html b/content/site/apidocs/org/apache/juneau/dto/html5/Caption.html
index 5a2f86b..5b3f7d7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Caption.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Caption.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="caption")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.22">Caption</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.30">Caption</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-caption-element">&lt;caption&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Caption</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.22">Caption</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.30">Caption</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Caption.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Cite.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Cite.html b/content/site/apidocs/org/apache/juneau/dto/html5/Cite.html
index 77d1412..d9389c4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Cite.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Cite.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="cite")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.22">Cite</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.30">Cite</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-cite-element">&lt;cite&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Cite</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.22">Cite</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.30">Cite</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Cite.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Code.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Code.html b/content/site/apidocs/org/apache/juneau/dto/html5/Code.html
index f100efc..9b5f773 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Code.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Code.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="code")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.22">Code</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.30">Code</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element">&lt;code&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Code</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.22">Code</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.30">Code</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Code.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Col.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Col.html b/content/site/apidocs/org/apache/juneau/dto/html5/Col.html
index c1d2f40..6f4f91e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Col.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Col.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="col")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.22">Col</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.30">Col</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-col-element">&lt;col&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -217,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Col</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.22">Col</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.30">Col</a>()</pre>
 </li>
 </ul>
 </li>
@@ -234,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>span</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.31">span</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;span)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.39">span</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;span)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-col-span">span</a> attribute.
  Number of columns spanned by the element.</div>
 <dl>
@@ -252,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.42">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.50">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.48">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.56">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -290,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.54">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Col.html#line.62">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Colgroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Colgroup.html b/content/site/apidocs/org/apache/juneau/dto/html5/Colgroup.html
index 4893bbb..98fe4fa 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Colgroup.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Colgroup.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="colgroup")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.22">Colgroup</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.30">Colgroup</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-colgroup-element">&lt;colgroup&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Colgroup</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.22">Colgroup</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.30">Colgroup</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>span</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.31">span</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;span)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.39">span</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;span)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-colgroup-span">span</a> attribute.
  Number of columns spanned by the element.</div>
 <dl>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.42">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.50">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -290,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.48">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.56">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -309,7 +317,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.54">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.62">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -328,7 +336,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.60">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.68">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.66">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Colgroup.html#line.74">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Data.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Data.html b/content/site/apidocs/org/apache/juneau/dto/html5/Data.html
index bdbd857..8db2ed7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Data.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Data.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="data")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.22">Data</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.30">Data</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-data-element">&lt;data&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Data</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.22">Data</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.30">Data</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.31">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.39">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-data-value">value</a> attribute.
  Machine-readable value.</div>
 <dl>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.42">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.50">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -290,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.48">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.56">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -309,7 +317,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.54">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.62">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -328,7 +336,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.60">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.68">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -348,7 +356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.66">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Data.html#line.74">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[03/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Caption.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Caption.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Caption.html
index bf559da..0d5b4c2 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Caption.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Caption.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-caption-element"&gt;&amp;lt;caption&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="caption")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Caption extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Caption _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Caption id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Caption style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Caption children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Caption child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="caption")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Caption extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Caption _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Caption id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Caption style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Caption children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Caption child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Cite.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Cite.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Cite.html
index 078454a..8029149 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Cite.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Cite.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-cite-element"&gt;&amp;lt;cite&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="cite")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Cite extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Cite _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Cite id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Cite style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Cite children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Cite child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="cite")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Cite extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Cite _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Cite id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Cite style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Cite children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Cite child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Code.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Code.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Code.html
index 3f8fa70..b16612f 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Code.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Code.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element"&gt;&amp;lt;code&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="code")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Code extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Code _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Code id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Code style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Code children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Code child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="code")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Code extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Code _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Code id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Code style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Code children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Code child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Col.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Col.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Col.html
index 5adb55c..b2e3959 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Col.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Col.html
@@ -25,45 +25,53 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-col-element"&gt;&amp;lt;col&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="col")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Col extends HtmlElementVoid {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-col-span"&gt;span&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Number of columns spanned by the element.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param span The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Number} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Col span(Object span) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("span", span);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span><a name="line.36"></a>
-<span class="sourceLineNo">037</span>   //--------------------------------------------------------------------------------<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   // Overridden methods<a name="line.38"></a>
-<span class="sourceLineNo">039</span>   //--------------------------------------------------------------------------------<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span>   @Override /* HtmlElement */<a name="line.41"></a>
-<span class="sourceLineNo">042</span>   public final Col _class(String _class) {<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      super._class(_class);<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      return this;<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   }<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   @Override /* HtmlElement */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public final Col id(String id) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      super.id(id);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>      return this;<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   }<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   @Override /* HtmlElement */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public final Col style(String style) {<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      super.style(style);<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      return this;<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
-<span class="sourceLineNo">058</span>}<a name="line.58"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="col")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Col extends HtmlElementVoid {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-col-span"&gt;span&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Number of columns spanned by the element.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param span The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Number} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Col span(Object span) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("span", span);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span><a name="line.44"></a>
+<span class="sourceLineNo">045</span>   //--------------------------------------------------------------------------------<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   // Overridden methods<a name="line.46"></a>
+<span class="sourceLineNo">047</span>   //--------------------------------------------------------------------------------<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>   @Override /* HtmlElement */<a name="line.49"></a>
+<span class="sourceLineNo">050</span>   public final Col _class(String _class) {<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      super._class(_class);<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      return this;<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   @Override /* HtmlElement */<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   public final Col id(String id) {<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      super.id(id);<a name="line.57"></a>
+<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   @Override /* HtmlElement */<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   public final Col style(String style) {<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      super.style(style);<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      return this;<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
+<span class="sourceLineNo">066</span>}<a name="line.66"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Colgroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Colgroup.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Colgroup.html
index c6597bb..6d8bb9f 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Colgroup.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Colgroup.html
@@ -25,57 +25,65 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-colgroup-element"&gt;&amp;lt;colgroup&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="colgroup")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Colgroup extends HtmlElementContainer {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-colgroup-span"&gt;span&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Number of columns spanned by the element.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param span The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Number} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Colgroup span(Object span) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("span", span);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span><a name="line.36"></a>
-<span class="sourceLineNo">037</span>   //--------------------------------------------------------------------------------<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   // Overridden methods<a name="line.38"></a>
-<span class="sourceLineNo">039</span>   //--------------------------------------------------------------------------------<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span>   @Override /* HtmlElement */<a name="line.41"></a>
-<span class="sourceLineNo">042</span>   public final Colgroup _class(String _class) {<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      super._class(_class);<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      return this;<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   }<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   @Override /* HtmlElement */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public final Colgroup id(String id) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      super.id(id);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>      return this;<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   }<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   @Override /* HtmlElement */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public final Colgroup style(String style) {<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      super.style(style);<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      return this;<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   @Override /* HtmlElementContainer */<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   public final Colgroup children(Object...children) {<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      super.children(children);<a name="line.61"></a>
-<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   @Override /* HtmlElementContainer */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   public final Colgroup child(Object child) {<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      super.child(child);<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      return this;<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   }<a name="line.69"></a>
-<span class="sourceLineNo">070</span>}<a name="line.70"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="colgroup")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Colgroup extends HtmlElementContainer {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-colgroup-span"&gt;span&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Number of columns spanned by the element.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param span The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Number} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Colgroup span(Object span) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("span", span);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span><a name="line.44"></a>
+<span class="sourceLineNo">045</span>   //--------------------------------------------------------------------------------<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   // Overridden methods<a name="line.46"></a>
+<span class="sourceLineNo">047</span>   //--------------------------------------------------------------------------------<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>   @Override /* HtmlElement */<a name="line.49"></a>
+<span class="sourceLineNo">050</span>   public final Colgroup _class(String _class) {<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      super._class(_class);<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      return this;<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   @Override /* HtmlElement */<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   public final Colgroup id(String id) {<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      super.id(id);<a name="line.57"></a>
+<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   @Override /* HtmlElement */<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   public final Colgroup style(String style) {<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      super.style(style);<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      return this;<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   @Override /* HtmlElementContainer */<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   public final Colgroup children(Object...children) {<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      super.children(children);<a name="line.69"></a>
+<span class="sourceLineNo">070</span>      return this;<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
+<span class="sourceLineNo">072</span><a name="line.72"></a>
+<span class="sourceLineNo">073</span>   @Override /* HtmlElementContainer */<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   public final Colgroup child(Object child) {<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      super.child(child);<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      return this;<a name="line.76"></a>
+<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
+<span class="sourceLineNo">078</span>}<a name="line.78"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Data.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Data.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Data.html
index 3344b6b..1c7a338 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Data.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Data.html
@@ -25,57 +25,65 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-data-element"&gt;&amp;lt;data&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="data")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Data extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-data-value"&gt;value&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Machine-readable value.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param value The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Number} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Data value(Object value) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("value", value);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span><a name="line.36"></a>
-<span class="sourceLineNo">037</span>   //--------------------------------------------------------------------------------<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   // Overridden methods<a name="line.38"></a>
-<span class="sourceLineNo">039</span>   //--------------------------------------------------------------------------------<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span>   @Override /* HtmlElement */<a name="line.41"></a>
-<span class="sourceLineNo">042</span>   public final Data _class(String _class) {<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      super._class(_class);<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      return this;<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   }<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   @Override /* HtmlElement */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public final Data id(String id) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      super.id(id);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>      return this;<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   }<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   @Override /* HtmlElement */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public final Data style(String style) {<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      super.style(style);<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      return this;<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   @Override /* HtmlElementMixed */<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   public Data children(Object...children) {<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      super.children(children);<a name="line.61"></a>
-<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   @Override /* HtmlElementMixed */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   public Data child(Object child) {<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      super.child(child);<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      return this;<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   }<a name="line.69"></a>
-<span class="sourceLineNo">070</span>}<a name="line.70"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="data")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Data extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-data-value"&gt;value&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Machine-readable value.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param value The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Number} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Data value(Object value) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("value", value);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span><a name="line.44"></a>
+<span class="sourceLineNo">045</span>   //--------------------------------------------------------------------------------<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   // Overridden methods<a name="line.46"></a>
+<span class="sourceLineNo">047</span>   //--------------------------------------------------------------------------------<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>   @Override /* HtmlElement */<a name="line.49"></a>
+<span class="sourceLineNo">050</span>   public final Data _class(String _class) {<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      super._class(_class);<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      return this;<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   @Override /* HtmlElement */<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   public final Data id(String id) {<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      super.id(id);<a name="line.57"></a>
+<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   @Override /* HtmlElement */<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   public final Data style(String style) {<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      super.style(style);<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      return this;<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   @Override /* HtmlElementMixed */<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   public Data children(Object...children) {<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      super.children(children);<a name="line.69"></a>
+<span class="sourceLineNo">070</span>      return this;<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
+<span class="sourceLineNo">072</span><a name="line.72"></a>
+<span class="sourceLineNo">073</span>   @Override /* HtmlElementMixed */<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   public Data child(Object child) {<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      super.child(child);<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      return this;<a name="line.76"></a>
+<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
+<span class="sourceLineNo">078</span>}<a name="line.78"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Datalist.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Datalist.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Datalist.html
index dbbb5e9..0e219a2 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Datalist.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Datalist.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-datalist-element"&gt;&amp;lt;datalist&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="datalist")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Datalist extends HtmlElementContainer {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Datalist _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Datalist id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Datalist style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementContainer */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Datalist children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementContainer */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public final Datalist child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="datalist")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Datalist extends HtmlElementContainer {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Datalist _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Datalist id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Datalist style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementContainer */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Datalist children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementContainer */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public final Datalist child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dd.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dd.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dd.html
index 3a6acc8..82df45a 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dd.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dd.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dd-element"&gt;&amp;lt;dd&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="dd")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Dd extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Dd _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Dd id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Dd style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Dd children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Dd child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="dd")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Dd extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Dd _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Dd id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Dd style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Dd children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Dd child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Del.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Del.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Del.html
index 678599e..f4e2d2b 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Del.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Del.html
@@ -25,67 +25,75 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/edits.html#the-del-element"&gt;&amp;lt;del&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="del")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Del extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-cite"&gt;cite&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Link to the source of the quotation or more information about the edit.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param cite The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    */<a name="line.29"></a>
-<span class="sourceLineNo">030</span>   public final Del cite(String cite) {<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      attr("cite", cite);<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      return this;<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   }<a name="line.33"></a>
-<span class="sourceLineNo">034</span><a name="line.34"></a>
-<span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-datetime"&gt;datetime&lt;/a&gt; attribute.<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * Date and (optionally) time of the change.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * @param datetime The new value for this attribute.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Del datetime(String datetime) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      attr("datetime", datetime);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   //--------------------------------------------------------------------------------<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   // Overridden methods<a name="line.48"></a>
-<span class="sourceLineNo">049</span>   //--------------------------------------------------------------------------------<a name="line.49"></a>
-<span class="sourceLineNo">050</span><a name="line.50"></a>
-<span class="sourceLineNo">051</span>   @Override /* HtmlElement */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   public final Del _class(String _class) {<a name="line.52"></a>
-<span class="sourceLineNo">053</span>      super._class(_class);<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      return this;<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   @Override /* HtmlElement */<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   public final Del id(String id) {<a name="line.58"></a>
-<span class="sourceLineNo">059</span>      super.id(id);<a name="line.59"></a>
-<span class="sourceLineNo">060</span>      return this;<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   }<a name="line.61"></a>
-<span class="sourceLineNo">062</span><a name="line.62"></a>
-<span class="sourceLineNo">063</span>   @Override /* HtmlElement */<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public final Del style(String style) {<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      super.style(style);<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   @Override /* HtmlElementMixed */<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   public Del children(Object...children) {<a name="line.70"></a>
-<span class="sourceLineNo">071</span>      super.children(children);<a name="line.71"></a>
-<span class="sourceLineNo">072</span>      return this;<a name="line.72"></a>
-<span class="sourceLineNo">073</span>   }<a name="line.73"></a>
-<span class="sourceLineNo">074</span><a name="line.74"></a>
-<span class="sourceLineNo">075</span>   @Override /* HtmlElementMixed */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public Del child(Object child) {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      super.child(child);<a name="line.77"></a>
-<span class="sourceLineNo">078</span>      return this;<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
-<span class="sourceLineNo">080</span>}<a name="line.80"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="del")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Del extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-cite"&gt;cite&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Link to the source of the quotation or more information about the edit.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param cite The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * @return This object (for method chaining).<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    */<a name="line.37"></a>
+<span class="sourceLineNo">038</span>   public final Del cite(String cite) {<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      attr("cite", cite);<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      return this;<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   }<a name="line.41"></a>
+<span class="sourceLineNo">042</span><a name="line.42"></a>
+<span class="sourceLineNo">043</span>   /**<a name="line.43"></a>
+<span class="sourceLineNo">044</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-datetime"&gt;datetime&lt;/a&gt; attribute.<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    * Date and (optionally) time of the change.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * @param datetime The new value for this attribute.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @return This object (for method chaining).<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Del datetime(String datetime) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      attr("datetime", datetime);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   //--------------------------------------------------------------------------------<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   // Overridden methods<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   //--------------------------------------------------------------------------------<a name="line.57"></a>
+<span class="sourceLineNo">058</span><a name="line.58"></a>
+<span class="sourceLineNo">059</span>   @Override /* HtmlElement */<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   public final Del _class(String _class) {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>      super._class(_class);<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>   @Override /* HtmlElement */<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   public final Del id(String id) {<a name="line.66"></a>
+<span class="sourceLineNo">067</span>      super.id(id);<a name="line.67"></a>
+<span class="sourceLineNo">068</span>      return this;<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   }<a name="line.69"></a>
+<span class="sourceLineNo">070</span><a name="line.70"></a>
+<span class="sourceLineNo">071</span>   @Override /* HtmlElement */<a name="line.71"></a>
+<span class="sourceLineNo">072</span>   public final Del style(String style) {<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      super.style(style);<a name="line.73"></a>
+<span class="sourceLineNo">074</span>      return this;<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   }<a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span>   @Override /* HtmlElementMixed */<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   public Del children(Object...children) {<a name="line.78"></a>
+<span class="sourceLineNo">079</span>      super.children(children);<a name="line.79"></a>
+<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
+<span class="sourceLineNo">082</span><a name="line.82"></a>
+<span class="sourceLineNo">083</span>   @Override /* HtmlElementMixed */<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   public Del child(Object child) {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>      super.child(child);<a name="line.85"></a>
+<span class="sourceLineNo">086</span>      return this;<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   }<a name="line.87"></a>
+<span class="sourceLineNo">088</span>}<a name="line.88"></a>
 
 
 


[18/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/AcceptCharset.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/AcceptCharset.html b/content/site/apidocs/org/apache/juneau/http/AcceptCharset.html
index 823ca46..6d34710 100644
--- a/content/site/apidocs/org/apache/juneau/http/AcceptCharset.html
+++ b/content/site/apidocs/org/apache/juneau/http/AcceptCharset.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptCharset.html#line.60">AcceptCharset</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptCharset.html#line.66">AcceptCharset</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></pre>
 <div class="block">Represents a parsed <l>Accept-Charset</l> HTTP request header.
  <p>
@@ -153,7 +153,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
  <p>
  If an Accept-Charset header is present, and if the server cannot send a response which is acceptable according to
  the Accept-Charset header, then the server SHOULD send an error response with the 406 (not acceptable) status code,
- though the sending of an unacceptable response is also allowed.</div>
+ though the sending of an unacceptable response is also allowed.
+
+ <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>
@@ -213,7 +219,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptCharset.html" title="class in org.apache.juneau.http">AcceptCharset</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptCharset.html#line.70">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptCharset.html" title="class in org.apache.juneau.http">AcceptCharset</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptCharset.html#line.76">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Accept-Charset</code> header.</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/http/AcceptEncoding.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/AcceptEncoding.html b/content/site/apidocs/org/apache/juneau/http/AcceptEncoding.html
index fa5c898..8ca79ef 100644
--- a/content/site/apidocs/org/apache/juneau/http/AcceptEncoding.html
+++ b/content/site/apidocs/org/apache/juneau/http/AcceptEncoding.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptEncoding.html#line.80">AcceptEncoding</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptEncoding.html#line.86">AcceptEncoding</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></pre>
 <div class="block">Represents a parsed <l>Accept-Encoding</l> HTTP request header.
  <p>
@@ -173,7 +173,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
  The server might also make this decision based on information about the particular user-agent or client.
  <p>
  Note: Most HTTP/1.0 applications do not recognize or obey qvalues associated with content-codings.
- This means that qvalues will not work and are not permitted with x-gzip or x-compress.</div>
+ This means that qvalues will not work and are not permitted with x-gzip or x-compress.
+
+ <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>
@@ -233,7 +239,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptEncoding.html" title="class in org.apache.juneau.http">AcceptEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptEncoding.html#line.90">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptEncoding.html" title="class in org.apache.juneau.http">AcceptEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptEncoding.html#line.96">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Accept-Encoding</code> header.</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/http/AcceptLanguage.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/AcceptLanguage.html b/content/site/apidocs/org/apache/juneau/http/AcceptLanguage.html
index 408f130..fd7f7e9 100644
--- a/content/site/apidocs/org/apache/juneau/http/AcceptLanguage.html
+++ b/content/site/apidocs/org/apache/juneau/http/AcceptLanguage.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptLanguage.html#line.88">AcceptLanguage</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptLanguage.html#line.94">AcceptLanguage</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></pre>
 <div class="block">Represents a parsed <l>Accept-Language</l> HTTP request header.
  <p>
@@ -181,7 +181,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
  guidance.
  As an example, users might assume that on selecting "en-gb", they will be served any kind of English document if
  British English is not available.
- A user agent might suggest in such a case to add "en" to get the best matching behavior.</div>
+ A user agent might suggest in such a case to add "en" to get the best matching behavior.
+
+ <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>
@@ -241,7 +247,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptLanguage.html" title="class in org.apache.juneau.http">AcceptLanguage</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptLanguage.html#line.98">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptLanguage.html" title="class in org.apache.juneau.http">AcceptLanguage</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptLanguage.html#line.104">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Accept-Language</code> header.</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/http/AcceptRanges.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/AcceptRanges.html b/content/site/apidocs/org/apache/juneau/http/AcceptRanges.html
index 00f5cb7..a78cafe 100644
--- a/content/site/apidocs/org/apache/juneau/http/AcceptRanges.html
+++ b/content/site/apidocs/org/apache/juneau/http/AcceptRanges.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptRanges.html#line.52">AcceptRanges</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/AcceptRanges.html#line.58">AcceptRanges</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Accept-Range</l> HTTP response header.
  <p>
@@ -149,7 +149,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    Accept-Ranges: none
  </p>
  <p>
- ...to advise the client not to attempt a range request.</div>
+ ...to advise the client not to attempt a range request.
+
+ <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>
@@ -209,7 +215,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptRanges.html" title="class in org.apache.juneau.http">AcceptRanges</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptRanges.html#line.60">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/AcceptRanges.html" title="class in org.apache.juneau.http">AcceptRanges</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/AcceptRanges.html#line.66">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Accept-Ranges</code> header.</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/http/Age.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Age.html b/content/site/apidocs/org/apache/juneau/http/Age.html
index 86c83a9..90e8b97 100644
--- a/content/site/apidocs/org/apache/juneau/http/Age.html
+++ b/content/site/apidocs/org/apache/juneau/http/Age.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Age.html#line.47">Age</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Age.html#line.53">Age</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="class in org.apache.juneau.http">HeaderInteger</a></pre>
 <div class="block">Represents a parsed <l>Age</l> HTTP response header.
  <p>
@@ -144,7 +144,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
  An HTTP/1.1 server that includes a cache MUST include an Age header field in every response generated from its own
  cache.
  <p>
- Caches SHOULD use an arithmetic type of at least 31 bits of range.</div>
+ Caches SHOULD use an arithmetic type of at least 31 bits of range.
+
+ <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>
@@ -204,7 +210,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Age.html" title="class in org.apache.juneau.http">Age</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Age.html#line.55">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Age.html" title="class in org.apache.juneau.http">Age</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Age.html#line.61">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Age</code> header.</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/http/Allow.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Allow.html b/content/site/apidocs/org/apache/juneau/http/Allow.html
index 8a3b66c..83e6834 100644
--- a/content/site/apidocs/org/apache/juneau/http/Allow.html
+++ b/content/site/apidocs/org/apache/juneau/http/Allow.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Allow.html#line.55">Allow</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Allow.html#line.61">Allow</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Allow</l> HTTP response header.
  <p>
@@ -152,7 +152,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  <p>
  A proxy MUST NOT modify the Allow header field even if it does not understand all the methods specified, since the
  user agent might
- have other means of communicating with the origin server.</div>
+ have other means of communicating with the origin server.
+
+ <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>
@@ -212,7 +218,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Allow.html" title="class in org.apache.juneau.http">Allow</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Allow.html#line.63">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Allow.html" title="class in org.apache.juneau.http">Allow</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Allow.html#line.69">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Allow</code> header.</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/http/Authorization.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Authorization.html b/content/site/apidocs/org/apache/juneau/http/Authorization.html
index e498b0b..d9cb835 100644
--- a/content/site/apidocs/org/apache/juneau/http/Authorization.html
+++ b/content/site/apidocs/org/apache/juneau/http/Authorization.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Authorization.html#line.61">Authorization</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Authorization.html#line.67">Authorization</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Authorization</l> HTTP request header.
  <p>
@@ -158,7 +158,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
       request-headers from the new request to allow the origin server to authenticate the new request.
    <li>If the response includes the "public" cache-control directive, it MAY be returned in reply to any subsequent
       request.
- </ol></div>
+ </ol>
+
+ <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>
@@ -218,7 +224,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Authorization.html" title="class in org.apache.juneau.http">Authorization</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Authorization.html#line.69">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Authorization.html" title="class in org.apache.juneau.http">Authorization</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Authorization.html#line.75">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Authorization</code> header.</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/http/CacheControl.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/CacheControl.html b/content/site/apidocs/org/apache/juneau/http/CacheControl.html
index eb9789b..1bcd15d 100644
--- a/content/site/apidocs/org/apache/juneau/http/CacheControl.html
+++ b/content/site/apidocs/org/apache/juneau/http/CacheControl.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/CacheControl.html#line.85">CacheControl</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/CacheControl.html#line.91">CacheControl</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Cache-Control</l> HTTP request header.
  <p>
@@ -182,6 +182,12 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    <li>Controls over cache revalidation and reload; these may only be imposed by a user agent.
    <li>Control over transformation of entities.
    <li>Extensions to the caching system.
+ </ul>
+
+ <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>
@@ -242,7 +248,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/CacheControl.html" title="class in org.apache.juneau.http">CacheControl</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/CacheControl.html#line.93">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/CacheControl.html" title="class in org.apache.juneau.http">CacheControl</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/CacheControl.html#line.99">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Cache-Control</code> header.</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/http/Connection.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Connection.html b/content/site/apidocs/org/apache/juneau/http/Connection.html
index 0311021..e8badec 100644
--- a/content/site/apidocs/org/apache/juneau/http/Connection.html
+++ b/content/site/apidocs/org/apache/juneau/http/Connection.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.64">Connection</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.70">Connection</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Connection</l> HTTP request header.
  <p>
@@ -161,7 +161,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  connection-token in this field, remove and ignore any header field(s) from the message with the same name as the
  connection-token.
  This protects against mistaken forwarding of such header fields by pre-HTTP/1.1 proxies.
- See section 19.6.2.</div>
+ See section 19.6.2.
+
+ <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>
@@ -239,7 +245,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Connection.html" title="class in org.apache.juneau.http">Connection</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.72">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Connection.html" title="class in org.apache.juneau.http">Connection</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.78">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Connection</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -255,7 +261,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>isClose</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.87">isClose</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.93">isClose</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the header value is <code>close</code>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -269,7 +275,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>isKeepAlive</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.95">isKeepAlive</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.101">isKeepAlive</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the header value is <code>keep-alive</code>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -283,7 +289,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>isUpgrade</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.103">isUpgrade</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Connection.html#line.109">isUpgrade</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the header value is <code>upgrade</code>.</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/http/Constants.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Constants.html b/content/site/apidocs/org/apache/juneau/http/Constants.html
index fcb055e..0379a54 100644
--- a/content/site/apidocs/org/apache/juneau/http/Constants.html
+++ b/content/site/apidocs/org/apache/juneau/http/Constants.html
@@ -102,9 +102,15 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/Constants.html#line.18">Constants</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/Constants.html#line.24">Constants</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">Constants used by classes in this package.</div>
+<div class="block">Constants used by classes in this package.
+
+ <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>
@@ -161,7 +167,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Constants</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Constants.html#line.18">Constants</a>()</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Constants.html#line.24">Constants</a>()</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/ContentEncoding.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentEncoding.html b/content/site/apidocs/org/apache/juneau/http/ContentEncoding.html
index 0202d13..6857a2f 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentEncoding.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentEncoding.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentEncoding.html#line.57">ContentEncoding</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentEncoding.html#line.63">ContentEncoding</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="class in org.apache.juneau.http">HeaderEnum</a>&lt;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>&gt;</pre>
 <div class="block">Represents a parsed <l>Content-Encoding</l> HTTP response header.
  <p>
@@ -154,7 +154,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="clas
  <p>
  If multiple encodings have been applied to an entity, the content codings MUST be listed in the order in which they
  were applied.
- Additional information about the encoding parameters MAY be provided.</div>
+ Additional information about the encoding parameters MAY be provided.
+
+ <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>
@@ -214,7 +220,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncoding.html" title="class in org.apache.juneau.http">ContentEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncoding.html#line.65">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncoding.html" title="class in org.apache.juneau.http">ContentEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncoding.html#line.71">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Encoding</code> header.</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/http/ContentEncodingEnum.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentEncodingEnum.html b/content/site/apidocs/org/apache/juneau/http/ContentEncodingEnum.html
index af9d1ef..3447d70 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentEncodingEnum.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentEncodingEnum.html
@@ -117,9 +117,15 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public enum <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.18">ContentEncodingEnum</a>
+<pre>public enum <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.24">ContentEncodingEnum</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>&gt;</pre>
-<div class="block">Represents the possible values for a <code>Content-Encoding</code> header.</div>
+<div class="block">Represents the possible values for a <code>Content-Encoding</code> header.
+
+ <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>
@@ -225,7 +231,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>GZIP</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.21">GZIP</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.27">GZIP</a></pre>
 <div class="block">Content-Encoding: gzip</div>
 </li>
 </ul>
@@ -235,7 +241,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>COMPRESS</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.24">COMPRESS</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.30">COMPRESS</a></pre>
 <div class="block">Content-Encoding: compress</div>
 </li>
 </ul>
@@ -245,7 +251,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFLATE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.27">DEFLATE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.33">DEFLATE</a></pre>
 <div class="block">Content-Encoding: deflate</div>
 </li>
 </ul>
@@ -255,7 +261,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>IDENTITY</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.30">IDENTITY</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.36">IDENTITY</a></pre>
 <div class="block">Content-Encoding: identity</div>
 </li>
 </ul>
@@ -265,7 +271,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>OTHER</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.33">OTHER</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a> <a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.39">OTHER</a></pre>
 <div class="block">Unknown value</div>
 </li>
 </ul>
@@ -283,7 +289,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.18">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.24">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -303,7 +309,7 @@ for (ContentEncodingEnum c : ContentEncodingEnum.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.18">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentEncodingEnum.html#line.24">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/ContentLanguage.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentLanguage.html b/content/site/apidocs/org/apache/juneau/http/ContentLanguage.html
index 600ff2e..1b1bcad 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentLanguage.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentLanguage.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLanguage.html#line.61">ContentLanguage</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLanguage.html#line.67">ContentLanguage</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Content-Language</l> HTTP response header.
  <p>
@@ -158,7 +158,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  be used by an English-literate audience.
  In this case, the Content-Language would properly only include "en".
  <p>
- Content-Language MAY be applied to any media type -- it is not limited to textual documents.</div>
+ Content-Language MAY be applied to any media type -- it is not limited to textual documents.
+
+ <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>
@@ -218,7 +224,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLanguage.html" title="class in org.apache.juneau.http">ContentLanguage</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLanguage.html#line.69">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLanguage.html" title="class in org.apache.juneau.http">ContentLanguage</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLanguage.html#line.75">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Language</code> header.</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/http/ContentLength.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentLength.html b/content/site/apidocs/org/apache/juneau/http/ContentLength.html
index b266aa3..a26fa7b 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentLength.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentLength.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLength.html#line.50">ContentLength</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLength.html#line.56">ContentLength</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="class in org.apache.juneau.http">HeaderInteger</a></pre>
 <div class="block">Represents a parsed <l>Content-Length</l> HTTP request/response header.
  <p>
@@ -147,7 +147,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
  Note that the meaning of this field is significantly different from the corresponding definition in MIME, where it is
  an optional field used within the "message/external-body" content-type.
  In HTTP, it SHOULD be sent whenever the message's length can be determined prior to being transferred, unless this is
- prohibited by the rules in section 4.4.</div>
+ prohibited by the rules in section 4.4.
+
+ <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>
@@ -207,7 +213,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLength.html" title="class in org.apache.juneau.http">ContentLength</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLength.html#line.58">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLength.html" title="class in org.apache.juneau.http">ContentLength</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLength.html#line.64">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Length</code> header.</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/http/ContentLocation.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentLocation.html b/content/site/apidocs/org/apache/juneau/http/ContentLocation.html
index 7bf45e0..fb362a8 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentLocation.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentLocation.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLocation.html#line.55">ContentLocation</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentLocation.html#line.61">ContentLocation</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http">HeaderUri</a></pre>
 <div class="block">Represents a parsed <l>Content-Location</l> HTTP response header.
  <p>
@@ -152,7 +152,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
  If the Content-Location is a relative URI, the relative URI is interpreted relative to the Request-URI.
  <p>
  The meaning of the Content-Location header in PUT or POST requests is undefined; servers are free to ignore it in
- those cases.</div>
+ those cases.
+
+ <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>
@@ -212,7 +218,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLocation.html" title="class in org.apache.juneau.http">ContentLocation</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLocation.html#line.63">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentLocation.html" title="class in org.apache.juneau.http">ContentLocation</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentLocation.html#line.69">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Location</code> header.</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/http/ContentRange.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentRange.html b/content/site/apidocs/org/apache/juneau/http/ContentRange.html
index c99c7b9..4870004 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentRange.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentRange.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentRange.html#line.109">ContentRange</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ContentRange.html#line.115">ContentRange</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Content-Range</l> HTTP response header.
  <p>
@@ -206,7 +206,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  Note: clients cannot depend on servers to send a 416 (Requested range not satisfiable) response instead of a 200 (OK)
  response for
- an unsatisfiable Range request-header, since not all servers implement this request-header.</div>
+ an unsatisfiable Range request-header, since not all servers implement this request-header.
+
+ <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>
@@ -266,7 +272,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentRange.html" title="class in org.apache.juneau.http">ContentRange</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentRange.html#line.117">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentRange.html" title="class in org.apache.juneau.http">ContentRange</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentRange.html#line.123">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Range</code> header.</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/http/ContentType.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ContentType.html b/content/site/apidocs/org/apache/juneau/http/ContentType.html
index 4b4a176..12ba5d4 100644
--- a/content/site/apidocs/org/apache/juneau/http/ContentType.html
+++ b/content/site/apidocs/org/apache/juneau/http/ContentType.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.43">ContentType</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.49">ContentType</a>
 extends <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a></pre>
 <div class="block">Represents a parsed <l>Content-Type</l> HTTP request/response header.
  <p>
@@ -136,7 +136,13 @@ extends <a href="../../../../org/apache/juneau/http/MediaType.html" title="class
  An example of the field is...
  <p class='bcode'>
    Content-Type: text/html; charset=ISO-8859-4
- </p></div>
+ </p>
+
+ <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>
@@ -217,7 +223,7 @@ extends <a href="../../../../org/apache/juneau/http/MediaType.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentType.html" title="class in org.apache.juneau.http">ContentType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.53">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ContentType.html" title="class in org.apache.juneau.http">ContentType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.59">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Content-Type</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -233,7 +239,7 @@ extends <a href="../../../../org/apache/juneau/http/MediaType.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>findMatch</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.81">findMatch</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;mediaTypes)</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ContentType.html#line.87">findMatch</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;mediaTypes)</pre>
 <div class="block">Given a list of media types, returns the best match for this <code>Content-Type</code> header.
  <p>
  Note that fuzzy matching is allowed on the media types where the <code>Content-Types</code> header may

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/Date.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Date.html b/content/site/apidocs/org/apache/juneau/http/Date.html
index 00a6058..735b1d7 100644
--- a/content/site/apidocs/org/apache/juneau/http/Date.html
+++ b/content/site/apidocs/org/apache/juneau/http/Date.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Date.html#line.66">Date</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Date.html#line.72">Date</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></pre>
 <div class="block">Represents a parsed <l>Date</l> HTTP request/response header.
  <p>
@@ -163,7 +163,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
  implementation has no means of generating a reasonably accurate date and time.
  In theory, the date ought to represent the moment just before the entity is generated.
  In practice, the date can be generated at any time during the message origination without affecting its semantic
- value.</div>
+ value.
+
+ <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>
@@ -223,7 +229,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Date.html" title="class in org.apache.juneau.http">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Date.html#line.74">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Date.html" title="class in org.apache.juneau.http">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Date.html#line.80">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Date</code> header.</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/http/ETag.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ETag.html b/content/site/apidocs/org/apache/juneau/http/ETag.html
index d5d0ca0..b0f373f 100644
--- a/content/site/apidocs/org/apache/juneau/http/ETag.html
+++ b/content/site/apidocs/org/apache/juneau/http/ETag.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ETag.html#line.41">ETag</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ETag.html#line.47">ETag</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>ETag</l> HTTP response header.
  <p>
@@ -138,7 +138,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    ETag: "xyzzy"
    ETag: W/"xyzzy"
    ETag: ""
- </p></div>
+ </p>
+
+ <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>
@@ -198,7 +204,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ETag.html" title="class in org.apache.juneau.http">ETag</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ETag.html#line.49">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ETag.html" title="class in org.apache.juneau.http">ETag</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ETag.html#line.55">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>ETag</code> header.</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/http/EntityValidator.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/EntityValidator.html b/content/site/apidocs/org/apache/juneau/http/EntityValidator.html
index dad92ec..5c3b7dd 100644
--- a/content/site/apidocs/org/apache/juneau/http/EntityValidator.html
+++ b/content/site/apidocs/org/apache/juneau/http/EntityValidator.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.24">EntityValidator</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.30">EntityValidator</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 validator value.
  <p>
@@ -116,7 +116,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <p class='bcode'>
    ETag: "123456789"    – A strong ETag validator
    ETag: W/"123456789"  – A weak ETag validator
- </p></div>
+ </p>
+
+ <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>
@@ -206,7 +212,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EntityValidator</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.34">EntityValidator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.40">EntityValidator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -228,7 +234,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.48">asString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.54">asString</a>()</pre>
 <div class="block">Returns the validator value stripped of quotes and weak tag.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -242,7 +248,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isWeak</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.56">isWeak</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.62">isWeak</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the weak flag is present in the value.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -256,7 +262,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isAny</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.64">isAny</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.70">isAny</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the validator string value is <code>*</code>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -270,7 +276,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.69">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/EntityValidator.html#line.75">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/Expect.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Expect.html b/content/site/apidocs/org/apache/juneau/http/Expect.html
index c0c3517..91d77ae 100644
--- a/content/site/apidocs/org/apache/juneau/http/Expect.html
+++ b/content/site/apidocs/org/apache/juneau/http/Expect.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Expect.html#line.56">Expect</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Expect.html#line.62">Expect</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Expect</l> HTTP request header.
  <p>
@@ -153,7 +153,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  Many older HTTP/1.0 and HTTP/1.1 applications do not understand the Expect header.
  <p>
- See section 8.2.3 for the use of the 100 (continue) status.</div>
+ See section 8.2.3 for the use of the 100 (continue) status.
+
+ <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>
@@ -213,7 +219,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Expect.html" title="class in org.apache.juneau.http">Expect</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Expect.html#line.64">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Expect.html" title="class in org.apache.juneau.http">Expect</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Expect.html#line.70">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Expect</code> header.</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/http/Expires.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Expires.html b/content/site/apidocs/org/apache/juneau/http/Expires.html
index 9a1d285..ba3ad2d 100644
--- a/content/site/apidocs/org/apache/juneau/http/Expires.html
+++ b/content/site/apidocs/org/apache/juneau/http/Expires.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Expires.html#line.63">Expires</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Expires.html#line.69">Expires</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></pre>
 <div class="block">Represents a parsed <l>Expires</l> HTTP response header.
  <p>
@@ -160,7 +160,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
  <p>
  The presence of an Expires header field with a date value of some time in the future on a response that otherwise
  would by default be non-cacheable indicates that the response is cacheable, unless indicated otherwise by a
- Cache-Control header field (section 14.9).</div>
+ Cache-Control header field (section 14.9).
+
+ <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>
@@ -220,7 +226,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Expires.html" title="class in org.apache.juneau.http">Expires</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Expires.html#line.71">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Expires.html" title="class in org.apache.juneau.http">Expires</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Expires.html#line.77">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Expires</code> header.</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/http/From.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/From.html b/content/site/apidocs/org/apache/juneau/http/From.html
index 7237f59..253b7fd 100644
--- a/content/site/apidocs/org/apache/juneau/http/From.html
+++ b/content/site/apidocs/org/apache/juneau/http/From.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/From.html#line.55">From</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/From.html#line.61">From</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>From</l> HTTP request header.
  <p>
@@ -152,7 +152,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  The client SHOULD NOT send the From header field without the user's approval, as it might conflict with the user's
  privacy interests or their site's security policy.
  It is strongly recommended that the user be able to disable, enable, and modify the value of this field at any time
- prior to a request.</div>
+ prior to a request.
+
+ <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>
@@ -212,7 +218,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/From.html" title="class in org.apache.juneau.http">From</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/From.html#line.63">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/From.html" title="class in org.apache.juneau.http">From</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/From.html#line.69">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>From</code> header.</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/http/HeaderDate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderDate.html b/content/site/apidocs/org/apache/juneau/http/HeaderDate.html
index e399761..24fcf15 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderDate.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderDate.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.25">HeaderDate</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.31">HeaderDate</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">Category of headers that consist of a single HTTP-date.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    If-Modified-Since: Sat, 29 Oct 1994 19:43:31 GMT
- </p></div>
+ </p>
+
+ <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>
@@ -197,7 +203,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderDate</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.34">HeaderDate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;raw)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.40">HeaderDate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;raw)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -219,7 +225,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asDate</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.43">asDate</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.49">asDate</a>()</pre>
 <div class="block">Returns this header value as a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -233,7 +239,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.48">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderDate.html#line.54">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidator.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidator.html b/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidator.html
index d1a33f6..9b75f17 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidator.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidator.html
@@ -108,14 +108,20 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.23">HeaderEntityValidator</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.29">HeaderEntityValidator</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">Category of headers that consist of a single entity validator value.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    ETag: "xyzzy"
- </p></div>
+ </p>
+
+ <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>
@@ -193,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>HeaderEntityValidator</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.31">HeaderEntityValidator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.37">HeaderEntityValidator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -215,7 +221,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asValidator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.39">asValidator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.45">asValidator</a>()</pre>
 <div class="block">Returns this header value as a <a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http"><code>EntityValidator</code></a> object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -229,7 +235,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.44">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidator.html#line.50">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidatorArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidatorArray.html b/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidatorArray.html
index b13248c..3a9d39f 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidatorArray.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderEntityValidatorArray.html
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.27">HeaderEntityValidatorArray</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.33">HeaderEntityValidatorArray</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">Category of headers that consist of a comma-delimited list of entity validator values.
  <p>
@@ -121,7 +121,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
    If-Match: "xyzzy"
    If-Match: "xyzzy", "r2d2xxxx", "c3piozzzz"
    If-Match: *
- </p></div>
+ </p>
+
+ <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>
@@ -199,7 +205,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderEntityValidatorArray</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.35">HeaderEntityValidatorArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.41">HeaderEntityValidatorArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -221,7 +227,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asValidators</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.47">asValidators</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.53">asValidators</a>()</pre>
 <div class="block">Returns this header value as an array of <a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http"><code>EntityValidator</code></a> objects.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -235,7 +241,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.52">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEntityValidatorArray.html#line.58">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>&nbsp;in class&nbsp;<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>



[02/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dfn.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dfn.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dfn.html
index 0344b8c..40be260 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dfn.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dfn.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-dfn-element"&gt;&amp;lt;dfn&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="dfn")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Dfn extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Dfn _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Dfn id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Dfn style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Dfn children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Dfn child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="dfn")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Dfn extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Dfn _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Dfn id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Dfn style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Dfn children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Dfn child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Div.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Div.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Div.html
index aa87090..0053482 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Div.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Div.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-div-element"&gt;&amp;lt;div&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="div")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Div extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Div _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Div id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Div style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Div children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Div child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="div")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Div extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Div _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Div id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Div style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Div children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Div child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dl.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dl.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dl.html
index 5f43da5..43b63dd 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dl.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dl.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dl-element"&gt;&amp;lt;dl&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="dl")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Dl extends HtmlElementContainer {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Dl _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Dl id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Dl style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementContainer */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Dl children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementContainer */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public final Dl child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="dl")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Dl extends HtmlElementContainer {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Dl _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Dl id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Dl style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementContainer */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Dl children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementContainer */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public final Dl child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dt.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dt.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dt.html
index 91f023b..5c3ac70 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dt.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Dt.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-dt-element"&gt;&amp;lt;dt&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="dt")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Dt extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Dt _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Dt id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Dt style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Dt children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Dt child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="dt")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Dt extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Dt _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Dt id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Dt style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Dt children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Dt child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Em.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Em.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Em.html
index 270a9ff..369bf72 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Em.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Em.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-em-element"&gt;&amp;lt;em&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="em")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Em extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Em _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Em id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Em style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Em children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Em child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="em")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Em extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Em _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Em id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Em style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Em children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Em child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Embed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Embed.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Embed.html
index e5ba218..88fe39c 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Embed.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Embed.html
@@ -27,80 +27,88 @@
 <span class="sourceLineNo">019</span>/**<a name="line.19"></a>
 <span class="sourceLineNo">020</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-embed-element"&gt;&amp;lt;embed&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * &lt;p&gt;<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span>@Bean(typeName="embed")<a name="line.23"></a>
-<span class="sourceLineNo">024</span>public class Embed extends HtmlElementVoid {<a name="line.24"></a>
-<span class="sourceLineNo">025</span><a name="line.25"></a>
-<span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height"&gt;height&lt;/a&gt; attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Vertical dimension.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @param height The new value for this attribute.<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    * Typically a {@link Number} or {@link String}.<a name="line.30"></a>
-<span class="sourceLineNo">031</span>    * @return This object (for method chaining).<a name="line.31"></a>
-<span class="sourceLineNo">032</span>    */<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   public final Embed height(Object height) {<a name="line.33"></a>
-<span class="sourceLineNo">034</span>      attr("height", height);<a name="line.34"></a>
-<span class="sourceLineNo">035</span>      return this;<a name="line.35"></a>
-<span class="sourceLineNo">036</span>   }<a name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-src"&gt;src&lt;/a&gt; attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Address of the resource.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @param src The new value for this attribute.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * Typically a {@link URL} or {@link String}.<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    * @return This object (for method chaining).<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    */<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   public final Embed src(Object src) {<a name="line.45"></a>
-<span class="sourceLineNo">046</span>      attr("src", src);<a name="line.46"></a>
-<span class="sourceLineNo">047</span>      return this;<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   }<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-type"&gt;type&lt;/a&gt; attribute.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    * Type of embedded resource.<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * @param type The new value for this attribute.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    * @return This object (for method chaining).<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    */<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   public final Embed type(String type) {<a name="line.56"></a>
-<span class="sourceLineNo">057</span>      attr("type", type);<a name="line.57"></a>
-<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width"&gt;width&lt;/a&gt; attribute.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * Horizontal dimension.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * @param width The new value for this attribute.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * Typically a {@link Number} or {@link String}.<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    * @return This object (for method chaining).<a name="line.66"></a>
-<span class="sourceLineNo">067</span>    */<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   public final Embed width(Object width) {<a name="line.68"></a>
-<span class="sourceLineNo">069</span>      attr("width", width);<a name="line.69"></a>
-<span class="sourceLineNo">070</span>      return this;<a name="line.70"></a>
-<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span><a name="line.73"></a>
-<span class="sourceLineNo">074</span>   //--------------------------------------------------------------------------------<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   // Overridden methods<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   //--------------------------------------------------------------------------------<a name="line.76"></a>
-<span class="sourceLineNo">077</span><a name="line.77"></a>
-<span class="sourceLineNo">078</span>   @Override /* HtmlElement */<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   public final Embed _class(String _class) {<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      super._class(_class);<a name="line.80"></a>
-<span class="sourceLineNo">081</span>      return this;<a name="line.81"></a>
-<span class="sourceLineNo">082</span>   }<a name="line.82"></a>
-<span class="sourceLineNo">083</span><a name="line.83"></a>
-<span class="sourceLineNo">084</span>   @Override /* HtmlElement */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   public final Embed id(String id) {<a name="line.85"></a>
-<span class="sourceLineNo">086</span>      super.id(id);<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      return this;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>   }<a name="line.88"></a>
-<span class="sourceLineNo">089</span><a name="line.89"></a>
-<span class="sourceLineNo">090</span>   @Override /* HtmlElement */<a name="line.90"></a>
-<span class="sourceLineNo">091</span>   public final Embed style(String style) {<a name="line.91"></a>
-<span class="sourceLineNo">092</span>      super.style(style);<a name="line.92"></a>
-<span class="sourceLineNo">093</span>      return this;<a name="line.93"></a>
-<span class="sourceLineNo">094</span>   }<a name="line.94"></a>
-<span class="sourceLineNo">095</span>}<a name="line.95"></a>
+<span class="sourceLineNo">022</span> *<a name="line.22"></a>
+<span class="sourceLineNo">023</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> * &lt;ul class='doctree'&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;/ul&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> * &lt;/ul&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> */<a name="line.30"></a>
+<span class="sourceLineNo">031</span>@Bean(typeName="embed")<a name="line.31"></a>
+<span class="sourceLineNo">032</span>public class Embed extends HtmlElementVoid {<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>   /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height"&gt;height&lt;/a&gt; attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Vertical dimension.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @param height The new value for this attribute.<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    * Typically a {@link Number} or {@link String}.<a name="line.38"></a>
+<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
+<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   public final Embed height(Object height) {<a name="line.41"></a>
+<span class="sourceLineNo">042</span>      attr("height", height);<a name="line.42"></a>
+<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
+<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-src"&gt;src&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Address of the resource.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @param src The new value for this attribute.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    * Typically a {@link URL} or {@link String}.<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * @return This object (for method chaining).<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   public final Embed src(Object src) {<a name="line.53"></a>
+<span class="sourceLineNo">054</span>      attr("src", src);<a name="line.54"></a>
+<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
+<span class="sourceLineNo">057</span><a name="line.57"></a>
+<span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-embed-type"&gt;type&lt;/a&gt; attribute.<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Type of embedded resource.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    * @param type The new value for this attribute.<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @return This object (for method chaining).<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public final Embed type(String type) {<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      attr("type", type);<a name="line.65"></a>
+<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
+<span class="sourceLineNo">068</span><a name="line.68"></a>
+<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width"&gt;width&lt;/a&gt; attribute.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * Horizontal dimension.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * @param width The new value for this attribute.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    * Typically a {@link Number} or {@link String}.<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    * @return This object (for method chaining).<a name="line.74"></a>
+<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   public final Embed width(Object width) {<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      attr("width", width);<a name="line.77"></a>
+<span class="sourceLineNo">078</span>      return this;<a name="line.78"></a>
+<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
+<span class="sourceLineNo">080</span><a name="line.80"></a>
+<span class="sourceLineNo">081</span><a name="line.81"></a>
+<span class="sourceLineNo">082</span>   //--------------------------------------------------------------------------------<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   // Overridden methods<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   //--------------------------------------------------------------------------------<a name="line.84"></a>
+<span class="sourceLineNo">085</span><a name="line.85"></a>
+<span class="sourceLineNo">086</span>   @Override /* HtmlElement */<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   public final Embed _class(String _class) {<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      super._class(_class);<a name="line.88"></a>
+<span class="sourceLineNo">089</span>      return this;<a name="line.89"></a>
+<span class="sourceLineNo">090</span>   }<a name="line.90"></a>
+<span class="sourceLineNo">091</span><a name="line.91"></a>
+<span class="sourceLineNo">092</span>   @Override /* HtmlElement */<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public final Embed id(String id) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      super.id(id);<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   @Override /* HtmlElement */<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   public final Embed style(String style) {<a name="line.99"></a>
+<span class="sourceLineNo">100</span>      super.style(style);<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      return this;<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   }<a name="line.102"></a>
+<span class="sourceLineNo">103</span>}<a name="line.103"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Fieldset.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Fieldset.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Fieldset.html
index a28344c..659e831 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Fieldset.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Fieldset.html
@@ -25,79 +25,87 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-fieldset-element"&gt;&amp;lt;fieldset&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="fieldset")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Fieldset extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fieldset-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * Whether the form control is disabled.<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param disabled The new value for this attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    */<a name="line.30"></a>
-<span class="sourceLineNo">031</span>   public final Fieldset disabled(Boolean disabled) {<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      attr("disabled", disabled);<a name="line.32"></a>
-<span class="sourceLineNo">033</span>      return this;<a name="line.33"></a>
-<span class="sourceLineNo">034</span>   }<a name="line.34"></a>
-<span class="sourceLineNo">035</span><a name="line.35"></a>
-<span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * Associates the control with a form element.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @param form The new value for this attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * @return This object (for method chaining).<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    */<a name="line.41"></a>
-<span class="sourceLineNo">042</span>   public final Fieldset form(String form) {<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      attr("form", form);<a name="line.43"></a>
-<span class="sourceLineNo">044</span>      return this;<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   }<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * @param name The new value for this attribute.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * @return This object (for method chaining).<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public final Fieldset name(String name) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      attr("name", name);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   //--------------------------------------------------------------------------------<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   // Overridden methods<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   //--------------------------------------------------------------------------------<a name="line.61"></a>
-<span class="sourceLineNo">062</span><a name="line.62"></a>
-<span class="sourceLineNo">063</span>   @Override /* HtmlElement */<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public final Fieldset _class(String _class) {<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      super._class(_class);<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   @Override /* HtmlElement */<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   public final Fieldset id(String id) {<a name="line.70"></a>
-<span class="sourceLineNo">071</span>      super.id(id);<a name="line.71"></a>
-<span class="sourceLineNo">072</span>      return this;<a name="line.72"></a>
-<span class="sourceLineNo">073</span>   }<a name="line.73"></a>
-<span class="sourceLineNo">074</span><a name="line.74"></a>
-<span class="sourceLineNo">075</span>   @Override /* HtmlElement */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public final Fieldset style(String style) {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      super.style(style);<a name="line.77"></a>
-<span class="sourceLineNo">078</span>      return this;<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
-<span class="sourceLineNo">080</span><a name="line.80"></a>
-<span class="sourceLineNo">081</span>   @Override /* HtmlElementMixed */<a name="line.81"></a>
-<span class="sourceLineNo">082</span>   public Fieldset children(Object...children) {<a name="line.82"></a>
-<span class="sourceLineNo">083</span>      super.children(children);<a name="line.83"></a>
-<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
-<span class="sourceLineNo">086</span><a name="line.86"></a>
-<span class="sourceLineNo">087</span>   @Override /* HtmlElementMixed */<a name="line.87"></a>
-<span class="sourceLineNo">088</span>   public Fieldset child(Object child) {<a name="line.88"></a>
-<span class="sourceLineNo">089</span>      super.child(child);<a name="line.89"></a>
-<span class="sourceLineNo">090</span>      return this;<a name="line.90"></a>
-<span class="sourceLineNo">091</span>   }<a name="line.91"></a>
-<span class="sourceLineNo">092</span>}<a name="line.92"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="fieldset")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Fieldset extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fieldset-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    * Whether the form control is disabled.<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param disabled The new value for this attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @return This object (for method chaining).<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    */<a name="line.38"></a>
+<span class="sourceLineNo">039</span>   public final Fieldset disabled(Boolean disabled) {<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      attr("disabled", disabled);<a name="line.40"></a>
+<span class="sourceLineNo">041</span>      return this;<a name="line.41"></a>
+<span class="sourceLineNo">042</span>   }<a name="line.42"></a>
+<span class="sourceLineNo">043</span><a name="line.43"></a>
+<span class="sourceLineNo">044</span>   /**<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * Associates the control with a form element.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @param form The new value for this attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * @return This object (for method chaining).<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    */<a name="line.49"></a>
+<span class="sourceLineNo">050</span>   public final Fieldset form(String form) {<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      attr("form", form);<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      return this;<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   /**<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * @param name The new value for this attribute.<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * @return This object (for method chaining).<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public final Fieldset name(String name) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      attr("name", name);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   //--------------------------------------------------------------------------------<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   // Overridden methods<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   //--------------------------------------------------------------------------------<a name="line.69"></a>
+<span class="sourceLineNo">070</span><a name="line.70"></a>
+<span class="sourceLineNo">071</span>   @Override /* HtmlElement */<a name="line.71"></a>
+<span class="sourceLineNo">072</span>   public final Fieldset _class(String _class) {<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      super._class(_class);<a name="line.73"></a>
+<span class="sourceLineNo">074</span>      return this;<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   }<a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span>   @Override /* HtmlElement */<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   public final Fieldset id(String id) {<a name="line.78"></a>
+<span class="sourceLineNo">079</span>      super.id(id);<a name="line.79"></a>
+<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
+<span class="sourceLineNo">082</span><a name="line.82"></a>
+<span class="sourceLineNo">083</span>   @Override /* HtmlElement */<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   public final Fieldset style(String style) {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>      super.style(style);<a name="line.85"></a>
+<span class="sourceLineNo">086</span>      return this;<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   }<a name="line.87"></a>
+<span class="sourceLineNo">088</span><a name="line.88"></a>
+<span class="sourceLineNo">089</span>   @Override /* HtmlElementMixed */<a name="line.89"></a>
+<span class="sourceLineNo">090</span>   public Fieldset children(Object...children) {<a name="line.90"></a>
+<span class="sourceLineNo">091</span>      super.children(children);<a name="line.91"></a>
+<span class="sourceLineNo">092</span>      return this;<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   }<a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span>   @Override /* HtmlElementMixed */<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   public Fieldset child(Object child) {<a name="line.96"></a>
+<span class="sourceLineNo">097</span>      super.child(child);<a name="line.97"></a>
+<span class="sourceLineNo">098</span>      return this;<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   }<a name="line.99"></a>
+<span class="sourceLineNo">100</span>}<a name="line.100"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figcaption.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figcaption.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figcaption.html
index f3bbb43..5f29535 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figcaption.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figcaption.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-figcaption-element"&gt;&amp;lt;figcaption&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="figcaption")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Figcaption extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Figcaption _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Figcaption id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Figcaption style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Figcaption children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Figcaption child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="figcaption")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Figcaption extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Figcaption _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Figcaption id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Figcaption style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Figcaption children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Figcaption child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figure.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figure.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figure.html
index e7636a8..4618ec7 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figure.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Figure.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-figure-element"&gt;&amp;lt;figure&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="figure")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Figure extends HtmlElementContainer {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Figure _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Figure id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Figure style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementContainer */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Figure children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementContainer */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public final Figure child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="figure")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Figure extends HtmlElementContainer {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Figure _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Figure id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Figure style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementContainer */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Figure children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementContainer */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public final Figure child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 


[50/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
index 4388e0e..baf7971 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.36">AtomBuilder</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.43">AtomBuilder</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 ATOM elements.
  <p>
@@ -124,8 +124,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
          <jsm>link</jsm>(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>)
       );
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -307,7 +314,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AtomBuilder</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.36">AtomBuilder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.43">AtomBuilder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -324,7 +331,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>category</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.44">category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.51">category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom"><code>Category</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Category.html#term-java.lang.String-"><code>Category.term(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -340,7 +347,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>content</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.53">content</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.60">content</a>()</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom"><code>Content</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Content.html#type-java.lang.String-"><code>Content.type(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -354,7 +361,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>content</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.63">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.70">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom"><code>Content</code></a> element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -370,7 +377,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>entry</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.75">entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.82">entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
                                 <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title,
                                 <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div>
@@ -390,7 +397,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>entry</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.87">entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.94">entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
                                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;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>&nbsp;updated)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div>
@@ -410,7 +417,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>feed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.99">feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.106">feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
                               <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div>
@@ -430,7 +437,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>feed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.111">feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.118">feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;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>&nbsp;updated)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div>
@@ -450,7 +457,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>generator</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.121">generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.128">generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom"><code>Generator</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Generator.html#text-java.lang.String-"><code>Generator.text(String)</code></a> child node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -466,7 +473,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>icon</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.131">icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.138">icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom"><code>Icon</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Icon.html#uri-java.net.URI-"><code>Icon.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -482,7 +489,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>icon</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.141">icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.148">icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom"><code>Icon</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Icon.html#uri-java.net.URI-"><code>Icon.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -498,7 +505,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.151">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.158">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom"><code>Id</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Id.html#text-java.lang.String-"><code>Id.text(String)</code></a> child node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -514,7 +521,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>link</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.163">link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.170">link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;href)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div>
@@ -534,7 +541,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>logo</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.173">logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.180">logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom"><code>Logo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Logo.html#uri-java.net.URI-"><code>Logo.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -550,7 +557,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>logo</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.183">logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.190">logo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom"><code>Logo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Logo.html#uri-java.net.URI-"><code>Logo.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -566,7 +573,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>person</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.193">person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.200">person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom"><code>Person</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Person.html#name-java.lang.String-"><code>Person.name(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -582,7 +589,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>source</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.202">source</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.209">source</a>()</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -596,7 +603,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.211">text</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.218">text</a>()</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom"><code>Text</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -610,7 +617,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.221">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.228">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom"><code>Text</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-"><code>Text.type(String)</code></a> attribute.</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/atom/Category.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
index d3dff5a..95b3621 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Category.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#typeName--">typeName</a>="category")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.41">Category</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.48">Category</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomCategory</code> construct in the RFC4287 specification.
  <p>
@@ -129,8 +129,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
          undefinedContent
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -254,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Category</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.51">Category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.58">Category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -268,7 +275,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Category</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.56">Category</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.63">Category</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -287,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getTerm</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.67">getTerm</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.74">getTerm</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The category term.</dd>
@@ -301,7 +308,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>term</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="term")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.78">term</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.85">term</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;term)</pre>
 <div class="block">Sets the category term.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -318,7 +325,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>getScheme</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.89">getScheme</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.96">getScheme</a>()</pre>
 <div class="block">Returns the category scheme.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -333,7 +340,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>scheme</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="scheme")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.100">scheme</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;scheme)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.107">scheme</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;scheme)</pre>
 <div class="block">Sets the category scheme.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -350,7 +357,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>getLabel</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.111">getLabel</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.118">getLabel</a>()</pre>
 <div class="block">Returns the category label.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -365,7 +372,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>label</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="label")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.122">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.129">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
 <div class="block">Sets the category label.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -381,7 +388,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.133">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.140">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -400,7 +407,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.139">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.146">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
index 62a2535..541db40 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.37">Common</a>
+<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.44">Common</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 an <code>atomCommonAttributes</code> construct in the RFC4287 specification.
  <p>
@@ -123,8 +123,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
       attribute xml:lang { atomLanguageTag }?,
       undefinedAttribute*
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -218,7 +225,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Common</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.37">Common</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.44">Common</a>()</pre>
 </li>
 </ul>
 </li>
@@ -237,7 +244,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <h4>getBase</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml",
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.53">getBase</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.60">getBase</a>()</pre>
 <div class="block">Returns the uri base of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -252,7 +259,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>base</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="base")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.64">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.71">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -268,7 +275,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.75">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.82">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -286,7 +293,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" titl
 <h4>getLang</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml",
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.86">getLang</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.93">getLang</a>()</pre>
 <div class="block">Returns the language of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -301,7 +308,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>lang</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="lang")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.97">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.104">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block">Sets the language of this object.</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/atom/CommonEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
index fbe42ca..4d1700e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
@@ -117,11 +117,18 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.30">CommonEntry</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.37">CommonEntry</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -328,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.48">CommonEntry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.55">CommonEntry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
                    <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -346,7 +353,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.58">CommonEntry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.65">CommonEntry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;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>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -364,7 +371,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.63">CommonEntry</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.70">CommonEntry</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -384,7 +391,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <h4>getAuthors</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="author")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.76">getAuthors</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.83">getAuthors</a>()</pre>
 <div class="block">Returns the list of authors for this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -399,7 +406,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>authors</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="authors")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.87">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.94">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
 <div class="block">Sets the list of authors for this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -417,7 +424,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <h4>getCatetories</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="category")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.98">getCatetories</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.105">getCatetories</a>()</pre>
 <div class="block">Returns the list of categories of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -432,7 +439,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>categories</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="categories")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.109">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.116">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
 <div class="block">Sets the list of categories of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -450,7 +457,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <h4>getContributors</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="contributor")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.120">getContributors</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.127">getContributors</a>()</pre>
 <div class="block">Returns the list of contributors of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -465,7 +472,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>contributors</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="contributors")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.131">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.138">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
 <div class="block">Sets the list of contributors of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -481,7 +488,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getId</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.141">getId</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.148">getId</a>()</pre>
 <div class="block">Returns the ID of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -496,7 +503,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>id</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="id")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.152">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.159">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
 <div class="block">Sets the ID of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -512,7 +519,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.163">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.170">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block">Sets the ID of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -529,7 +536,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>getLinks</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>)
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.174">getLinks</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.181">getLinks</a>()</pre>
 <div class="block">Returns the list of links of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -544,7 +551,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>links</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="links")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.185">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.192">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
 <div class="block">Sets the list of links of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -560,7 +567,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getRights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.195">getRights</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.202">getRights</a>()</pre>
 <div class="block">Returns the rights statement of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -575,7 +582,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>rights</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="rights")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.206">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.213">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -591,7 +598,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.217">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.224">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -607,7 +614,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getTitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.227">getTitle</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.234">getTitle</a>()</pre>
 <div class="block">Returns the title of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -622,7 +629,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>title</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="title")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.238">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.245">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
 <div class="block">Sets the title of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -638,7 +645,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.249">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.256">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Sets the title of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -655,7 +662,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>getUpdated</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html" title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.260">getUpdated</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.267">getUpdated</a>()</pre>
 <div class="block">Returns the update timestamp of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -670,7 +677,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
 <li class="blockList">
 <h4>updated</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="updated")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.271">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.278">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -687,7 +694,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>updated</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="updated")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.283">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.290">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
 <div class="block">Sets the update timestamp of this object.</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/atom/Content.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
index 147e6cc..6d706fa 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.66">Content</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.73">Content</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></pre>
 <div class="block">Represents an <code>atomContent</code> construct in the RFC4287 specification.
  <p>
@@ -159,8 +159,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
          empty
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -287,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <ul class="blockList">
 <li class="blockList">
 <h4>Content</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.76">Content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.83">Content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Normal content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -301,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Content</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.83">Content</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.90">Content</a>()</pre>
 <div class="block">Normal content.</div>
 </li>
 </ul>
@@ -320,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <li class="blockList">
 <h4>getSrc</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.98">getSrc</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.105">getSrc</a>()</pre>
 <div class="block">Returns the source URI.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -335,7 +342,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>src</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="src")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.109">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;src)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.116">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;src)</pre>
 <div class="block">Sets the source URI.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -351,7 +358,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.120">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.127">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#text-java.lang.String-">Text</a></code></span></div>
 <div class="block">Sets the content of this content.</div>
 <dl>
@@ -370,7 +377,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.126">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.133">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-">Text</a></code></span></div>
 <div class="block">Sets the content type of this content.
  <p>
@@ -397,7 +404,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.132">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.139">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -416,7 +423,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.138">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.145">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -435,7 +442,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.144">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.151">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>



[19/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.20">SwaggerBuilder</a>()</pre>
+<pre>public&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.26">contact</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<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>&nbsp;name,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<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>&nbsp;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>&nbsp;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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.54">externalDocumentation</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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>&nbsp;url)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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>&nbsp;url,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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>&nbsp;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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.81">headerInfo</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in org.apache.juneau.dto.swagger">HeaderInfo</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.107">info</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<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>&nbsp;title,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<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>&nbsp;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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.125">items</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.151">license</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.168">operation</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.176">parameterInfo</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<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>&nbsp;in,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<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>&nbsp;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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<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>&nbsp;in,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<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>&nbsp;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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.204">responseInfo</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<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>&nbsp;description)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.221">schemaInfo</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.229">securityScheme</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.255">swagger</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<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>&nbsp;info)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.272">tag</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerBuilder.html#line.289">xml</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.20">SwaggerElement</a>()</pre>
+<pre>public&nbsp;<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&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.29">isStrict</a>()</pre>
+<pre>protected&nbsp;boolean&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SwaggerElement.html#line.38">strict</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html" title="class in org.apache.juneau.dto.swagger">SwaggerElement</a>&nbsp;<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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.34">Tag</a>()</pre>
+<pre>public&nbsp;<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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.47">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.82">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Tag.html#line.117">getExternalDocs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.26">Xml</a>()</pre>
+<pre>public&nbsp;<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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.44">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.81">getNamespace</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;namespace)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;namespace)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.115">getPrefix</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;prefix)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;prefix)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.149">getAttribute</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;attribute)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;attribute)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Xml.html#line.186">getWrapped</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;wrapped)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;wrapped)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Xml.html" title="class in org.apache.juneau.dto.swagger">Xml</a>&nbsp;<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>&nbsp;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&nbsp;<a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a>&nbsp;<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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a>&nbsp;<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>&nbsp;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&nbsp;<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>&lt;<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.162">asRanges</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>&gt;&nbsp;<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&nbsp;int&nbsp;<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>[]&nbsp;mediaTypes)</pre>
+<pre>public&nbsp;int&nbsp;<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>[]&nbsp;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&nbsp;boolean&nbsp;<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>&nbsp;part)</pre>
+<pre>public&nbsp;boolean&nbsp;<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>&nbsp;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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Accept.html#line.228">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/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>&nbsp;in class&nbsp;<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>



[36/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html b/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html
index 68c8141..d29d70b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="nav")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.22">Nav</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.30">Nav</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-nav-element">&lt;nav&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Nav</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.22">Nav</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.30">Nav</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html b/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html
index 3036ed8..f5bc626 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="noscript")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.22">Noscript</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.30">Noscript</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element">&lt;noscript&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Noscript</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.22">Noscript</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.30">Noscript</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.30">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.38">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.36">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.44">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.42">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.50">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.48">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.56">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.54">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.62">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html b/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html
index 33d4990..8e3a663 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="object")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.22">Object2</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.30">Object2</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element">&lt;object&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -278,7 +286,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Object2</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.22">Object2</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.30">Object2</a>()</pre>
 </li>
 </ul>
 </li>
@@ -295,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>data</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.30">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.38">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data">data</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -312,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.41">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.49">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -329,7 +337,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.53">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.61">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.64">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.72">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name">name</a> attribute.
  Name of nested browsing context.</div>
 <dl>
@@ -364,7 +372,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.75">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.83">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type">type</a> attribute.
  Type of embedded resource.</div>
 <dl>
@@ -381,7 +389,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>typemustmatch</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.87">typemustmatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;typemustmatch)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.95">typemustmatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;typemustmatch)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch">typemustmatch</a> attribute.
  Whether the type attribute and the Content-Type value need to match for the resource to be used.</div>
 <dl>
@@ -399,7 +407,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>usemap</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.98">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;usemap)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.106">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;usemap)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute.
  Name of image map to use.</div>
 <dl>
@@ -416,7 +424,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.110">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.118">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -434,7 +442,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.121">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.129">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -453,7 +461,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.127">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.135">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -472,7 +480,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.133">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.141">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -491,7 +499,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.139">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.147">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -511,7 +519,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.145">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.153">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html b/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html
index 4d06e16..52916a8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="ol")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.22">Ol</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.30">Ol</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ol-element">&lt;ol&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -248,7 +256,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Ol</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.22">Ol</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.30">Ol</a>()</pre>
 </li>
 </ul>
 </li>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>reversed</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.31">reversed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;reversed)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.39">reversed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;reversed)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed">reversed</a> attribute.
  Number the list backwards..</div>
 <dl>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>start</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.43">start</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;start)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.51">start</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;start)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start">start</a> attribute.
  Ordinal value of the first item.</div>
 <dl>
@@ -301,7 +309,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.54">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.62">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type">type</a> attribute.
  Kind of list marker..</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.65">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.73">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -337,7 +345,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.71">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.79">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -356,7 +364,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.77">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.85">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -375,7 +383,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.83">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.91">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -394,7 +402,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.89">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.97">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html b/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html
index 422c9b0..27244b2 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="optgroup")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.22">Optgroup</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.30">Optgroup</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-optgroup-element">&lt;optgroup&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Optgroup</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.22">Optgroup</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.30">Optgroup</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.31">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.39">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -277,7 +285,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>label</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.42">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.50">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-label">label</a> attribute.
  User-visible label.</div>
 <dl>
@@ -294,7 +302,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.53">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.61">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -313,7 +321,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.59">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.67">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -332,7 +340,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.65">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.73">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -351,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.71">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.79">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.77">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.85">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Option.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Option.html b/content/site/apidocs/org/apache/juneau/dto/html5/Option.html
index e67ddc6..55a7ce0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Option.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Option.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="option")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.22">Option</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.30">Option</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html" title="class in org.apache.juneau.dto.html5">HtmlElementText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-option-element">&lt;option&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -248,7 +256,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Option</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.22">Option</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.30">Option</a>()</pre>
 </li>
 </ul>
 </li>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.31">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.39">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>label</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.42">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.50">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-label">label</a> attribute.
  User-visible label.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>selected</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.54">selected</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;selected)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.62">selected</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;selected)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-selected">selected</a> attribute.
  Whether the option is selected by default.</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.66">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.74">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-value">value</a> attribute.
  Value to be used for form submission.</div>
 <dl>
@@ -336,7 +344,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.77">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.85">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -355,7 +363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.83">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.91">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -374,7 +382,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.89">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.97">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -393,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.95">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Option.html#line.103">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html#text-java.lang.Object-">HtmlElementText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Output.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Output.html b/content/site/apidocs/org/apache/juneau/dto/html5/Output.html
index 1c96e38..e76f2cb 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Output.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Output.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="output")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.22">Output</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.30">Output</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-output-element">&lt;output&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -248,7 +256,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Output</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.22">Output</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.30">Output</a>()</pre>
 </li>
 </ul>
 </li>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_for</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.30">_for</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_for)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.38">_for</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_for)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-output-for">for</a> attribute.
  Specifies controls from which the output was calculated.</div>
 <dl>
@@ -282,7 +290,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.41">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.49">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -299,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.52">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.60">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -316,7 +324,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.63">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.71">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -335,7 +343,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.69">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.77">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -354,7 +362,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.75">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.83">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -373,7 +381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.81">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.89">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -393,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.87">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Output.html" title="class in org.apache.juneau.dto.html5">Output</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Output.html#line.95">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[14/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
index 2a0305d..d7512ec 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
@@ -108,12 +108,17 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.29">RemoteableMeta</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.34">RemoteableMeta</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">Contains the meta-data about a remoteable interface.
  <p>
  Captures the information in <a href="../../../../org/apache/juneau/remoteable/Remoteable.html" title="annotation in org.apache.juneau.remoteable"><code>@Remoteable</code></a> and <a href="../../../../org/apache/juneau/remoteable/RemoteMethod.html" title="annotation in org.apache.juneau.remoteable"><code>@RemoteMethod</code></a>
- annotations for caching and reuse.</div>
+ annotations for caching and reuse.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -186,7 +191,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RemoteableMeta</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.39">RemoteableMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;c,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.44">RemoteableMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;c,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;restUrl)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -210,7 +215,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMethodMeta</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in org.apache.juneau.remoteable">RemoteableMethodMeta</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.64">getMethodMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;m)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in org.apache.juneau.remoteable">RemoteableMethodMeta</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMeta.html#line.69">getMethodMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;m)</pre>
 <div class="block">Returns the metadata about the specified method on this interface proxy.</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/remoteable/RemoteableMethodMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
index 91b354b..d97ce7a 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
@@ -108,11 +108,16 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.28">RemoteableMethodMeta</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.33">RemoteableMethodMeta</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">Contains the meta-data about a Java method on a remoteable interface.
  <p>
- Captures the information in <a href="../../../../org/apache/juneau/remoteable/RemoteMethod.html" title="annotation in org.apache.juneau.remoteable"><code>@RemoteMethod</code></a> annotations for caching and reuse.</div>
+ Captures the information in <a href="../../../../org/apache/juneau/remoteable/RemoteMethod.html" title="annotation in org.apache.juneau.remoteable"><code>@RemoteMethod</code></a> annotations for caching and reuse.
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -233,7 +238,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RemoteableMethodMeta</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.42">RemoteableMethodMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;restUrl,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.47">RemoteableMethodMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;restUrl,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;m)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -257,7 +262,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getHttpMethod</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.137">getHttpMethod</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.142">getHttpMethod</a>()</pre>
 <div class="block">Returns the value of the <a href="../../../../org/apache/juneau/remoteable/RemoteMethod.html#httpMethod--"><code>RemoteMethod.httpMethod()</code></a> annotation on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -271,7 +276,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.145">getUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.150">getUrl</a>()</pre>
 <div class="block">Returns the absolute URL of the REST interface invoked by this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -285,7 +290,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.153">getPathArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.158">getPathArgs</a>()</pre>
 <div class="block">Returns the <a href="../../../../org/apache/juneau/remoteable/Path.html" title="annotation in org.apache.juneau.remoteable"><code>@Path</code></a> annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -299,7 +304,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.161">getQueryArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.166">getQueryArgs</a>()</pre>
 <div class="block">Returns the <a href="../../../../org/apache/juneau/remoteable/Query.html" title="annotation in org.apache.juneau.remoteable"><code>@Query</code></a> annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -313,7 +318,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.169">getFormDataArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.174">getFormDataArgs</a>()</pre>
 <div class="block">Returns the <a href="../../../../org/apache/juneau/remoteable/FormData.html" title="annotation in org.apache.juneau.remoteable"><code>@FormData</code></a> annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -327,7 +332,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaderArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.177">getHeaderArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.182">getHeaderArgs</a>()</pre>
 <div class="block">Returns the <a href="../../../../org/apache/juneau/remoteable/Header.html" title="annotation in org.apache.juneau.remoteable"><code>@Header</code></a> annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -341,7 +346,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestBeanArgs</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.185">getRequestBeanArgs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.190">getRequestBeanArgs</a>()</pre>
 <div class="block">Returns the <a href="../../../../org/apache/juneau/remoteable/RequestBean.html" title="annotation in org.apache.juneau.remoteable"><code>@RequestBean</code></a> annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -355,7 +360,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getOtherArgs</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.193">getOtherArgs</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.198">getOtherArgs</a>()</pre>
 <div class="block">Returns the remaining non-annotated arguments on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -369,7 +374,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getBodyArg</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.201">getBodyArg</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.206">getBodyArg</a>()</pre>
 <div class="block">Returns the argument annotated with <a href="../../../../org/apache/juneau/remoteable/Body.html" title="annotation in org.apache.juneau.remoteable"><code>@Body</code></a>.</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/remoteable/RequestBean.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/RequestBean.html b/content/site/apidocs/org/apache/juneau/remoteable/RequestBean.html
index cdf899e..175ab42 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RequestBean.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RequestBean.html
@@ -96,7 +96,7 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#PARAMETER" title="class or interface in java.lang.annotation">PARAMETER</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>)
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
-public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/RequestBean.html#line.88">RequestBean</a></pre>
+public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/RequestBean.html#line.93">RequestBean</a></pre>
 <div class="block">Annotation applied to Java method arguments of interface proxies to denote a bean with remoteable annotations.
  <p>
  <h5 class='section'>Example:</h5>
@@ -155,7 +155,12 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Req
       <ja>@HeaderIfNE</ja>
       Map&lt;String,Object&gt; getExtraHeaders();
    }
- </p></div>
+ </p>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <li class='link'><a class='doclink' href='../../../../overview-summary.html#Remoteable.3rdParty'>Interface proxies against 3rd-party REST interfaces</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -201,7 +206,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/remoteable/Req
 <ul class="blockListLast">
 <li class="blockList">
 <h4>serializer</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RequestBean.html#line.98">serializer</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/remoteable/RequestBean.html#line.103">serializer</a></pre>
 <div class="block">Specifies the <a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer"><code>PartSerializer</code></a> class used for serializing values to strings.
  <p>
  The default value defaults to the using the part serializer defined on the client which by default is

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/rest/RestResponse.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestResponse.html b/content/site/apidocs/org/apache/juneau/rest/RestResponse.html
index 796331d..c3d80ac 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestResponse.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestResponse.html
@@ -733,17 +733,18 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setPageTitle</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.442">setPageTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.443">setPageTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;title)</pre>
 <div class="block">Sets the page title for HTML views.
  <p>
  This is the programmatic equivalent to the <a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageTitle--"><code>@RestResource#pageTitle()</code></a>/
  <a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#pageTitle--"><code>@RestMethod#pageTitle()</code></a> annotations.
  <p>
  This is a shortcut for calling <code>setProperty(<jsf>HTMLDOC_title</jsf>, title);</code>
- <p class='info'>
-   <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate a page title with delayed serialization so as not to
-   waste string concatenation cycles on non-HTML views.
- </p></div>
+ <ul class='doctree'>
+   <li class='info'>
+      <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate a page title with delayed serialization so as not to
+      waste string concatenation cycles on non-HTML views.
+ </ul></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>title</code> - The localized page title to render on the page.
@@ -759,17 +760,18 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setPageText</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.461">setPageText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.463">setPageText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Sets the page text for HTML views.
  <p>
  This is the programmatic equivalent to the <a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageText--"><code>@RestResource#pageText()</code></a>/
  <a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#pageText--"><code>@RestMethod#pageText()</code></a> annotations.
  <p>
  This is a shortcut for calling <code>setProperty(<jsf>HTMLDOC_text</jsf>, text);</code>
- <p class='info'>
-   <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate page text with delayed serialization so as not to
-   waste string concatenation cycles on non-HTML views.
- </p></div>
+ <ul class='doctree'>
+   <li class='info'>
+      <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate page text with delayed serialization so as not to
+      waste string concatenation cycles on non-HTML views.
+ </ul></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>text</code> - The localized page text to render on the page.</dd>
@@ -784,17 +786,19 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockList">
 <li class="blockList">
 <h4>setPageLinks</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.480">setPageLinks</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;links)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.484">setPageLinks</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;links)</pre>
 <div class="block">Sets the page text for HTML views.
  <p>
  This is the programmatic equivalent to the <a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#pageLinks--"><code>@RestResource#pageLinks()</code></a>/
  <a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#pageLinks--"><code>@RestMethod#pageLinks()</code></a> annotations.
  <p>
  This is a shortcut for calling <code>setProperty(<jsf>HTMLDOC_links</jsf>, links);</code>
- <p class='info'>
-   <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate page links with delayed serialization so as not to
-   waste string concatenation cycles on non-HTML views.
- </p></div>
+
+ <ul class='doctree'>
+   <li class='info'>
+      <b>Tip:</b>  Use <a href="../../../../org/apache/juneau/utils/StringMessage.html" title="class in org.apache.juneau.utils"><code>StringMessage</code></a> to generate page links with delayed serialization so as not to
+      waste string concatenation cycles on non-HTML views.
+ </ul></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>links</code> - The localized page links render on the page.</dd>
@@ -809,7 +813,7 @@ extends <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServ
 <ul class="blockListLast">
 <li class="blockList">
 <h4>flushBuffer</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.486">flushBuffer</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/juneau/rest/RestResponse.html#line.490">flushBuffer</a>()
                  throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html b/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
index e8e1fe6..cb2dfa3 100644
--- a/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
+++ b/content/site/apidocs/org/apache/juneau/rest/annotation/RestResource.html
@@ -1445,12 +1445,12 @@ public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annota
  This field can contain variables (e.g. <js>"$L{my.localized.variable}"</js>).
  <p>
  The programmatic equivalent to this annotation are the <a href="../../../../../org/apache/juneau/rest/RestConfig.html#setPageTitle-java.lang.String-"><code>RestConfig.setPageTitle(String)</code></a>/<a href="../../../../../org/apache/juneau/rest/RestResponse.html#setPageTitle-java.lang.Object-"><code>RestResponse.setPageTitle(Object)</code></a> methods.
- <p class='info'>
-   In most cases, you'll simply want to use the <code>@RestResource(title)</code> annotation to specify the page title.
-   However, this annotation is provided in cases where you want the page title to be different that the one
-   shown in the swagger document.
- </p>
- <b>Note:</b> - In most cases, you can</div>
+ <ul class='doctree'>
+   <li class='info'>
+      In most cases, you'll simply want to use the <code>@RestResource(title)</code> annotation to specify the page title.
+      However, this annotation is provided in cases where you want the page title to be different that the one
+      shown in the swagger document.
+ </ul></div>
 <dl>
 <dt>Default:</dt>
 <dd>""</dd>
@@ -1466,7 +1466,7 @@ public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockList">
 <li class="blockList">
 <h4>pageText</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.799">pageText</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.800">pageText</a></pre>
 <div class="block">Specifies the page text to use on the HTML view of all pages produced by this resource.
  <p>
  The page text is portion of the page immediately under the title and above the links.
@@ -1495,10 +1495,11 @@ public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annota
  This field can contain variables (e.g. <js>"$L{my.localized.variable}"</js>).
  <p>
  The programmatic equivalent to this annotation are the <a href="../../../../../org/apache/juneau/rest/RestConfig.html#setPageText-java.lang.String-"><code>RestConfig.setPageText(String)</code></a>/<a href="../../../../../org/apache/juneau/rest/RestResponse.html#setPageText-java.lang.Object-"><code>RestResponse.setPageText(Object)</code></a> methods.
- <p class='info'>
-   In most cases, you'll simply want to use the <code>@RestResource(description)</code> or <code>@RestMethod(summary)</code> annotations to specify the page text.
-   However, this annotation is provided in cases where you want the text to be different that the values shown in the swagger document.
- </p></div>
+ <ul class='doctree'>
+   <li class='info'>
+      In most cases, you'll simply want to use the <code>@RestResource(description)</code> or <code>@RestMethod(summary)</code> annotations to specify the page text.
+      However, this annotation is provided in cases where you want the text to be different that the values shown in the swagger document.
+ </ul></div>
 <dl>
 <dt>Default:</dt>
 <dd>""</dd>
@@ -1514,7 +1515,7 @@ public @interface <a href="../../../../../src-html/org/apache/juneau/rest/annota
 <ul class="blockListLast">
 <li class="blockList">
 <h4>pageLinks</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.831">pageLinks</a></pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/annotation/RestResource.html#line.832">pageLinks</a></pre>
 <div class="block">Specifies the page hyperlinks to use on the HTML view of all pages produced by this resource.
  <p>
  The page links is positioned immediately under the title and text.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/rest/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/package-summary.html
index 9e91e98..9bbb347 100644
--- a/content/site/apidocs/org/apache/juneau/rest/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/package-summary.html
@@ -626,34 +626,34 @@
    <p>
       The class hierarchy for the REST servlet class is shown below:
    </p>
-   <ul class='javahierarchy'>
-      <li class='a'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServlet</code></a> 
+   <ul class='doctree'>
+      <li class='jac'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServlet</code></a> 
       <ul>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
             <br>Contains all the main logic.
          <ul>
-            <li class='a'><a href="../../../../org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
+            <li class='jac'><a href="../../../../org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
             <br>Provides a default set of serializers, parsers, options page, stylesheet, and other common settings.
             <br><b>Developers will typically subclass this when creating REST resources in JEE environments.</b> 
             <ul>
-               <li class='a'><a href="../../../../org/apache/juneau/microservice/Resource.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.Resource</code></a>
+               <li class='jac'><a href="../../../../org/apache/juneau/microservice/Resource.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.Resource</code></a>
                <br>Subclass intented to be used in REST microservices.
                <br><b>Developers will typically subclass this when creating microservices.</b> 
-               <li class='a'><a href="../../../../org/apache/juneau/rest/RestServletGroupDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletGroupDefault</code></a>
+               <li class='jac'><a href="../../../../org/apache/juneau/rest/RestServletGroupDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletGroupDefault</code></a>
                <br>A default implementation for "router" pages.
                <ul>
-                  <li class='a'><a href="../../../../org/apache/juneau/microservice/ResourceGroup.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceGroup</code></a>
+                  <li class='jac'><a href="../../../../org/apache/juneau/microservice/ResourceGroup.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceGroup</code></a>
                   <br>Subclass intented to be used in REST microservices.
                </ul>
-               <li class='c'><a href="../../../../org/apache/juneau/rest/remoteable/RemoteableServlet.html" title="class in org.apache.juneau.rest.remoteable"><code>org.apache.juneau.rest.remoteable.RemoteableServlet</code></a>
+               <li class='jc'><a href="../../../../org/apache/juneau/rest/remoteable/RemoteableServlet.html" title="class in org.apache.juneau.rest.remoteable"><code>org.apache.juneau.rest.remoteable.RemoteableServlet</code></a>
                <br>REST servlet for implementing remoteable proxy interfaces.
             </ul>
-            <li class='a'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaDefault.html" title="class in org.apache.juneau.rest.jena"><code>org.apache.juneau.rest.jena.RestServletJenaDefault</code></a>
+            <li class='jac'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaDefault.html" title="class in org.apache.juneau.rest.jena"><code>org.apache.juneau.rest.jena.RestServletJenaDefault</code></a>
             <br>Same as <a href="../../../../org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>RestServletDefault</code></a>, but adds RDF support.
             <ul>
-               <li class='a'><a href="../../../../org/apache/juneau/microservice/ResourceJena.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceJena</code></a>
+               <li class='jac'><a href="../../../../org/apache/juneau/microservice/ResourceJena.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceJena</code></a>
                <br>Subclass intented to be used in REST microservices.
-               <li class='a'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html" title="class in org.apache.juneau.rest.jena"><code>org.apache.juneau.rest.jena.RestServletJenaGroupDefault</code></a>
+               <li class='jac'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html" title="class in org.apache.juneau.rest.jena"><code>org.apache.juneau.rest.jena.RestServletJenaGroupDefault</code></a>
                <br>Same as <a href="../../../../org/apache/juneau/rest/RestServletGroupDefault.html" title="class in org.apache.juneau.rest"><code>RestServletGroupDefault</code></a>, but adds RDF support.
             </ul>
          </ul>
@@ -667,14 +667,14 @@
    <p>
       The <a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest"><code>RestRequest</code></a> and <a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest"><code>RestResponse</code></a> classes described later also extend from their servlet equivalents:
    </p> 
-   <ul class='javahierarchy'>
-      <li class='i'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServletRequest</code></a>
+   <ul class='doctree'>
+      <li class='jic'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServletRequest</code></a>
       <ul>
-         <li class='c'><a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestRequest</code></a> - Augmented with specialized REST methods.
+         <li class='jc'><a href="../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestRequest</code></a> - Augmented with specialized REST methods.
       </ul> 
-      <li class='i'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServletResponse</code></a>
+      <li class='jic'><a href="http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletResponse.html?is-external=true" title="class or interface in javax.servlet.http"><code>javax.servlet.http.HttpServletResponse</code></a>
       <ul>
-         <li class='c'><a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestResponse</code></a> - Augmented with specialized REST methods.
+         <li class='jc'><a href="../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestResponse</code></a> - Augmented with specialized REST methods.
       </ul> 
    </ul>
 </div>
@@ -809,9 +809,9 @@
       </p>
    
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='a'><a href="../../../../org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>RestServletDefault</code></a>
-      <li class='a'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaDefault.html" title="class in org.apache.juneau.rest.jena"><code>RestServletJenaDefault</code></a>   
+   <ul class='doctree'>
+      <li class='jac'><a href="../../../../org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>RestServletDefault</code></a>
+      <li class='jac'><a href="../../../../org/apache/juneau/rest/jena/RestServletJenaDefault.html" title="class in org.apache.juneau.rest.jena"><code>RestServletJenaDefault</code></a>   
    </ul>
 
    <!-- ======================================================================================================== -->
@@ -860,20 +860,20 @@
       <p>
          The return type can also be any of the following special object types:
       </p>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>
             <br>The contents are simply piped to the output stream returned by <a href="../../../../org/apache/juneau/rest/RestResponse.html#getNegotiatedOutputStream--"><code>RestResponse.getNegotiatedOutputStream()</code></a>.
             <br>Note that you should call <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletResponseWrapper.html?is-external=true#setContentType-java.lang.String-" title="class or interface in javax.servlet"><code>ServletResponseWrapper.setContentType(String)</code></a> to set the <l>Content-Type</l> header if you use this object type.
-         <li class='c'><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>
+         <li class='jc'><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>
             <br>The contents are simply piped to the output stream returned by <a href="../../../../org/apache/juneau/rest/RestResponse.html#getNegotiatedWriter--"><code>RestResponse.getNegotiatedWriter()</code></a>.
             <br>Note that you should call <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletResponseWrapper.html?is-external=true#setContentType-java.lang.String-" title="class or interface in javax.servlet"><code>ServletResponseWrapper.setContentType(String)</code></a> to set the <l>Content-Type</l> header if you use this object type.
-         <li class='c'><a href="../../../../org/apache/juneau/rest/Redirect.html" title="class in org.apache.juneau.rest"><code>Redirect</code></a>
+         <li class='jc'><a href="../../../../org/apache/juneau/rest/Redirect.html" title="class in org.apache.juneau.rest"><code>Redirect</code></a>
             <br>Represents an HTTP redirect response.
-         <li class='i'><a href="../../../../org/apache/juneau/Streamable.html" title="interface in org.apache.juneau"><code>Streamable</code></a>
+         <li class='jic'><a href="../../../../org/apache/juneau/Streamable.html" title="interface in org.apache.juneau"><code>Streamable</code></a>
             <br>Interface that identifies that an object can be serialized directly to an output stream.
-         <li class='i'><a href="../../../../org/apache/juneau/Writable.html" title="interface in org.apache.juneau"><code>Writable</code></a>
+         <li class='jic'><a href="../../../../org/apache/juneau/Writable.html" title="interface in org.apache.juneau"><code>Writable</code></a>
             <br>Interface that identifies that an object can be serialized directly to a writer.
-         <li class='c'><a href="../../../../org/apache/juneau/utils/ZipFileList.html" title="class in org.apache.juneau.utils"><code>ZipFileList</code></a>
+         <li class='jc'><a href="../../../../org/apache/juneau/utils/ZipFileList.html" title="class in org.apache.juneau.utils"><code>ZipFileList</code></a>
             <br>Special interface for sending zip files as responses.
       </ul>
       <p>
@@ -1244,19 +1244,19 @@
    <jk>public</jk> Object doPost(<ja>@FormData</ja>(<js>"aString"</js>) String aString, <ja>@FormData</ja>(<js>"aNumber"</js>) <jk>int</jk> aNumber, <ja>@FormData</ja>(<js>"aDate"</js>) Calendar aDate) <jk>throws</jk> Exception {
       ...
    }
-      </p>
-      <p>
+         </p>
+         <p>
             The advantage to the form input bean is that it can handle any of the parsable types (e.g. JSON, XML...) 
                in addition to URL-Encoding.  The latter approach only supports URL-Encoding.
          </p>
-         <p class='severe'>
-            If you're using form input beans, DO NOT use the <l>@FormData</l> attribute
-               or <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameter-java.lang.String-" title="class or interface in javax.servlet"><code>ServletRequestWrapper.getParameter(String)</code></a> method since this will
-               cause the underlying JEE servlet to parse the HTTP body as a form post.
-            Your input bean will end up being null since there won't be any content left
-               after the servlet has parsed the body of the request.
-            This applies to WHENEVER you use <l>@Body</l> or <a href="../../../../org/apache/juneau/rest/RestRequest.html#getBody--"><code>RestRequest.getBody()</code></a>.
-      </p>  
+         <ul class='doctree'>
+            <li class='severe'>If you're using form input beans, DO NOT use the <l>@FormData</l> attribute
+                  or <a href="http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequestWrapper.html?is-external=true#getParameter-java.lang.String-" title="class or interface in javax.servlet"><code>ServletRequestWrapper.getParameter(String)</code></a> method since this will
+                  cause the underlying JEE servlet to parse the HTTP body as a form post.
+               <br>Your input bean will end up being null since there won't be any content left
+                  after the servlet has parsed the body of the request.
+               <br>This applies to WHENEVER you use <l>@Body</l> or <a href="../../../../org/apache/juneau/rest/RestRequest.html#getBody--"><code>RestRequest.getBody()</code></a>
+         </ul>
       </div>
 
       <!-- ======================================================================================================== -->
@@ -1456,9 +1456,9 @@
       <p>
          The localized label and description are also available through the following methods:
       </p>
-      <ul class='javahierarchy'>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletTitle--"><code>RestRequest.getServletTitle()</code></a>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletDescription--"><code>RestRequest.getServletDescription()</code></a>
+      <ul class='doctree'>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletTitle--"><code>RestRequest.getServletTitle()</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletDescription--"><code>RestRequest.getServletDescription()</code></a>
       </ul>
       <p>
          They are also made available as the request string variables <js>"$R{servletTitle}"</js> and <js>"$R{servletDescription}"</js>.
@@ -1615,13 +1615,13 @@
          </tr>
       </table>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#description--"><code>@RestMethod.description()</code></a>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parameters--"><code>@RestMethod.parameters()</code></a>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--"><code>@RestMethod.responses()</code></a>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletTitle--"><code>RestRequest.getServletTitle()</code></a>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletDescription--"><code>RestRequest.getServletDescription()</code></a>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getMethodDescription--"><code>RestRequest.getMethodDescription()</code></a>
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#description--"><code>@RestMethod.description()</code></a>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parameters--"><code>@RestMethod.parameters()</code></a>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--"><code>@RestMethod.responses()</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletTitle--"><code>RestRequest.getServletTitle()</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getServletDescription--"><code>RestRequest.getServletDescription()</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getMethodDescription--"><code>RestRequest.getMethodDescription()</code></a>
       </ul>
    </div>
 
@@ -1640,10 +1640,10 @@
       <p>
          Serializers can be associated with REST servlets in the following ways:
       </p>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#serializers--"><code>@RestResource.serializers()</code></a> - Annotation on servlet class.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializers--"><code>@RestMethod.serializers()</code></a> - Annotation on individual servlet methods.
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addSerializers-java.lang.Class...-"><code>RestConfig.addSerializers(Class[])</code></a> - Override method to set the serializers programmatically.
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#serializers--"><code>@RestResource.serializers()</code></a> - Annotation on servlet class.
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializers--"><code>@RestMethod.serializers()</code></a> - Annotation on individual servlet methods.
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addSerializers-java.lang.Class...-"><code>RestConfig.addSerializers(Class[])</code></a> - Override method to set the serializers programmatically.
       </ul>
       <p>
          The following are equivalent ways of defining serializers used by a servlet...
@@ -1673,13 +1673,15 @@
          .append(JsonSerializer.<jk>class</jk>, XmlSerializer.<jk>class</jk>);
    }
       </p>
-      <p class='info'>
-         When debugging the output from REST servlets, it's almost always easier to bypass the REST servlet and try to serialize
-            the POJOs using the serializers directly using the <a href="../../../../org/apache/juneau/serializer/WriterSerializer.html#toString-java.lang.Object-"><code>WriterSerializer.toString(Object)</code></a> method.
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            When debugging the output from REST servlets, it's almost always easier to bypass the REST servlet and try to serialize
+               the POJOs using the serializers directly using the <a href="../../../../org/apache/juneau/serializer/WriterSerializer.html#toString-java.lang.Object-"><code>WriterSerializer.toString(Object)</code></a> method.
+      </ul>
+      
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a>
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a>
             <br>Controls how serializers are inherited from the servlet class.
       </ul>
    </div>
@@ -1699,10 +1701,10 @@
       <p>
          Parsers can be associated with REST servlets in the following ways:
       </p>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#parsers--"><code>@RestResource.parsers()</code></a> - Annotation on servlet class.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsers--"><code>@RestMethod.parsers()</code></a> - Annotation on individual servlet methods.
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addParsers-java.lang.Class...-"><code>RestConfig.addParsers(Class[])</code></a> - Override method to set the parsers programmatically.
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#parsers--"><code>@RestResource.parsers()</code></a> - Annotation on servlet class.
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsers--"><code>@RestMethod.parsers()</code></a> - Annotation on individual servlet methods.
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addParsers-java.lang.Class...-"><code>RestConfig.addParsers(Class[])</code></a> - Override method to set the parsers programmatically.
       </ul>
       <p>
          The following are equivalent ways of defining parsers used by a servlet...
@@ -1733,8 +1735,8 @@
       }
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInherit()</code></a> 
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInherit()</code></a> 
             <br>Controls how parsers are inherited from the servlet class.
       </ul>
    </div>
@@ -1826,12 +1828,12 @@
          
       </ul>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="../../../../org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest"><code>RestContext</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="../../../../org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest"><code>RestContext</code></a>
             <br>Properties associated with the <a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>RestServlet</code></a> class.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a> 
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a> 
             <br>Controls how serializers inherit properties from the servlet class.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInheritInherit()</code></a> 
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInheritInherit()</code></a> 
             <br>Controls how parsers inherit properties from the servlet class.
       </ul>
    </div>
@@ -1886,10 +1888,10 @@
          
       </ul>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a> 
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#serializersInherit--"><code>@RestMethod.serializersInherit()</code></a> 
             <br>Controls how serializers inherit transforms (bean filters and POJO swaps) from the servlet class.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInherit()</code></a> 
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestMethod.html#parsersInherit--"><code>@RestMethod.parsersInherit()</code></a> 
             <br>Controls how parsers inherit transforms from the servlet class.
       </ul>
    </div>   
@@ -1952,8 +1954,8 @@
          Class-level guards can also be created programmatically by overriding the <a href="../../../../org/apache/juneau/rest/RestConfig.html#addGuards-java.lang.Class...-"><code>RestConfig.addGuards(Class[])</code></a> method.
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in org.apache.juneau.rest"><code>RestGuard</code></a> 
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestGuard.html" title="class in org.apache.juneau.rest"><code>RestGuard</code></a> 
       </ul>
    </div>
    
@@ -2028,14 +2030,14 @@
       <p>
          Juneau defines the following converters out-of-the-box:
       </p>
-      <ul class='javahierarchy'>
-         <li class='i'><a href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface in org.apache.juneau.rest"><code>RestConverter</code></a>
+      <ul class='doctree'>
+         <li class='jic'><a href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface in org.apache.juneau.rest"><code>RestConverter</code></a>
          <ul>
-            <li class='c'><a href="../../../../org/apache/juneau/rest/converters/Queryable.html" title="class in org.apache.juneau.rest.converters"><code>Queryable</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/converters/Queryable.html" title="class in org.apache.juneau.rest.converters"><code>Queryable</code></a>
                <br>Provides query parameters that can be used to transform the response (i.e. search/view/sort the POJO response before being serialized).
-            <li class='c'><a href="../../../../org/apache/juneau/rest/converters/Traversable.html" title="class in org.apache.juneau.rest.converters"><code>Traversable</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/converters/Traversable.html" title="class in org.apache.juneau.rest.converters"><code>Traversable</code></a>
                <br>Allows nodes in the POJO response tree to be individually accessed through additional path info on the request.
-            <li class='c'><a href="../../../../org/apache/juneau/rest/converters/Introspectable.html" title="class in org.apache.juneau.rest.converters"><code>Introspectable</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/converters/Introspectable.html" title="class in org.apache.juneau.rest.converters"><code>Introspectable</code></a>
                <br>Allows method calls to be made on the response POJO, and for the result of that method call to be serialized as the response.
          </ul>
       </ul>
@@ -2049,8 +2051,8 @@
          
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='i'><a href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface in org.apache.juneau.rest"><code>RestConverter</code></a> 
+      <ul class='doctree'>
+         <li class='jic'><a href="../../../../org/apache/juneau/rest/RestConverter.html" title="interface in org.apache.juneau.rest"><code>RestConverter</code></a> 
       </ul>
    </div>
 
@@ -2155,12 +2157,12 @@
       <p>
          Children can also be defined programmatically by overriding any of the following methods:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest"><code>RestConfig</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest"><code>RestConfig</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResource-java.lang.String-java.lang.Object-"><code>RestConfig.addChildResource(String,Object)</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResources-java.lang.Class...-"><code>RestConfig.addChildResources(Class[])</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResources-java.lang.Object...-"><code>RestConfig.addChildResources(Object[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResource-java.lang.String-java.lang.Object-"><code>RestConfig.addChildResource(String,Object)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResources-java.lang.Class...-"><code>RestConfig.addChildResources(Class[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addChildResources-java.lang.Object...-"><code>RestConfig.addChildResources(Object[])</code></a>
          </ul> 
       </ul>
    </div>
@@ -2229,11 +2231,11 @@
       <p>
          Juneau defines the following encoders out-of-the-box:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><code>Encoder</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><code>Encoder</code></a>
          <ul>
-            <li class='c'><a href="../../../../org/apache/juneau/encoders/GzipEncoder.html" title="class in org.apache.juneau.encoders"><code>GzipEncoder</code></a>
-            <li class='c'><a href="../../../../org/apache/juneau/encoders/IdentityEncoder.html" title="class in org.apache.juneau.encoders"><code>IdentityEncoder</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/encoders/GzipEncoder.html" title="class in org.apache.juneau.encoders"><code>GzipEncoder</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/encoders/IdentityEncoder.html" title="class in org.apache.juneau.encoders"><code>IdentityEncoder</code></a>
          </ul>
       </ul>
    </div>
@@ -2293,15 +2295,15 @@
       <p>
          The methods that define the var resolver on a servlet are:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>RestServlet</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>RestServlet</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestContext.html#getVarResolver--"><code>RestContext.getVarResolver()</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestContext.html#getVarResolver--"><code>RestContext.getVarResolver()</code></a>
                <br>Returns the <l>VarResolver</l> associated with a servlet.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class[])</code></a>
                <br>The method used to create the servlet <l>VarResolver</l>.
                <br>Subclasses can override this method to provide their own resolver.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#getSessionObjects-org.apache.juneau.rest.RestRequest-"><code>RestCallHandler.getSessionObjects(RestRequest)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#getSessionObjects-org.apache.juneau.rest.RestRequest-"><code>RestCallHandler.getSessionObjects(RestRequest)</code></a>
                <br>Defines the session objects for the var resolver.
                <br>Subclasses can override this method to provide additional session objects.
          </ul>
@@ -2519,10 +2521,10 @@
       </p>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="../../../../org/apache/juneau/rest/ReaderResource.html" title="class in org.apache.juneau.rest"><code>ReaderResource</code></a>
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getReaderResource-java.lang.String-boolean-"><code>RestRequest.getReaderResource(String,boolean)</code></a>
-         <li class='p'><a class='doclink' href='../svl/package-summary.html#TOC'>org.apache.juneau.svl</a>
+      <ul class='doctree'>
+         <li class='jc'><a href="../../../../org/apache/juneau/rest/ReaderResource.html" title="class in org.apache.juneau.rest"><code>ReaderResource</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestRequest.html#getReaderResource-java.lang.String-boolean-"><code>RestRequest.getReaderResource(String,boolean)</code></a>
+         <li class='jp'><a class='doclink' href='../svl/package-summary.html#TOC'>org.apache.juneau.svl</a>
       </ul>
    </div>
    
@@ -2576,16 +2578,16 @@
          Various convenience listener methods are provided on the <a href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in org.apache.juneau.rest"><code>RestCallHandler</code></a> class
             that subclasses can use to intercept requests:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in org.apache.juneau.rest"><code>RestCallHandler</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in org.apache.juneau.rest"><code>RestCallHandler</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onPreCall-org.apache.juneau.rest.RestRequest-"><code>onPreCall(RestRequest)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onPreCall-org.apache.juneau.rest.RestRequest-"><code>onPreCall(RestRequest)</code></a>
                <br>Callback method that gets invoked right before the REST Java method is invoked.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onPostCall-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-"><code>onPostCall(RestRequest,RestResponse)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onPostCall-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-"><code>onPostCall(RestRequest,RestResponse)</code></a>
                <br>Callback method that gets invoked right after the REST Java method is invoked, but before the serializer is invoked.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onSuccess-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-long-"><code>onSuccess(RestRequest,RestResponse,long)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#onSuccess-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-long-"><code>onSuccess(RestRequest,RestResponse,long)</code></a>
                <br>Callback method for listening for successful completion of requests.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#onError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>onError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#onError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>onError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
                <br>Callback method for logging errors during HTTP requests.
          </ul>
       </ul>
@@ -2653,10 +2655,10 @@
       <p>
          The following annotations are provided for specifying default header values for requests and responses:
       </p>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#defaultRequestHeaders--"><code>@RestResource.defaultRequestHeaders()</code></a> 
+      <ul class='doctree'>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#defaultRequestHeaders--"><code>@RestResource.defaultRequestHeaders()</code></a> 
             <br>Defines default headers on request when the client doesn't specify them.
-         <li class='n'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#defaultResponseHeaders--"><code>@RestResource.defaultResponseHeaders()</code></a>
+         <li class='ja'><a href="../../../../org/apache/juneau/rest/annotation/RestResource.html#defaultResponseHeaders--"><code>@RestResource.defaultResponseHeaders()</code></a>
             <br>Appends the specified headers if they weren't already set programmatically.  
       </ul>    
       <h6 class='figure'>Example:</h6>
@@ -2677,11 +2679,11 @@
       <p>
          Default headers can also be specified programmatically by overriding the following methods:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest"><code>RestConfig</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestConfig.html" title="class in org.apache.juneau.rest"><code>RestConfig</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addDefaultRequestHeaders-java.lang.String...-"><code>RestConfig.addDefaultRequestHeaders(String[])</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addDefaultResponseHeaders-java.lang.String...-"><code>RestConfig.addDefaultResponseHeaders(String[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addDefaultRequestHeaders-java.lang.String...-"><code>RestConfig.addDefaultRequestHeaders(String[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestConfig.html#addDefaultResponseHeaders-java.lang.String...-"><code>RestConfig.addDefaultResponseHeaders(String[])</code></a>
          </ul>
       </ul>
    </div>
@@ -2693,12 +2695,12 @@
       <p>
          The following overridable methods are provided for handling errors on requests:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in org.apache.juneau.rest"><code>RestCallHandler</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html" title="class in org.apache.juneau.rest"><code>RestCallHandler</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#renderError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>renderError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#renderError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>renderError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
                <br>Method that produces the error message on the HTTP response.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#handleNotFound-int-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-"><code>handleNotFound(int,RestRequest,RestResponse)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestCallHandler.html#handleNotFound-int-org.apache.juneau.rest.RestRequest-org.apache.juneau.rest.RestResponse-"><code>handleNotFound(int,RestRequest,RestResponse)</code></a>
                <br>Method that gets called when no method/path pattern match the incoming request.
 
          </ul>
@@ -2706,16 +2708,16 @@
       <p>
          The following convenience methods are provided for logging:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/rest/RestLogger.html" title="class in org.apache.juneau.rest"><code>RestLogger</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/rest/RestLogger.html" title="class in org.apache.juneau.rest"><code>RestLogger</code></a>
          <ul>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#getLogger--"><code>getLogger()</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#onError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>onError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#getLogger--"><code>getLogger()</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#onError-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-org.apache.juneau.rest.RestException-"><code>onError(HttpServletRequest,HttpServletResponse,RestException)</code></a>
                <br>Gets called when an error occurs on a request call.
                <br>Default implementation logs the error.
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#log-java.util.logging.Level-java.lang.String-java.lang.Object...-"><code>log(Level,String,Object[])</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#log-java.util.logging.Level-java.lang.Throwable-java.lang.String-java.lang.Object...-"><code>log(Level,Throwable,String,Object[])</code></a>
-            <li class='m'><a href="../../../../org/apache/juneau/rest/RestLogger.html#logObjects-java.util.logging.Level-java.lang.String-java.lang.Object...-"><code>logObject(Level,String,Object[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#log-java.util.logging.Level-java.lang.String-java.lang.Object...-"><code>log(Level,String,Object[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#log-java.util.logging.Level-java.lang.Throwable-java.lang.String-java.lang.Object...-"><code>log(Level,Throwable,String,Object[])</code></a>
+            <li class='jm'><a href="../../../../org/apache/juneau/rest/RestLogger.html#logObjects-java.util.logging.Level-java.lang.String-java.lang.Object...-"><code>logObject(Level,String,Object[])</code></a>
          </ul>
       </ul>
       <p>
@@ -2912,12 +2914,12 @@
    }
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a href='../core/ini/package-summary.html#TOC'><l>org.apache.juneau.ini</l></a>
+      <ul class='doctree'>
+         <li class='jp'><a href='../core/ini/package-summary.html#TOC'><l>org.apache.juneau.ini</l></a>
             <br>Juneau Configuration API Javadocs.
-         <li class='p'><a href='../microservice/package-summary.html#TOC'><l>org.apache.juneau.microservice</l></a>
+         <li class='jp'><a href='../microservice/package-summary.html#TOC'><l>org.apache.juneau.microservice</l></a>
             <br>Juneau Microservice API Javadocs.
-         <li class='m'><a href="../../../../org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a>
+         <li class='jm'><a href="../../../../org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a>
       </ul>
    </div>
 
@@ -3343,22 +3345,22 @@
       <p>
          Juneau comes with the following response handlers out-of-the-box:
       </p>
-      <ul class='javahierarchy'>
-         <li class='i'><a href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface in org.apache.juneau.rest"><code>ResponseHandler</code></a>
+      <ul class='doctree'>
+         <li class='jic'><a href="../../../../org/apache/juneau/rest/ResponseHandler.html" title="interface in org.apache.juneau.rest"><code>ResponseHandler</code></a>
          <ul>
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/DefaultHandler.html" title="class in org.apache.juneau.rest.response"><code>DefaultHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/DefaultHandler.html" title="class in org.apache.juneau.rest.response"><code>DefaultHandler</code></a>
                <br>The default handler for POJOs that convert them to output using the Juneau serializers.
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/ReaderHandler.html" title="class in org.apache.juneau.rest.response"><code>ReaderHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/ReaderHandler.html" title="class in org.apache.juneau.rest.response"><code>ReaderHandler</code></a>
                <br>Pipes <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Readers</code></a> directly to the response stream.  
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/InputStreamHandler.html" title="class in org.apache.juneau.rest.response"><code>InputStreamHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/InputStreamHandler.html" title="class in org.apache.juneau.rest.response"><code>InputStreamHandler</code></a>
                <br>Pipes <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> directly to the response stream.  
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/RedirectHandler.html" title="class in org.apache.juneau.rest.response"><code>RedirectHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/RedirectHandler.html" title="class in org.apache.juneau.rest.response"><code>RedirectHandler</code></a>
                <br>Handles <a href="../../../../org/apache/juneau/rest/Redirect.html" title="class in org.apache.juneau.rest"><code>Redirect</code></a> objects that perform HTTP redirection (<l>HTTP 302</l>).
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/WritableHandler.html" title="class in org.apache.juneau.rest.response"><code>WritableHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/WritableHandler.html" title="class in org.apache.juneau.rest.response"><code>WritableHandler</code></a>
                <br>Handles <a href="../../../../org/apache/juneau/Writable.html" title="interface in org.apache.juneau"><code>Writable</code></a> objects.
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/StreamableHandler.html" title="class in org.apache.juneau.rest.response"><code>StreamableHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/StreamableHandler.html" title="class in org.apache.juneau.rest.response"><code>StreamableHandler</code></a>
                <br>Handles <a href="../../../../org/apache/juneau/Streamable.html" title="interface in org.apache.juneau"><code>Streamable</code></a> objects.
-            <li class='c'><a href="../../../../org/apache/juneau/rest/response/ZipFileListResponseHandler.html" title="class in org.apache.juneau.rest.response"><code>ZipFileListResponseHandler</code></a>
+            <li class='jc'><a href="../../../../org/apache/juneau/rest/response/ZipFileListResponseHandler.html" title="class in org.apache.juneau.rest.response"><code>ZipFileListResponseHandler</code></a>
                <br>Handles <a href="../../../../org/apache/juneau/utils/ZipFileList.html" title="class in org.apache.juneau.utils"><code>ZipFileList</code></a> objects.
          </ul>
       </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html
index 79464a8..97aceda 100644
--- a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html
@@ -118,10 +118,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  </table>
 
  <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>


[05/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Article.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Article.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Article.html
index 10673f5..f822369 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Article.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Article.html
@@ -25,89 +25,97 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-article-element"&gt;&amp;lt;article&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="article")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Article extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * Adds a header node to this element.<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    *<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * @param children The children inside the header node.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    */<a name="line.29"></a>
-<span class="sourceLineNo">030</span>   public Article header(Object...children) {<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      super.child(HtmlBuilder.header(children));<a name="line.31"></a>
-<span class="sourceLineNo">032</span>      return this;<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   }<a name="line.33"></a>
-<span class="sourceLineNo">034</span><a name="line.34"></a>
-<span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * Adds a footer node to this element.<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    *<a name="line.37"></a>
-<span class="sourceLineNo">038</span>    * @param children The children inside the footer node.<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public Article footer(Object...children) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.child(HtmlBuilder.footer(children));<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    * Adds a link node to this element.<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    *<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * @param link The link node to add to this article.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * @return This object (for method chaining).<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   public Article link(Link link) {<a name="line.52"></a>
-<span class="sourceLineNo">053</span>      super.child(link);<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      return this;<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   /**<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    * Adds a section node to this element.<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    *<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * @param section The section node to add to this article.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @return This object (for method chaining).<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   public Article section(Section section) {<a name="line.63"></a>
-<span class="sourceLineNo">064</span>      super.child(section);<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      return this;<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   //--------------------------------------------------------------------------------<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   // Overridden methods<a name="line.70"></a>
-<span class="sourceLineNo">071</span>   //--------------------------------------------------------------------------------<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span>   @Override /* HtmlElement */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   public final Article _class(String _class) {<a name="line.74"></a>
-<span class="sourceLineNo">075</span>      super._class(_class);<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      return this;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
-<span class="sourceLineNo">078</span><a name="line.78"></a>
-<span class="sourceLineNo">079</span>   @Override /* HtmlElement */<a name="line.79"></a>
-<span class="sourceLineNo">080</span>   public final Article id(String id) {<a name="line.80"></a>
-<span class="sourceLineNo">081</span>      super.id(id);<a name="line.81"></a>
-<span class="sourceLineNo">082</span>      return this;<a name="line.82"></a>
-<span class="sourceLineNo">083</span>   }<a name="line.83"></a>
-<span class="sourceLineNo">084</span><a name="line.84"></a>
-<span class="sourceLineNo">085</span>   @Override /* HtmlElement */<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   public final Article style(String style) {<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      super.style(style);<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   @Override /* HtmlElementMixed */<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   public Article children(Object...children) {<a name="line.92"></a>
-<span class="sourceLineNo">093</span>      super.children(children);<a name="line.93"></a>
-<span class="sourceLineNo">094</span>      return this;<a name="line.94"></a>
-<span class="sourceLineNo">095</span>   }<a name="line.95"></a>
-<span class="sourceLineNo">096</span><a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @Override /* HtmlElementMixed */<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public Article child(Object child) {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      super.child(child);<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return this;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span>}<a name="line.102"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="article")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Article extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   /**<a name="line.32"></a>
+<span class="sourceLineNo">033</span>    * Adds a header node to this element.<a name="line.33"></a>
+<span class="sourceLineNo">034</span>    *<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * @param children The children inside the header node.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * @return This object (for method chaining).<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    */<a name="line.37"></a>
+<span class="sourceLineNo">038</span>   public Article header(Object...children) {<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      super.child(HtmlBuilder.header(children));<a name="line.39"></a>
+<span class="sourceLineNo">040</span>      return this;<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   }<a name="line.41"></a>
+<span class="sourceLineNo">042</span><a name="line.42"></a>
+<span class="sourceLineNo">043</span>   /**<a name="line.43"></a>
+<span class="sourceLineNo">044</span>    * Adds a footer node to this element.<a name="line.44"></a>
+<span class="sourceLineNo">045</span>    *<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * @param children The children inside the footer node.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * @return This object (for method chaining).<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public Article footer(Object...children) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.child(HtmlBuilder.footer(children));<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    * Adds a link node to this element.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    *<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * @param link The link node to add to this article.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * @return This object (for method chaining).<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    */<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   public Article link(Link link) {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>      super.child(link);<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      return this;<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>   /**<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    * Adds a section node to this element.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    *<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @param section The section node to add to this article.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * @return This object (for method chaining).<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    */<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public Article section(Section section) {<a name="line.71"></a>
+<span class="sourceLineNo">072</span>      super.child(section);<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      return this;<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   }<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span>   //--------------------------------------------------------------------------------<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   // Overridden methods<a name="line.78"></a>
+<span class="sourceLineNo">079</span>   //--------------------------------------------------------------------------------<a name="line.79"></a>
+<span class="sourceLineNo">080</span><a name="line.80"></a>
+<span class="sourceLineNo">081</span>   @Override /* HtmlElement */<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public final Article _class(String _class) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      super._class(_class);<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   @Override /* HtmlElement */<a name="line.87"></a>
+<span class="sourceLineNo">088</span>   public final Article id(String id) {<a name="line.88"></a>
+<span class="sourceLineNo">089</span>      super.id(id);<a name="line.89"></a>
+<span class="sourceLineNo">090</span>      return this;<a name="line.90"></a>
+<span class="sourceLineNo">091</span>   }<a name="line.91"></a>
+<span class="sourceLineNo">092</span><a name="line.92"></a>
+<span class="sourceLineNo">093</span>   @Override /* HtmlElement */<a name="line.93"></a>
+<span class="sourceLineNo">094</span>   public final Article style(String style) {<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      super.style(style);<a name="line.95"></a>
+<span class="sourceLineNo">096</span>      return this;<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   }<a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>   @Override /* HtmlElementMixed */<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   public Article children(Object...children) {<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      super.children(children);<a name="line.101"></a>
+<span class="sourceLineNo">102</span>      return this;<a name="line.102"></a>
+<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
+<span class="sourceLineNo">104</span><a name="line.104"></a>
+<span class="sourceLineNo">105</span>   @Override /* HtmlElementMixed */<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   public Article child(Object child) {<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      super.child(child);<a name="line.107"></a>
+<span class="sourceLineNo">108</span>      return this;<a name="line.108"></a>
+<span class="sourceLineNo">109</span>   }<a name="line.109"></a>
+<span class="sourceLineNo">110</span>}<a name="line.110"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Aside.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Aside.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Aside.html
index 2c4ad29..37f1548 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Aside.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Aside.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-aside-element"&gt;&amp;lt;aside&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="aside")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Aside extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Aside _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Aside id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Aside style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Aside children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Aside child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="aside")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Aside extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Aside _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Aside id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Aside style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Aside children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Aside child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Audio.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Audio.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Audio.html
index 1edb84a..9ccba82 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Audio.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Audio.html
@@ -27,138 +27,146 @@
 <span class="sourceLineNo">019</span>/**<a name="line.19"></a>
 <span class="sourceLineNo">020</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element"&gt;&amp;lt;audio&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * &lt;p&gt;<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span>@Bean(typeName="audio")<a name="line.23"></a>
-<span class="sourceLineNo">024</span>public class Audio extends HtmlElementContainer {<a name="line.24"></a>
-<span class="sourceLineNo">025</span><a name="line.25"></a>
-<span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay"&gt;autoplay&lt;/a&gt; attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Hint that the media resource can be started automatically when the page is loaded.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @param autoplay The new value for this attribute.<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.30"></a>
-<span class="sourceLineNo">031</span>    * @return This object (for method chaining).<a name="line.31"></a>
-<span class="sourceLineNo">032</span>    */<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   public final Audio autoplay(Object autoplay) {<a name="line.33"></a>
-<span class="sourceLineNo">034</span>      attr("autoplay", autoplay);<a name="line.34"></a>
-<span class="sourceLineNo">035</span>      return this;<a name="line.35"></a>
-<span class="sourceLineNo">036</span>   }<a name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls"&gt;controls&lt;/a&gt; attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Show user agent controls.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @param controls The new value for this attribute.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    * @return This object (for method chaining).<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    */<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   public final Audio controls(Object controls) {<a name="line.45"></a>
-<span class="sourceLineNo">046</span>      attr("controls", controls);<a name="line.46"></a>
-<span class="sourceLineNo">047</span>      return this;<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   }<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin"&gt;crossorigin&lt;/a&gt; attribute.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    * How the element handles crossorigin requests.<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * @param crossorigin The new value for this attribute.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    * @return This object (for method chaining).<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    */<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   public final Audio crossorigin(String crossorigin) {<a name="line.56"></a>
-<span class="sourceLineNo">057</span>      attr("crossorigin", crossorigin);<a name="line.57"></a>
-<span class="sourceLineNo">058</span>      return this;<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop"&gt;loop&lt;/a&gt; attribute.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * Whether to loop the media resource.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * @param loop The new value for this attribute.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    * @return This object (for method chaining).<a name="line.66"></a>
-<span class="sourceLineNo">067</span>    */<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   public final Audio loop(Object loop) {<a name="line.68"></a>
-<span class="sourceLineNo">069</span>      attr("loop", loop);<a name="line.69"></a>
-<span class="sourceLineNo">070</span>      return this;<a name="line.70"></a>
-<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span>   /**<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup"&gt;mediagroup&lt;/a&gt; attribute.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * Groups media elements together with an implicit MediaController.<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    * @param mediagroup The new value for this attribute.<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    * @return This object (for method chaining).<a name="line.77"></a>
-<span class="sourceLineNo">078</span>    */<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   public final Audio mediagroup(String mediagroup) {<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      attr("mediagroup", mediagroup);<a name="line.80"></a>
-<span class="sourceLineNo">081</span>      return this;<a name="line.81"></a>
-<span class="sourceLineNo">082</span>   }<a name="line.82"></a>
-<span class="sourceLineNo">083</span><a name="line.83"></a>
-<span class="sourceLineNo">084</span>   /**<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted"&gt;muted&lt;/a&gt; attribute.<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * Whether to mute the media resource by default.<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    * @param muted The new value for this attribute.<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.88"></a>
-<span class="sourceLineNo">089</span>    * @return This object (for method chaining).<a name="line.89"></a>
-<span class="sourceLineNo">090</span>    */<a name="line.90"></a>
-<span class="sourceLineNo">091</span>   public final Audio muted(Object muted) {<a name="line.91"></a>
-<span class="sourceLineNo">092</span>      attr("muted", muted);<a name="line.92"></a>
-<span class="sourceLineNo">093</span>      return this;<a name="line.93"></a>
-<span class="sourceLineNo">094</span>   }<a name="line.94"></a>
-<span class="sourceLineNo">095</span><a name="line.95"></a>
-<span class="sourceLineNo">096</span>   /**<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload"&gt;preload&lt;/a&gt; attribute.<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    * Hints how much buffering the media resource will likely need.<a name="line.98"></a>
-<span class="sourceLineNo">099</span>    * @param preload The new value for this attribute.<a name="line.99"></a>
-<span class="sourceLineNo">100</span>    * @return This object (for method chaining).<a name="line.100"></a>
-<span class="sourceLineNo">101</span>    */<a name="line.101"></a>
-<span class="sourceLineNo">102</span>   public final Audio preload(Object preload) {<a name="line.102"></a>
-<span class="sourceLineNo">103</span>      attr("preload", preload);<a name="line.103"></a>
-<span class="sourceLineNo">104</span>      return this;<a name="line.104"></a>
-<span class="sourceLineNo">105</span>   }<a name="line.105"></a>
-<span class="sourceLineNo">106</span><a name="line.106"></a>
-<span class="sourceLineNo">107</span>   /**<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src"&gt;src&lt;/a&gt; attribute.<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    * Address of the resource.<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    * @param src The new value for this attribute.<a name="line.110"></a>
-<span class="sourceLineNo">111</span>    * Typically a {@link URL} or {@link String}.<a name="line.111"></a>
-<span class="sourceLineNo">112</span>    * @return This object (for method chaining).<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    */<a name="line.113"></a>
-<span class="sourceLineNo">114</span>   public final Audio src(Object src) {<a name="line.114"></a>
-<span class="sourceLineNo">115</span>      attr("src", src);<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      return this;<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   }<a name="line.117"></a>
-<span class="sourceLineNo">118</span><a name="line.118"></a>
-<span class="sourceLineNo">119</span><a name="line.119"></a>
-<span class="sourceLineNo">120</span>   //--------------------------------------------------------------------------------<a name="line.120"></a>
-<span class="sourceLineNo">121</span>   // Overridden methods<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   //--------------------------------------------------------------------------------<a name="line.122"></a>
-<span class="sourceLineNo">123</span><a name="line.123"></a>
-<span class="sourceLineNo">124</span>   @Override /* HtmlElement */<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   public final Audio _class(String _class) {<a name="line.125"></a>
-<span class="sourceLineNo">126</span>      super._class(_class);<a name="line.126"></a>
-<span class="sourceLineNo">127</span>      return this;<a name="line.127"></a>
-<span class="sourceLineNo">128</span>   }<a name="line.128"></a>
-<span class="sourceLineNo">129</span><a name="line.129"></a>
-<span class="sourceLineNo">130</span>   @Override /* HtmlElement */<a name="line.130"></a>
-<span class="sourceLineNo">131</span>   public final Audio id(String id) {<a name="line.131"></a>
-<span class="sourceLineNo">132</span>      super.id(id);<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      return this;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>   }<a name="line.134"></a>
-<span class="sourceLineNo">135</span><a name="line.135"></a>
-<span class="sourceLineNo">136</span>   @Override /* HtmlElement */<a name="line.136"></a>
-<span class="sourceLineNo">137</span>   public final Audio style(String style) {<a name="line.137"></a>
-<span class="sourceLineNo">138</span>      super.style(style);<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      return this;<a name="line.139"></a>
-<span class="sourceLineNo">140</span>   }<a name="line.140"></a>
-<span class="sourceLineNo">141</span><a name="line.141"></a>
-<span class="sourceLineNo">142</span>   @Override /* HtmlElementContainer */<a name="line.142"></a>
-<span class="sourceLineNo">143</span>   public final Audio children(Object...children) {<a name="line.143"></a>
-<span class="sourceLineNo">144</span>      super.children(children);<a name="line.144"></a>
-<span class="sourceLineNo">145</span>      return this;<a name="line.145"></a>
-<span class="sourceLineNo">146</span>   }<a name="line.146"></a>
-<span class="sourceLineNo">147</span><a name="line.147"></a>
-<span class="sourceLineNo">148</span>   @Override /* HtmlElementContainer */<a name="line.148"></a>
-<span class="sourceLineNo">149</span>   public final Audio child(Object child) {<a name="line.149"></a>
-<span class="sourceLineNo">150</span>      super.child(child);<a name="line.150"></a>
-<span class="sourceLineNo">151</span>      return this;<a name="line.151"></a>
-<span class="sourceLineNo">152</span>   }<a name="line.152"></a>
-<span class="sourceLineNo">153</span>}<a name="line.153"></a>
+<span class="sourceLineNo">022</span> *<a name="line.22"></a>
+<span class="sourceLineNo">023</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> * &lt;ul class='doctree'&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;/ul&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> * &lt;/ul&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> */<a name="line.30"></a>
+<span class="sourceLineNo">031</span>@Bean(typeName="audio")<a name="line.31"></a>
+<span class="sourceLineNo">032</span>public class Audio extends HtmlElementContainer {<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>   /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay"&gt;autoplay&lt;/a&gt; attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Hint that the media resource can be started automatically when the page is loaded.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @param autoplay The new value for this attribute.<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.38"></a>
+<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
+<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   public final Audio autoplay(Object autoplay) {<a name="line.41"></a>
+<span class="sourceLineNo">042</span>      attr("autoplay", autoplay);<a name="line.42"></a>
+<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
+<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls"&gt;controls&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Show user agent controls.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @param controls The new value for this attribute.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * @return This object (for method chaining).<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   public final Audio controls(Object controls) {<a name="line.53"></a>
+<span class="sourceLineNo">054</span>      attr("controls", controls);<a name="line.54"></a>
+<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
+<span class="sourceLineNo">057</span><a name="line.57"></a>
+<span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin"&gt;crossorigin&lt;/a&gt; attribute.<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * How the element handles crossorigin requests.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    * @param crossorigin The new value for this attribute.<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @return This object (for method chaining).<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public final Audio crossorigin(String crossorigin) {<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      attr("crossorigin", crossorigin);<a name="line.65"></a>
+<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
+<span class="sourceLineNo">068</span><a name="line.68"></a>
+<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop"&gt;loop&lt;/a&gt; attribute.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * Whether to loop the media resource.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * @param loop The new value for this attribute.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    * @return This object (for method chaining).<a name="line.74"></a>
+<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   public final Audio loop(Object loop) {<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      attr("loop", loop);<a name="line.77"></a>
+<span class="sourceLineNo">078</span>      return this;<a name="line.78"></a>
+<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
+<span class="sourceLineNo">080</span><a name="line.80"></a>
+<span class="sourceLineNo">081</span>   /**<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup"&gt;mediagroup&lt;/a&gt; attribute.<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    * Groups media elements together with an implicit MediaController.<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    * @param mediagroup The new value for this attribute.<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    * @return This object (for method chaining).<a name="line.85"></a>
+<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   public final Audio mediagroup(String mediagroup) {<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      attr("mediagroup", mediagroup);<a name="line.88"></a>
+<span class="sourceLineNo">089</span>      return this;<a name="line.89"></a>
+<span class="sourceLineNo">090</span>   }<a name="line.90"></a>
+<span class="sourceLineNo">091</span><a name="line.91"></a>
+<span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted"&gt;muted&lt;/a&gt; attribute.<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    * Whether to mute the media resource by default.<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    * @param muted The new value for this attribute.<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    * Typically a {@link Boolean} or {@link String}.<a name="line.96"></a>
+<span class="sourceLineNo">097</span>    * @return This object (for method chaining).<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    */<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   public final Audio muted(Object muted) {<a name="line.99"></a>
+<span class="sourceLineNo">100</span>      attr("muted", muted);<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      return this;<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   }<a name="line.102"></a>
+<span class="sourceLineNo">103</span><a name="line.103"></a>
+<span class="sourceLineNo">104</span>   /**<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload"&gt;preload&lt;/a&gt; attribute.<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    * Hints how much buffering the media resource will likely need.<a name="line.106"></a>
+<span class="sourceLineNo">107</span>    * @param preload The new value for this attribute.<a name="line.107"></a>
+<span class="sourceLineNo">108</span>    * @return This object (for method chaining).<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    */<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   public final Audio preload(Object preload) {<a name="line.110"></a>
+<span class="sourceLineNo">111</span>      attr("preload", preload);<a name="line.111"></a>
+<span class="sourceLineNo">112</span>      return this;<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
+<span class="sourceLineNo">114</span><a name="line.114"></a>
+<span class="sourceLineNo">115</span>   /**<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src"&gt;src&lt;/a&gt; attribute.<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    * Address of the resource.<a name="line.117"></a>
+<span class="sourceLineNo">118</span>    * @param src The new value for this attribute.<a name="line.118"></a>
+<span class="sourceLineNo">119</span>    * Typically a {@link URL} or {@link String}.<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    * @return This object (for method chaining).<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    */<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public final Audio src(Object src) {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      attr("src", src);<a name="line.123"></a>
+<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
+<span class="sourceLineNo">126</span><a name="line.126"></a>
+<span class="sourceLineNo">127</span><a name="line.127"></a>
+<span class="sourceLineNo">128</span>   //--------------------------------------------------------------------------------<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   // Overridden methods<a name="line.129"></a>
+<span class="sourceLineNo">130</span>   //--------------------------------------------------------------------------------<a name="line.130"></a>
+<span class="sourceLineNo">131</span><a name="line.131"></a>
+<span class="sourceLineNo">132</span>   @Override /* HtmlElement */<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   public final Audio _class(String _class) {<a name="line.133"></a>
+<span class="sourceLineNo">134</span>      super._class(_class);<a name="line.134"></a>
+<span class="sourceLineNo">135</span>      return this;<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
+<span class="sourceLineNo">137</span><a name="line.137"></a>
+<span class="sourceLineNo">138</span>   @Override /* HtmlElement */<a name="line.138"></a>
+<span class="sourceLineNo">139</span>   public final Audio id(String id) {<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      super.id(id);<a name="line.140"></a>
+<span class="sourceLineNo">141</span>      return this;<a name="line.141"></a>
+<span class="sourceLineNo">142</span>   }<a name="line.142"></a>
+<span class="sourceLineNo">143</span><a name="line.143"></a>
+<span class="sourceLineNo">144</span>   @Override /* HtmlElement */<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   public final Audio style(String style) {<a name="line.145"></a>
+<span class="sourceLineNo">146</span>      super.style(style);<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      return this;<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   @Override /* HtmlElementContainer */<a name="line.150"></a>
+<span class="sourceLineNo">151</span>   public final Audio children(Object...children) {<a name="line.151"></a>
+<span class="sourceLineNo">152</span>      super.children(children);<a name="line.152"></a>
+<span class="sourceLineNo">153</span>      return this;<a name="line.153"></a>
+<span class="sourceLineNo">154</span>   }<a name="line.154"></a>
+<span class="sourceLineNo">155</span><a name="line.155"></a>
+<span class="sourceLineNo">156</span>   @Override /* HtmlElementContainer */<a name="line.156"></a>
+<span class="sourceLineNo">157</span>   public final Audio child(Object child) {<a name="line.157"></a>
+<span class="sourceLineNo">158</span>      super.child(child);<a name="line.158"></a>
+<span class="sourceLineNo">159</span>      return this;<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   }<a name="line.160"></a>
+<span class="sourceLineNo">161</span>}<a name="line.161"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/B.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/B.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/B.html
index 9f1efc7..cc782fc 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/B.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/B.html
@@ -25,44 +25,52 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element"&gt;&amp;lt;b&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="b")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class B extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final B _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final B id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final B style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementMixed */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public B children(Object...children) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.children(children);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public B child(Object child) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.child(child);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span>}<a name="line.57"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="b")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class B extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final B _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final B id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final B style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementMixed */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public B children(Object...children) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.children(children);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public B child(Object child) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.child(child);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span>}<a name="line.65"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Base.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Base.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Base.html
index 8ec61d4..53afcfa 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Base.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Base.html
@@ -27,56 +27,64 @@
 <span class="sourceLineNo">019</span>/**<a name="line.19"></a>
 <span class="sourceLineNo">020</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-base-element"&gt;&amp;lt;base&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * &lt;p&gt;<a name="line.21"></a>
-<span class="sourceLineNo">022</span> */<a name="line.22"></a>
-<span class="sourceLineNo">023</span>@Bean(typeName="base")<a name="line.23"></a>
-<span class="sourceLineNo">024</span>public class Base extends HtmlElementVoid {<a name="line.24"></a>
-<span class="sourceLineNo">025</span><a name="line.25"></a>
-<span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-href"&gt;href&lt;/a&gt; attribute.<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * Document base URL.<a name="line.28"></a>
-<span class="sourceLineNo">029</span>    * @param href The new value for this attribute.<a name="line.29"></a>
-<span class="sourceLineNo">030</span>    * Typically a {@link URL} or {@link String}.<a name="line.30"></a>
-<span class="sourceLineNo">031</span>    * @return This object (for method chaining).<a name="line.31"></a>
-<span class="sourceLineNo">032</span>    */<a name="line.32"></a>
-<span class="sourceLineNo">033</span>   public final Base href(Object href) {<a name="line.33"></a>
-<span class="sourceLineNo">034</span>      attr("href", href);<a name="line.34"></a>
-<span class="sourceLineNo">035</span>      return this;<a name="line.35"></a>
-<span class="sourceLineNo">036</span>   }<a name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target"&gt;target&lt;/a&gt; attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * Default browsing context for hyperlink navigation and form submission.<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @param target The new value for this attribute.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * @return This object (for method chaining).<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    */<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   public final Base target(String target) {<a name="line.44"></a>
-<span class="sourceLineNo">045</span>      attr("target", target);<a name="line.45"></a>
-<span class="sourceLineNo">046</span>      return this;<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   }<a name="line.47"></a>
-<span class="sourceLineNo">048</span><a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>   //--------------------------------------------------------------------------------<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   // Overridden methods<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   //--------------------------------------------------------------------------------<a name="line.52"></a>
-<span class="sourceLineNo">053</span><a name="line.53"></a>
-<span class="sourceLineNo">054</span>   @Override /* HtmlElement */<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   public final Base _class(String _class) {<a name="line.55"></a>
-<span class="sourceLineNo">056</span>      super._class(_class);<a name="line.56"></a>
-<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
-<span class="sourceLineNo">059</span><a name="line.59"></a>
-<span class="sourceLineNo">060</span>   @Override /* HtmlElement */<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   public final Base id(String id) {<a name="line.61"></a>
-<span class="sourceLineNo">062</span>      super.id(id);<a name="line.62"></a>
-<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
-<span class="sourceLineNo">065</span><a name="line.65"></a>
-<span class="sourceLineNo">066</span>   @Override /* HtmlElement */<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   public final Base style(String style) {<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      super.style(style);<a name="line.68"></a>
-<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
-<span class="sourceLineNo">071</span>}<a name="line.71"></a>
+<span class="sourceLineNo">022</span> *<a name="line.22"></a>
+<span class="sourceLineNo">023</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> * &lt;ul class='doctree'&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;/ul&gt;<a name="line.28"></a>
+<span class="sourceLineNo">029</span> * &lt;/ul&gt;<a name="line.29"></a>
+<span class="sourceLineNo">030</span> */<a name="line.30"></a>
+<span class="sourceLineNo">031</span>@Bean(typeName="base")<a name="line.31"></a>
+<span class="sourceLineNo">032</span>public class Base extends HtmlElementVoid {<a name="line.32"></a>
+<span class="sourceLineNo">033</span><a name="line.33"></a>
+<span class="sourceLineNo">034</span>   /**<a name="line.34"></a>
+<span class="sourceLineNo">035</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-href"&gt;href&lt;/a&gt; attribute.<a name="line.35"></a>
+<span class="sourceLineNo">036</span>    * Document base URL.<a name="line.36"></a>
+<span class="sourceLineNo">037</span>    * @param href The new value for this attribute.<a name="line.37"></a>
+<span class="sourceLineNo">038</span>    * Typically a {@link URL} or {@link String}.<a name="line.38"></a>
+<span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
+<span class="sourceLineNo">040</span>    */<a name="line.40"></a>
+<span class="sourceLineNo">041</span>   public final Base href(Object href) {<a name="line.41"></a>
+<span class="sourceLineNo">042</span>      attr("href", href);<a name="line.42"></a>
+<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
+<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target"&gt;target&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * Default browsing context for hyperlink navigation and form submission.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @param target The new value for this attribute.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    * @return This object (for method chaining).<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    */<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   public final Base target(String target) {<a name="line.52"></a>
+<span class="sourceLineNo">053</span>      attr("target", target);<a name="line.53"></a>
+<span class="sourceLineNo">054</span>      return this;<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
+<span class="sourceLineNo">056</span><a name="line.56"></a>
+<span class="sourceLineNo">057</span><a name="line.57"></a>
+<span class="sourceLineNo">058</span>   //--------------------------------------------------------------------------------<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   // Overridden methods<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   //--------------------------------------------------------------------------------<a name="line.60"></a>
+<span class="sourceLineNo">061</span><a name="line.61"></a>
+<span class="sourceLineNo">062</span>   @Override /* HtmlElement */<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   public final Base _class(String _class) {<a name="line.63"></a>
+<span class="sourceLineNo">064</span>      super._class(_class);<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      return this;<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
+<span class="sourceLineNo">067</span><a name="line.67"></a>
+<span class="sourceLineNo">068</span>   @Override /* HtmlElement */<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   public final Base id(String id) {<a name="line.69"></a>
+<span class="sourceLineNo">070</span>      super.id(id);<a name="line.70"></a>
+<span class="sourceLineNo">071</span>      return this;<a name="line.71"></a>
+<span class="sourceLineNo">072</span>   }<a name="line.72"></a>
+<span class="sourceLineNo">073</span><a name="line.73"></a>
+<span class="sourceLineNo">074</span>   @Override /* HtmlElement */<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   public final Base style(String style) {<a name="line.75"></a>
+<span class="sourceLineNo">076</span>      super.style(style);<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
+<span class="sourceLineNo">079</span>}<a name="line.79"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdi.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdi.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdi.html
index 256221c..6d403fa 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdi.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdi.html
@@ -25,38 +25,46 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdi-element"&gt;&amp;lt;bdi&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="bdi")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Bdi extends HtmlElementText {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Bdi _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public final Bdi id(String id) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.id(id);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Bdi style(String style) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.style(style);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElementText */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public Bdi text(Object text) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.text(text);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span>}<a name="line.51"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="bdi")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Bdi extends HtmlElementText {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Bdi _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public final Bdi id(String id) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.id(id);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Bdi style(String style) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.style(style);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElementText */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Bdi text(Object text) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.text(text);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span>}<a name="line.59"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdo.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdo.html
index 9daafa4..38bb0c8 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdo.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Bdo.html
@@ -25,50 +25,58 @@
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
 <span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdo-element"&gt;&amp;lt;bdo&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
-<span class="sourceLineNo">020</span> */<a name="line.20"></a>
-<span class="sourceLineNo">021</span>@Bean(typeName="bdo")<a name="line.21"></a>
-<span class="sourceLineNo">022</span>public class Bdo extends HtmlElementMixed {<a name="line.22"></a>
-<span class="sourceLineNo">023</span><a name="line.23"></a>
-<span class="sourceLineNo">024</span>   //--------------------------------------------------------------------------------<a name="line.24"></a>
-<span class="sourceLineNo">025</span>   // Overridden methods<a name="line.25"></a>
-<span class="sourceLineNo">026</span>   //--------------------------------------------------------------------------------<a name="line.26"></a>
-<span class="sourceLineNo">027</span><a name="line.27"></a>
-<span class="sourceLineNo">028</span>   @Override /* HtmlElement */<a name="line.28"></a>
-<span class="sourceLineNo">029</span>   public final Bdo _class(String _class) {<a name="line.29"></a>
-<span class="sourceLineNo">030</span>      super._class(_class);<a name="line.30"></a>
-<span class="sourceLineNo">031</span>      return this;<a name="line.31"></a>
-<span class="sourceLineNo">032</span>   }<a name="line.32"></a>
-<span class="sourceLineNo">033</span><a name="line.33"></a>
-<span class="sourceLineNo">034</span>   @Override /* HtmlElement */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>   public Bdo dir(String dir) {<a name="line.35"></a>
-<span class="sourceLineNo">036</span>      super.dir(dir);<a name="line.36"></a>
-<span class="sourceLineNo">037</span>      return this;<a name="line.37"></a>
-<span class="sourceLineNo">038</span>   }<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   @Override /* HtmlElement */<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   public final Bdo id(String id) {<a name="line.41"></a>
-<span class="sourceLineNo">042</span>      super.id(id);<a name="line.42"></a>
-<span class="sourceLineNo">043</span>      return this;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   }<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   @Override /* HtmlElement */<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   public final Bdo style(String style) {<a name="line.47"></a>
-<span class="sourceLineNo">048</span>      super.style(style);<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      return this;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Override /* HtmlElementMixed */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public Bdo children(Object...children) {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      super.children(children);<a name="line.54"></a>
-<span class="sourceLineNo">055</span>      return this;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   }<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span>   @Override /* HtmlElementMixed */<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   public Bdo child(Object child) {<a name="line.59"></a>
-<span class="sourceLineNo">060</span>      super.child(child);<a name="line.60"></a>
-<span class="sourceLineNo">061</span>      return this;<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   }<a name="line.62"></a>
-<span class="sourceLineNo">063</span>}<a name="line.63"></a>
+<span class="sourceLineNo">020</span> *<a name="line.20"></a>
+<span class="sourceLineNo">021</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.21"></a>
+<span class="sourceLineNo">022</span> * &lt;ul class='doctree'&gt;<a name="line.22"></a>
+<span class="sourceLineNo">023</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.23"></a>
+<span class="sourceLineNo">024</span> *    &lt;ul&gt;<a name="line.24"></a>
+<span class="sourceLineNo">025</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'&gt;HTML5&lt;/a&gt;<a name="line.25"></a>
+<span class="sourceLineNo">026</span> *    &lt;/ul&gt;<a name="line.26"></a>
+<span class="sourceLineNo">027</span> * &lt;/ul&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> */<a name="line.28"></a>
+<span class="sourceLineNo">029</span>@Bean(typeName="bdo")<a name="line.29"></a>
+<span class="sourceLineNo">030</span>public class Bdo extends HtmlElementMixed {<a name="line.30"></a>
+<span class="sourceLineNo">031</span><a name="line.31"></a>
+<span class="sourceLineNo">032</span>   //--------------------------------------------------------------------------------<a name="line.32"></a>
+<span class="sourceLineNo">033</span>   // Overridden methods<a name="line.33"></a>
+<span class="sourceLineNo">034</span>   //--------------------------------------------------------------------------------<a name="line.34"></a>
+<span class="sourceLineNo">035</span><a name="line.35"></a>
+<span class="sourceLineNo">036</span>   @Override /* HtmlElement */<a name="line.36"></a>
+<span class="sourceLineNo">037</span>   public final Bdo _class(String _class) {<a name="line.37"></a>
+<span class="sourceLineNo">038</span>      super._class(_class);<a name="line.38"></a>
+<span class="sourceLineNo">039</span>      return this;<a name="line.39"></a>
+<span class="sourceLineNo">040</span>   }<a name="line.40"></a>
+<span class="sourceLineNo">041</span><a name="line.41"></a>
+<span class="sourceLineNo">042</span>   @Override /* HtmlElement */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>   public Bdo dir(String dir) {<a name="line.43"></a>
+<span class="sourceLineNo">044</span>      super.dir(dir);<a name="line.44"></a>
+<span class="sourceLineNo">045</span>      return this;<a name="line.45"></a>
+<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   @Override /* HtmlElement */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>   public final Bdo id(String id) {<a name="line.49"></a>
+<span class="sourceLineNo">050</span>      super.id(id);<a name="line.50"></a>
+<span class="sourceLineNo">051</span>      return this;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   }<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   @Override /* HtmlElement */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public final Bdo style(String style) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      super.style(style);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      return this;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   @Override /* HtmlElementMixed */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Bdo children(Object...children) {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>      super.children(children);<a name="line.62"></a>
+<span class="sourceLineNo">063</span>      return this;<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   }<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span>   @Override /* HtmlElementMixed */<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   public Bdo child(Object child) {<a name="line.67"></a>
+<span class="sourceLineNo">068</span>      super.child(child);<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      return this;<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
+<span class="sourceLineNo">071</span>}<a name="line.71"></a>
 
 
 


[40/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElement.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElement.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElement.html
index df81efc..04e0aa3 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElement.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElement.html
@@ -113,11 +113,19 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation">@Html</a>(<a href="../../../../../org/apache/juneau/html/annotation/Html.html#asXml--">asXml</a>=true)
-public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.30">HtmlElement</a>
+public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.38">HtmlElement</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">Superclass for all HTML elements.
  <p>
- These are beans that when serialized using <a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> generate valid HTML5 elements.</div>
+ These are beans that when serialized using <a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> generate valid HTML5 elements.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -585,7 +593,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElement</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.30">HtmlElement</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.38">HtmlElement</a>()</pre>
 </li>
 </ul>
 </li>
@@ -604,7 +612,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <h4>getAttrs</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTRS">ATTRS</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="a")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.40">getAttrs</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.48">getAttrs</a>()</pre>
 <div class="block">The attributes of this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -619,7 +627,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHa
 <li class="blockList">
 <h4>setAttrs</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="a")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.50">setAttrs</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;attrs)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.58">setAttrs</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;attrs)</pre>
 <div class="block">Sets the attributes for this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -635,7 +643,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.62">attr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.70">attr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;val)</pre>
 <div class="block">Adds an arbitrary attribute to this element.</div>
 <dl>
@@ -653,7 +661,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getAttr</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.75">getAttr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.83">getAttr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
 <div class="block">Returns the attribute with the specified name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -669,7 +677,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getAttr</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.87">getAttr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.95">getAttr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
 <div class="block">Returns the attribute with the specified name converted to the specified class type.</div>
 <dl>
@@ -688,7 +696,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>accesskey</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.96">accesskey</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accesskey)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.104">accesskey</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accesskey)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/editing.html#the-accesskey-attribute">accesskey</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -704,7 +712,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.106">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.114">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -720,7 +728,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>contenteditable</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.117">contenteditable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;contenteditable)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.125">contenteditable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;contenteditable)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/editing.html#attr-contenteditable">contenteditable</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -737,7 +745,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>dir</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.127">dir</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.135">dir</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dir)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-dir-attribute">dir</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -753,7 +761,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>hidden</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.138">hidden</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hidden)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.146">hidden</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hidden)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/editing.html#the-hidden-attribute">hidden</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -770,7 +778,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.148">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.156">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -786,7 +794,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.158">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.166">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-lang">lang</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -802,7 +810,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onabort</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.168">onabort</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onabort)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.176">onabort</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onabort)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onabort">onabort</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -818,7 +826,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onblur</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.178">onblur</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onblur)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.186">onblur</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onblur)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onblur">onblur</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -834,7 +842,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oncancel</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.188">oncancel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncancel)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.196">oncancel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncancel)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oncancel">oncancel</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -850,7 +858,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oncanplay</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.198">oncanplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncanplay)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.206">oncanplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncanplay)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oncanplay">oncanplay</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -866,7 +874,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oncanplaythrough</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.208">oncanplaythrough</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncanplaythrough)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.216">oncanplaythrough</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncanplaythrough)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oncanplaythrough">oncanplaythrough</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -882,7 +890,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onchange</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.218">onchange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onchange)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.226">onchange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onchange)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onchange">onchange</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -898,7 +906,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onclick</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.228">onclick</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onclick)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.236">onclick</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onclick)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onclick">onclick</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -914,7 +922,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oncuechange</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.238">oncuechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncuechange)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.246">oncuechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oncuechange)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oncuechange">oncuechange</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -930,7 +938,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>ondblclick</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.248">ondblclick</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ondblclick)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.256">ondblclick</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ondblclick)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-ondblclick">ondblclick</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -946,7 +954,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>ondurationchange</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.258">ondurationchange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ondurationchange)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.266">ondurationchange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ondurationchange)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-ondurationchange">ondurationchange</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -962,7 +970,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onemptied</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.268">onemptied</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onemptied)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.276">onemptied</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onemptied)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onemptied">onemptied</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -978,7 +986,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onended</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.278">onended</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onended)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.286">onended</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onended)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onended">onended</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -994,7 +1002,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onerror</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.288">onerror</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onerror)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.296">onerror</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onerror)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onerror">onerror</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1010,7 +1018,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onfocus</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.298">onfocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onfocus)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.306">onfocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onfocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onfocus">onfocus</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1026,7 +1034,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oninput</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.308">oninput</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oninput)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.316">oninput</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oninput)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oninput">oninput</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1042,7 +1050,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>oninvalid</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.318">oninvalid</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oninvalid)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.326">oninvalid</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oninvalid)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-oninvalid">oninvalid</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1058,7 +1066,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onkeydown</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.328">onkeydown</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeydown)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.336">onkeydown</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeydown)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeydown">onkeydown</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1074,7 +1082,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onkeypress</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.338">onkeypress</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeypress)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.346">onkeypress</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeypress)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeypress">onkeypress</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1090,7 +1098,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onkeyup</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.348">onkeyup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeyup)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.356">onkeyup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onkeyup)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onkeyup">onkeyup</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1106,7 +1114,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onload</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.358">onload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onload)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.366">onload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onload)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onload">onload</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1122,7 +1130,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onloadeddata</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.368">onloadeddata</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadeddata)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.376">onloadeddata</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadeddata)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadeddata">onloadeddata</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1138,7 +1146,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onloadedmetadata</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.378">onloadedmetadata</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadedmetadata)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.386">onloadedmetadata</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadedmetadata)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadedmetadata">onloadedmetadata</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1154,7 +1162,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onloadstart</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.388">onloadstart</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadstart)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.396">onloadstart</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onloadstart)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onloadstart">onloadstart</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1170,7 +1178,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmousedown</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.398">onmousedown</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousedown)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.406">onmousedown</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousedown)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousedown">onmousedown</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1186,7 +1194,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmouseenter</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.408">onmouseenter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseenter)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.416">onmouseenter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseenter)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseenter">onmouseenter</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1202,7 +1210,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmouseleave</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.418">onmouseleave</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseleave)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.426">onmouseleave</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseleave)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseleave">onmouseleave</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1218,7 +1226,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmousemove</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.428">onmousemove</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousemove)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.436">onmousemove</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousemove)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousemove">onmousemove</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1234,7 +1242,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmouseout</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.438">onmouseout</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseout)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.446">onmouseout</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseout)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseout">onmouseout</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1250,7 +1258,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmouseover</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.448">onmouseover</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseover)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.456">onmouseover</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseover)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseover">onmouseover</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1266,7 +1274,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmouseup</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.458">onmouseup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseup)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.466">onmouseup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmouseup)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmouseup">onmouseup</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1282,7 +1290,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onmousewheel</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.468">onmousewheel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousewheel)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.476">onmousewheel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onmousewheel)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onmousewheel">onmousewheel</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1298,7 +1306,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onpause</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.478">onpause</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onpause)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.486">onpause</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onpause)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onpause">onpause</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1314,7 +1322,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onplay</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.488">onplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onplay)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.496">onplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onplay)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onplay">onplay</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1330,7 +1338,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onplaying</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.498">onplaying</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onplaying)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.506">onplaying</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onplaying)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onplaying">onplaying</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1346,7 +1354,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onprogress</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.508">onprogress</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onprogress)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.516">onprogress</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onprogress)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onprogress">onprogress</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1362,7 +1370,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onratechange</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.518">onratechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onratechange)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.526">onratechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onratechange)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onratechange">onratechange</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1378,7 +1386,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onreset</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.528">onreset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onreset)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.536">onreset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onreset)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onreset">onreset</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1394,7 +1402,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onresize</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.538">onresize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onresize)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.546">onresize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onresize)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onresize">onresize</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1410,7 +1418,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onscroll</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.548">onscroll</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onscroll)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.556">onscroll</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onscroll)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onscroll">onscroll</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1426,7 +1434,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onseeked</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.558">onseeked</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onseeked)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.566">onseeked</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onseeked)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onseeked">onseeked</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1442,7 +1450,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onseeking</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.568">onseeking</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onseeking)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.576">onseeking</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onseeking)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onseeking">onseeking</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1458,7 +1466,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onselect</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.578">onselect</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onselect)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.586">onselect</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onselect)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onselect">onselect</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1474,7 +1482,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onshow</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.588">onshow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onshow)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.596">onshow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onshow)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onshow">onshow</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1490,7 +1498,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onstalled</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.598">onstalled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onstalled)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.606">onstalled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onstalled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onstalled">onstalled</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1506,7 +1514,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onsubmit</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.608">onsubmit</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onsubmit)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.616">onsubmit</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onsubmit)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onsubmit">onsubmit</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1522,7 +1530,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onsuspend</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.618">onsuspend</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onsuspend)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.626">onsuspend</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onsuspend)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onsuspend">onsuspend</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1538,7 +1546,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>ontimeupdate</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.628">ontimeupdate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ontimeupdate)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.636">ontimeupdate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ontimeupdate)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-ontimeupdate">ontimeupdate</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1554,7 +1562,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>ontoggle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.638">ontoggle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ontoggle)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.646">ontoggle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ontoggle)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-ontoggle">ontoggle</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1570,7 +1578,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onvolumechange</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.648">onvolumechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onvolumechange)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.656">onvolumechange</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onvolumechange)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onvolumechange">onvolumechange</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1586,7 +1594,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>onwaiting</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.658">onwaiting</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onwaiting)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.666">onwaiting</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;onwaiting)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/webappapis.html#handler-onwaiting">onwaiting</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1602,7 +1610,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>spellcheck</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.669">spellcheck</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;spellcheck)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.677">spellcheck</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;spellcheck)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/editing.html#attr-spellcheck">spellcheck</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1619,7 +1627,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.679">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.687">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1635,7 +1643,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>tabindex</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.690">tabindex</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;tabindex)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.698">tabindex</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;tabindex)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/editing.html#attr-tabindex">tabindex</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1652,7 +1660,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.700">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.708">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-title">title</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1668,7 +1676,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.711">translate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;translate)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElement.html#line.719">translate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;translate)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-translate">translate</a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[07/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Logo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Logo.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Logo.html
index b2a617d..d9a17ea 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Logo.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Logo.html
@@ -38,93 +38,100 @@
 <span class="sourceLineNo">030</span> *       (atomUri)<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *    }<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;p&gt;<a name="line.33"></a>
-<span class="sourceLineNo">034</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.34"></a>
-<span class="sourceLineNo">035</span> */<a name="line.35"></a>
-<span class="sourceLineNo">036</span>@Bean(typeName="logo")<a name="line.36"></a>
-<span class="sourceLineNo">037</span>@SuppressWarnings("hiding")<a name="line.37"></a>
-<span class="sourceLineNo">038</span>public class Logo extends Common {<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   private URI uri;<a name="line.40"></a>
-<span class="sourceLineNo">041</span><a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span>   /**<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    * Normal constructor.<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    *<a name="line.45"></a>
-<span class="sourceLineNo">046</span>    * @param uri The URI of the logo.<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public Logo(URI uri) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      uri(uri);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   /**<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * Normal constructor.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    *<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    * @param uri The URI of the logo.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>    */<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   public Logo(String uri) {<a name="line.57"></a>
-<span class="sourceLineNo">058</span>      uri(uri);<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /** Bean constructor. */<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   public Logo() {}<a name="line.62"></a>
-<span class="sourceLineNo">063</span><a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   //--------------------------------------------------------------------------------<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   // Bean properties<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   //--------------------------------------------------------------------------------<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * Returns the URI of the logo.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    *<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @return The URI of the logo.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   @Xml(format=ELEMENTS)<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public URI getUri() {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      return uri;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
-<span class="sourceLineNo">078</span><a name="line.78"></a>
-<span class="sourceLineNo">079</span>   /**<a name="line.79"></a>
-<span class="sourceLineNo">080</span>    * Sets the URI of the logo.<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    *<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * @param uri The URI of the logo.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @return This object (for method chaining).<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   @BeanProperty("uri")<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   public Logo uri(URI uri) {<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      this.uri = uri;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * Sets the URI of the logo.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    *<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * @param uri The URI of the logo.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return This object (for method chaining).<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @BeanProperty("uri")<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public Logo uri(String uri) {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      this.uri = toURI(uri);<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return this;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span><a name="line.102"></a>
-<span class="sourceLineNo">103</span><a name="line.103"></a>
-<span class="sourceLineNo">104</span>   //--------------------------------------------------------------------------------<a name="line.104"></a>
-<span class="sourceLineNo">105</span>   // Overridden setters (to simplify method chaining)<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   //--------------------------------------------------------------------------------<a name="line.106"></a>
-<span class="sourceLineNo">107</span><a name="line.107"></a>
-<span class="sourceLineNo">108</span>   @Override /* Common */<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   public Logo base(URI base) {<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      super.base(base);<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      return this;<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   }<a name="line.112"></a>
-<span class="sourceLineNo">113</span><a name="line.113"></a>
-<span class="sourceLineNo">114</span>   @Override /* Common */<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   public Logo lang(String lang) {<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      super.lang(lang);<a name="line.116"></a>
-<span class="sourceLineNo">117</span>      return this;<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   }<a name="line.118"></a>
-<span class="sourceLineNo">119</span>}<a name="line.119"></a>
+<span class="sourceLineNo">033</span> *<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> * &lt;ul class='doctree'&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *    &lt;ul&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;/ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>@Bean(typeName="logo")<a name="line.43"></a>
+<span class="sourceLineNo">044</span>@SuppressWarnings("hiding")<a name="line.44"></a>
+<span class="sourceLineNo">045</span>public class Logo extends Common {<a name="line.45"></a>
+<span class="sourceLineNo">046</span><a name="line.46"></a>
+<span class="sourceLineNo">047</span>   private URI uri;<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * Normal constructor.<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    *<a name="line.52"></a>
+<span class="sourceLineNo">053</span>    * @param uri The URI of the logo.<a name="line.53"></a>
+<span class="sourceLineNo">054</span>    */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Logo(URI uri) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      uri(uri);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
+<span class="sourceLineNo">058</span><a name="line.58"></a>
+<span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Normal constructor.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    *<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @param uri The URI of the logo.<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public Logo(String uri) {<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      uri(uri);<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
+<span class="sourceLineNo">067</span><a name="line.67"></a>
+<span class="sourceLineNo">068</span>   /** Bean constructor. */<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   public Logo() {}<a name="line.69"></a>
+<span class="sourceLineNo">070</span><a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span>   //--------------------------------------------------------------------------------<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   // Bean properties<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   //--------------------------------------------------------------------------------<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   /**<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * Returns the URI of the logo.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    *<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @return The URI of the logo.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    */<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   @Xml(format=ELEMENTS)<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public URI getUri() {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      return uri;<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   }<a name="line.84"></a>
+<span class="sourceLineNo">085</span><a name="line.85"></a>
+<span class="sourceLineNo">086</span>   /**<a name="line.86"></a>
+<span class="sourceLineNo">087</span>    * Sets the URI of the logo.<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    *<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    * @param uri The URI of the logo.<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @return This object (for method chaining).<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    */<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   @BeanProperty("uri")<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public Logo uri(URI uri) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      this.uri = uri;<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   /**<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * Sets the URI of the logo.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    *<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * @param uri The URI of the logo.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return This object (for method chaining).<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   @BeanProperty("uri")<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   public Logo uri(String uri) {<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      this.uri = toURI(uri);<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      return this;<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   }<a name="line.108"></a>
+<span class="sourceLineNo">109</span><a name="line.109"></a>
+<span class="sourceLineNo">110</span><a name="line.110"></a>
+<span class="sourceLineNo">111</span>   //--------------------------------------------------------------------------------<a name="line.111"></a>
+<span class="sourceLineNo">112</span>   // Overridden setters (to simplify method chaining)<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   //--------------------------------------------------------------------------------<a name="line.113"></a>
+<span class="sourceLineNo">114</span><a name="line.114"></a>
+<span class="sourceLineNo">115</span>   @Override /* Common */<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   public Logo base(URI base) {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      super.base(base);<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      return this;<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span>   @Override /* Common */<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public Logo lang(String lang) {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      super.lang(lang);<a name="line.123"></a>
+<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
+<span class="sourceLineNo">126</span>}<a name="line.126"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Person.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Person.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Person.html
index 5a8d272..6b33542 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Person.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Person.html
@@ -38,126 +38,133 @@
 <span class="sourceLineNo">030</span> *       &amp;amp; element atom:email { atomEmailAddress }?<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *       &amp;amp; extensionElement*)<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;p&gt;<a name="line.33"></a>
-<span class="sourceLineNo">034</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.34"></a>
-<span class="sourceLineNo">035</span> */<a name="line.35"></a>
-<span class="sourceLineNo">036</span>@SuppressWarnings("hiding")<a name="line.36"></a>
-<span class="sourceLineNo">037</span>public class Person extends Common {<a name="line.37"></a>
-<span class="sourceLineNo">038</span><a name="line.38"></a>
-<span class="sourceLineNo">039</span>   private String name;<a name="line.39"></a>
-<span class="sourceLineNo">040</span>   private URI uri;<a name="line.40"></a>
-<span class="sourceLineNo">041</span>   private String email;<a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span><a name="line.43"></a>
-<span class="sourceLineNo">044</span>   /**<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    * Normal constructor.<a name="line.45"></a>
-<span class="sourceLineNo">046</span>    *<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    * @param name The name of the person.<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    */<a name="line.48"></a>
-<span class="sourceLineNo">049</span>   public Person(String name) {<a name="line.49"></a>
-<span class="sourceLineNo">050</span>      name(name);<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   }<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   /** Bean constructor. */<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   public Person() {}<a name="line.54"></a>
-<span class="sourceLineNo">055</span><a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   //--------------------------------------------------------------------------------<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   // Bean properties<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   //--------------------------------------------------------------------------------<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * Returns the name of the person.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    *<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * @return The name of the person.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   public String getName() {<a name="line.66"></a>
-<span class="sourceLineNo">067</span>      return name;<a name="line.67"></a>
-<span class="sourceLineNo">068</span>   }<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span>   /**<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * Sets the name of the person.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    *<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @param name The name of the person.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @return This object (for method chaining).<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   @BeanProperty("name")<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   public Person name(String name) {<a name="line.77"></a>
-<span class="sourceLineNo">078</span>      this.name = name;<a name="line.78"></a>
-<span class="sourceLineNo">079</span>      return this;<a name="line.79"></a>
-<span class="sourceLineNo">080</span>   }<a name="line.80"></a>
-<span class="sourceLineNo">081</span><a name="line.81"></a>
-<span class="sourceLineNo">082</span>   /**<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * Returns the URI of the person.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    *<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * @return The URI of the person.<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
-<span class="sourceLineNo">087</span>   public URI getUri() {<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return uri;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * Sets the URI of the person.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    *<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * @param uri The URI of the person.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return This object (for method chaining).<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @BeanProperty("uri")<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public Person uri(URI uri) {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      this.uri = uri;<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return this;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span><a name="line.102"></a>
-<span class="sourceLineNo">103</span>   /**<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * Sets the URI of the person.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    *<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * @param uri The URI of the person.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    * @return This object (for method chaining).<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    */<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   @BeanProperty("uri")<a name="line.109"></a>
-<span class="sourceLineNo">110</span>   public Person uri(String uri) {<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      this.uri = toURI(uri);<a name="line.111"></a>
-<span class="sourceLineNo">112</span>      return this;<a name="line.112"></a>
-<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
-<span class="sourceLineNo">114</span><a name="line.114"></a>
-<span class="sourceLineNo">115</span>   /**<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    * Returns the email address of the person.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    *<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * @return The email address of the person.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    */<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   public String getEmail() {<a name="line.120"></a>
-<span class="sourceLineNo">121</span>      return email;<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   }<a name="line.122"></a>
-<span class="sourceLineNo">123</span><a name="line.123"></a>
-<span class="sourceLineNo">124</span>   /**<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    * Sets the email address of the person.<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    *<a name="line.126"></a>
-<span class="sourceLineNo">127</span>    * @param email The email address of the person.<a name="line.127"></a>
-<span class="sourceLineNo">128</span>    * @return This object (for method chaining).<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    */<a name="line.129"></a>
-<span class="sourceLineNo">130</span>   @BeanProperty("email")<a name="line.130"></a>
-<span class="sourceLineNo">131</span>   public Person email(String email) {<a name="line.131"></a>
-<span class="sourceLineNo">132</span>      this.email = email;<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      return this;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>   }<a name="line.134"></a>
-<span class="sourceLineNo">135</span><a name="line.135"></a>
-<span class="sourceLineNo">136</span><a name="line.136"></a>
-<span class="sourceLineNo">137</span>   //--------------------------------------------------------------------------------<a name="line.137"></a>
-<span class="sourceLineNo">138</span>   // Overridden setters (to simplify method chaining)<a name="line.138"></a>
-<span class="sourceLineNo">139</span>   //--------------------------------------------------------------------------------<a name="line.139"></a>
-<span class="sourceLineNo">140</span><a name="line.140"></a>
-<span class="sourceLineNo">141</span>   @Override /* Common */<a name="line.141"></a>
-<span class="sourceLineNo">142</span>   public Person base(URI base) {<a name="line.142"></a>
-<span class="sourceLineNo">143</span>      super.base(base);<a name="line.143"></a>
-<span class="sourceLineNo">144</span>      return this;<a name="line.144"></a>
-<span class="sourceLineNo">145</span>   }<a name="line.145"></a>
-<span class="sourceLineNo">146</span><a name="line.146"></a>
-<span class="sourceLineNo">147</span>   @Override /* Common */<a name="line.147"></a>
-<span class="sourceLineNo">148</span>   public Person lang(String lang) {<a name="line.148"></a>
-<span class="sourceLineNo">149</span>      super.lang(lang);<a name="line.149"></a>
-<span class="sourceLineNo">150</span>      return this;<a name="line.150"></a>
-<span class="sourceLineNo">151</span>   }<a name="line.151"></a>
-<span class="sourceLineNo">152</span>}<a name="line.152"></a>
+<span class="sourceLineNo">033</span> *<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> * &lt;ul class='doctree'&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *    &lt;ul&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;/ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>@SuppressWarnings("hiding")<a name="line.43"></a>
+<span class="sourceLineNo">044</span>public class Person extends Common {<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   private String name;<a name="line.46"></a>
+<span class="sourceLineNo">047</span>   private URI uri;<a name="line.47"></a>
+<span class="sourceLineNo">048</span>   private String email;<a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span><a name="line.50"></a>
+<span class="sourceLineNo">051</span>   /**<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    * Normal constructor.<a name="line.52"></a>
+<span class="sourceLineNo">053</span>    *<a name="line.53"></a>
+<span class="sourceLineNo">054</span>    * @param name The name of the person.<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    */<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   public Person(String name) {<a name="line.56"></a>
+<span class="sourceLineNo">057</span>      name(name);<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   }<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   /** Bean constructor. */<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   public Person() {}<a name="line.61"></a>
+<span class="sourceLineNo">062</span><a name="line.62"></a>
+<span class="sourceLineNo">063</span><a name="line.63"></a>
+<span class="sourceLineNo">064</span>   //--------------------------------------------------------------------------------<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   // Bean properties<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   //--------------------------------------------------------------------------------<a name="line.66"></a>
+<span class="sourceLineNo">067</span><a name="line.67"></a>
+<span class="sourceLineNo">068</span>   /**<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * Returns the name of the person.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    *<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * @return The name of the person.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   public String getName() {<a name="line.73"></a>
+<span class="sourceLineNo">074</span>      return name;<a name="line.74"></a>
+<span class="sourceLineNo">075</span>   }<a name="line.75"></a>
+<span class="sourceLineNo">076</span><a name="line.76"></a>
+<span class="sourceLineNo">077</span>   /**<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * Sets the name of the person.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    *<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @param name The name of the person.<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @return This object (for method chaining).<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    */<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   @BeanProperty("name")<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   public Person name(String name) {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>      this.name = name;<a name="line.85"></a>
+<span class="sourceLineNo">086</span>      return this;<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   }<a name="line.87"></a>
+<span class="sourceLineNo">088</span><a name="line.88"></a>
+<span class="sourceLineNo">089</span>   /**<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * Returns the URI of the person.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    *<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * @return The URI of the person.<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    */<a name="line.93"></a>
+<span class="sourceLineNo">094</span>   public URI getUri() {<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return uri;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   /**<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * Sets the URI of the person.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    *<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * @param uri The URI of the person.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return This object (for method chaining).<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   @BeanProperty("uri")<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   public Person uri(URI uri) {<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      this.uri = uri;<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      return this;<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   }<a name="line.108"></a>
+<span class="sourceLineNo">109</span><a name="line.109"></a>
+<span class="sourceLineNo">110</span>   /**<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    * Sets the URI of the person.<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    *<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * @param uri The URI of the person.<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    * @return This object (for method chaining).<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    */<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   @BeanProperty("uri")<a name="line.116"></a>
+<span class="sourceLineNo">117</span>   public Person uri(String uri) {<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      this.uri = toURI(uri);<a name="line.118"></a>
+<span class="sourceLineNo">119</span>      return this;<a name="line.119"></a>
+<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
+<span class="sourceLineNo">121</span><a name="line.121"></a>
+<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    * Returns the email address of the person.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    *<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * @return The email address of the person.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    */<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   public String getEmail() {<a name="line.127"></a>
+<span class="sourceLineNo">128</span>      return email;<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
+<span class="sourceLineNo">130</span><a name="line.130"></a>
+<span class="sourceLineNo">131</span>   /**<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    * Sets the email address of the person.<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    *<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    * @param email The email address of the person.<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * @return This object (for method chaining).<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    */<a name="line.136"></a>
+<span class="sourceLineNo">137</span>   @BeanProperty("email")<a name="line.137"></a>
+<span class="sourceLineNo">138</span>   public Person email(String email) {<a name="line.138"></a>
+<span class="sourceLineNo">139</span>      this.email = email;<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      return this;<a name="line.140"></a>
+<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
+<span class="sourceLineNo">142</span><a name="line.142"></a>
+<span class="sourceLineNo">143</span><a name="line.143"></a>
+<span class="sourceLineNo">144</span>   //--------------------------------------------------------------------------------<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   // Overridden setters (to simplify method chaining)<a name="line.145"></a>
+<span class="sourceLineNo">146</span>   //--------------------------------------------------------------------------------<a name="line.146"></a>
+<span class="sourceLineNo">147</span><a name="line.147"></a>
+<span class="sourceLineNo">148</span>   @Override /* Common */<a name="line.148"></a>
+<span class="sourceLineNo">149</span>   public Person base(URI base) {<a name="line.149"></a>
+<span class="sourceLineNo">150</span>      super.base(base);<a name="line.150"></a>
+<span class="sourceLineNo">151</span>      return this;<a name="line.151"></a>
+<span class="sourceLineNo">152</span>   }<a name="line.152"></a>
+<span class="sourceLineNo">153</span><a name="line.153"></a>
+<span class="sourceLineNo">154</span>   @Override /* Common */<a name="line.154"></a>
+<span class="sourceLineNo">155</span>   public Person lang(String lang) {<a name="line.155"></a>
+<span class="sourceLineNo">156</span>      super.lang(lang);<a name="line.156"></a>
+<span class="sourceLineNo">157</span>      return this;<a name="line.157"></a>
+<span class="sourceLineNo">158</span>   }<a name="line.158"></a>
+<span class="sourceLineNo">159</span>}<a name="line.159"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Source.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Source.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Source.html
index 751740e..1ccd06b 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Source.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Source.html
@@ -48,201 +48,208 @@
 <span class="sourceLineNo">040</span> *          &amp;amp; extensionElement*)<a name="line.40"></a>
 <span class="sourceLineNo">041</span> *       }<a name="line.41"></a>
 <span class="sourceLineNo">042</span> * &lt;/p&gt;<a name="line.42"></a>
-<span class="sourceLineNo">043</span> * &lt;p&gt;<a name="line.43"></a>
-<span class="sourceLineNo">044</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.44"></a>
-<span class="sourceLineNo">045</span> */<a name="line.45"></a>
-<span class="sourceLineNo">046</span>@SuppressWarnings("hiding")<a name="line.46"></a>
-<span class="sourceLineNo">047</span>public class Source extends CommonEntry {<a name="line.47"></a>
-<span class="sourceLineNo">048</span><a name="line.48"></a>
-<span class="sourceLineNo">049</span>   private Generator generator;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   private Icon icon;<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   private Logo logo;<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   private Text subtitle;<a name="line.52"></a>
-<span class="sourceLineNo">053</span><a name="line.53"></a>
-<span class="sourceLineNo">054</span><a name="line.54"></a>
-<span class="sourceLineNo">055</span>   //--------------------------------------------------------------------------------<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   // Bean properties<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   //--------------------------------------------------------------------------------<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * Returns the generator info of this source.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    *<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * @return The generator info of this source.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public Generator getGenerator() {<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      return generator;<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span>   /**<a name="line.68"></a>
-<span class="sourceLineNo">069</span>    * Sets the generator info of this source.<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    *<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * @param generator The generator info of this source.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @return This object (for method chaining).<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   @BeanProperty("generator")<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public Source generator(Generator generator) {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      this.generator = generator;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * Returns the icon of this source.<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    *<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @return The icon of this source.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   public Icon getIcon() {<a name="line.85"></a>
-<span class="sourceLineNo">086</span>      return icon;<a name="line.86"></a>
-<span class="sourceLineNo">087</span>   }<a name="line.87"></a>
-<span class="sourceLineNo">088</span><a name="line.88"></a>
-<span class="sourceLineNo">089</span>   /**<a name="line.89"></a>
-<span class="sourceLineNo">090</span>    * Sets the icon of this source.<a name="line.90"></a>
-<span class="sourceLineNo">091</span>    *<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * @param icon The icon of this source.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * @return This object (for method chaining).<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    */<a name="line.94"></a>
-<span class="sourceLineNo">095</span>   @BeanProperty("icon")<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   public Source icon(Icon icon) {<a name="line.96"></a>
-<span class="sourceLineNo">097</span>      this.icon = icon;<a name="line.97"></a>
-<span class="sourceLineNo">098</span>      return this;<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   }<a name="line.99"></a>
-<span class="sourceLineNo">100</span><a name="line.100"></a>
-<span class="sourceLineNo">101</span>   /**<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    * Returns the logo of this source.<a name="line.102"></a>
-<span class="sourceLineNo">103</span>    *<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * @return The logo of this source.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    */<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   public Logo getLogo() {<a name="line.106"></a>
-<span class="sourceLineNo">107</span>      return logo;<a name="line.107"></a>
-<span class="sourceLineNo">108</span>   }<a name="line.108"></a>
-<span class="sourceLineNo">109</span><a name="line.109"></a>
-<span class="sourceLineNo">110</span>   /**<a name="line.110"></a>
-<span class="sourceLineNo">111</span>    * Sets the logo of this source.<a name="line.111"></a>
-<span class="sourceLineNo">112</span>    *<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    * @param logo The logo of this source.<a name="line.113"></a>
-<span class="sourceLineNo">114</span>    * @return This object (for method chaining).<a name="line.114"></a>
-<span class="sourceLineNo">115</span>    */<a name="line.115"></a>
-<span class="sourceLineNo">116</span>   @BeanProperty("logo")<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   public Source logo(Logo logo) {<a name="line.117"></a>
-<span class="sourceLineNo">118</span>      this.logo = logo;<a name="line.118"></a>
-<span class="sourceLineNo">119</span>      return this;<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
-<span class="sourceLineNo">121</span><a name="line.121"></a>
-<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * Returns the subtitle of this source.<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    *<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    * @return The subtitle of this source.<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    */<a name="line.126"></a>
-<span class="sourceLineNo">127</span>   public Text getSubtitle() {<a name="line.127"></a>
-<span class="sourceLineNo">128</span>      return subtitle;<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
-<span class="sourceLineNo">130</span><a name="line.130"></a>
-<span class="sourceLineNo">131</span>   /**<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    * Sets the subtitle of this source.<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    *<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    * @param subtitle The subtitle of this source.<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    * @return This object (for method chaining).<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    */<a name="line.136"></a>
-<span class="sourceLineNo">137</span>   @BeanProperty("subtitle")<a name="line.137"></a>
-<span class="sourceLineNo">138</span>   public Source subtitle(Text subtitle) {<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      this.subtitle = subtitle;<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      return this;<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
-<span class="sourceLineNo">142</span><a name="line.142"></a>
-<span class="sourceLineNo">143</span>   /**<a name="line.143"></a>
-<span class="sourceLineNo">144</span>    * Sets the subtitle of this source.<a name="line.144"></a>
-<span class="sourceLineNo">145</span>    *<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * @param subtitle The subtitle of this source.<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    * @return This object (for method chaining).<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    */<a name="line.148"></a>
-<span class="sourceLineNo">149</span>   @BeanProperty("subtitle")<a name="line.149"></a>
-<span class="sourceLineNo">150</span>   public Source subtitle(String subtitle) {<a name="line.150"></a>
-<span class="sourceLineNo">151</span>      this.subtitle = new Text(subtitle);<a name="line.151"></a>
-<span class="sourceLineNo">152</span>      return this;<a name="line.152"></a>
-<span class="sourceLineNo">153</span>   }<a name="line.153"></a>
-<span class="sourceLineNo">154</span><a name="line.154"></a>
-<span class="sourceLineNo">155</span><a name="line.155"></a>
-<span class="sourceLineNo">156</span>   //--------------------------------------------------------------------------------<a name="line.156"></a>
-<span class="sourceLineNo">157</span>   // Overridden setters (to simplify method chaining)<a name="line.157"></a>
-<span class="sourceLineNo">158</span>   //--------------------------------------------------------------------------------<a name="line.158"></a>
-<span class="sourceLineNo">159</span><a name="line.159"></a>
-<span class="sourceLineNo">160</span>   @Override /* CommonEntry */<a name="line.160"></a>
-<span class="sourceLineNo">161</span>   public Source authors(Person...authors) {<a name="line.161"></a>
-<span class="sourceLineNo">162</span>      super.authors(authors);<a name="line.162"></a>
-<span class="sourceLineNo">163</span>      return this;<a name="line.163"></a>
-<span class="sourceLineNo">164</span>   }<a name="line.164"></a>
-<span class="sourceLineNo">165</span><a name="line.165"></a>
-<span class="sourceLineNo">166</span>   @Override /* CommonEntry */<a name="line.166"></a>
-<span class="sourceLineNo">167</span>   public Source categories(Category...categories) {<a name="line.167"></a>
-<span class="sourceLineNo">168</span>      super.categories(categories);<a name="line.168"></a>
-<span class="sourceLineNo">169</span>      return this;<a name="line.169"></a>
-<span class="sourceLineNo">170</span>   }<a name="line.170"></a>
-<span class="sourceLineNo">171</span><a name="line.171"></a>
-<span class="sourceLineNo">172</span>   @Override /* CommonEntry */<a name="line.172"></a>
-<span class="sourceLineNo">173</span>   public Source contributors(Person...contributors) {<a name="line.173"></a>
-<span class="sourceLineNo">174</span>      super.contributors(contributors);<a name="line.174"></a>
-<span class="sourceLineNo">175</span>      return this;<a name="line.175"></a>
-<span class="sourceLineNo">176</span>   }<a name="line.176"></a>
-<span class="sourceLineNo">177</span><a name="line.177"></a>
-<span class="sourceLineNo">178</span>   @Override /* CommonEntry */<a name="line.178"></a>
-<span class="sourceLineNo">179</span>   public Source id(Id id) {<a name="line.179"></a>
-<span class="sourceLineNo">180</span>      super.id(id);<a name="line.180"></a>
-<span class="sourceLineNo">181</span>      return this;<a name="line.181"></a>
-<span class="sourceLineNo">182</span>   }<a name="line.182"></a>
-<span class="sourceLineNo">183</span><a name="line.183"></a>
-<span class="sourceLineNo">184</span>   @Override /* CommonEntry */<a name="line.184"></a>
-<span class="sourceLineNo">185</span>   public Source links(Link...links) {<a name="line.185"></a>
-<span class="sourceLineNo">186</span>      super.links(links);<a name="line.186"></a>
-<span class="sourceLineNo">187</span>      return this;<a name="line.187"></a>
-<span class="sourceLineNo">188</span>   }<a name="line.188"></a>
-<span class="sourceLineNo">189</span><a name="line.189"></a>
-<span class="sourceLineNo">190</span>   @Override /* CommonEntry */<a name="line.190"></a>
-<span class="sourceLineNo">191</span>   public Source rights(Text rights) {<a name="line.191"></a>
-<span class="sourceLineNo">192</span>      super.rights(rights);<a name="line.192"></a>
-<span class="sourceLineNo">193</span>      return this;<a name="line.193"></a>
-<span class="sourceLineNo">194</span>   }<a name="line.194"></a>
-<span class="sourceLineNo">195</span><a name="line.195"></a>
-<span class="sourceLineNo">196</span>   @Override /* CommonEntry */<a name="line.196"></a>
-<span class="sourceLineNo">197</span>   public Source rights(String rights) {<a name="line.197"></a>
-<span class="sourceLineNo">198</span>      super.rights(rights);<a name="line.198"></a>
-<span class="sourceLineNo">199</span>      return this;<a name="line.199"></a>
-<span class="sourceLineNo">200</span>   }<a name="line.200"></a>
-<span class="sourceLineNo">201</span><a name="line.201"></a>
-<span class="sourceLineNo">202</span>   @Override /* CommonEntry */<a name="line.202"></a>
-<span class="sourceLineNo">203</span>   public Source title(Text title) {<a name="line.203"></a>
-<span class="sourceLineNo">204</span>      super.title(title);<a name="line.204"></a>
-<span class="sourceLineNo">205</span>      return this;<a name="line.205"></a>
-<span class="sourceLineNo">206</span>   }<a name="line.206"></a>
-<span class="sourceLineNo">207</span><a name="line.207"></a>
-<span class="sourceLineNo">208</span>   @Override /* CommonEntry */<a name="line.208"></a>
-<span class="sourceLineNo">209</span>   public Source title(String title) {<a name="line.209"></a>
-<span class="sourceLineNo">210</span>      super.title(title);<a name="line.210"></a>
-<span class="sourceLineNo">211</span>      return this;<a name="line.211"></a>
-<span class="sourceLineNo">212</span>   }<a name="line.212"></a>
-<span class="sourceLineNo">213</span><a name="line.213"></a>
-<span class="sourceLineNo">214</span>   @Override /* CommonEntry */<a name="line.214"></a>
-<span class="sourceLineNo">215</span>   public Source updated(Calendar updated) {<a name="line.215"></a>
-<span class="sourceLineNo">216</span>      super.updated(updated);<a name="line.216"></a>
-<span class="sourceLineNo">217</span>      return this;<a name="line.217"></a>
-<span class="sourceLineNo">218</span>   }<a name="line.218"></a>
-<span class="sourceLineNo">219</span><a name="line.219"></a>
-<span class="sourceLineNo">220</span>   @Override /* CommonEntry */<a name="line.220"></a>
-<span class="sourceLineNo">221</span>   public Source updated(String updated) {<a name="line.221"></a>
-<span class="sourceLineNo">222</span>      super.updated(updated);<a name="line.222"></a>
-<span class="sourceLineNo">223</span>      return this;<a name="line.223"></a>
-<span class="sourceLineNo">224</span>   }<a name="line.224"></a>
-<span class="sourceLineNo">225</span><a name="line.225"></a>
-<span class="sourceLineNo">226</span>   @Override /* Common */<a name="line.226"></a>
-<span class="sourceLineNo">227</span>   public Source base(URI base) {<a name="line.227"></a>
-<span class="sourceLineNo">228</span>      super.base(base);<a name="line.228"></a>
-<span class="sourceLineNo">229</span>      return this;<a name="line.229"></a>
-<span class="sourceLineNo">230</span>   }<a name="line.230"></a>
-<span class="sourceLineNo">231</span><a name="line.231"></a>
-<span class="sourceLineNo">232</span>   @Override /* Common */<a name="line.232"></a>
-<span class="sourceLineNo">233</span>   public Source lang(String lang) {<a name="line.233"></a>
-<span class="sourceLineNo">234</span>      super.lang(lang);<a name="line.234"></a>
-<span class="sourceLineNo">235</span>      return this;<a name="line.235"></a>
-<span class="sourceLineNo">236</span>   }<a name="line.236"></a>
-<span class="sourceLineNo">237</span>}<a name="line.237"></a>
+<span class="sourceLineNo">043</span> *<a name="line.43"></a>
+<span class="sourceLineNo">044</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.44"></a>
+<span class="sourceLineNo">045</span> * &lt;ul class='doctree'&gt;<a name="line.45"></a>
+<span class="sourceLineNo">046</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.46"></a>
+<span class="sourceLineNo">047</span> *    &lt;ul&gt;<a name="line.47"></a>
+<span class="sourceLineNo">048</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.48"></a>
+<span class="sourceLineNo">049</span> *    &lt;/ul&gt;<a name="line.49"></a>
+<span class="sourceLineNo">050</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.50"></a>
+<span class="sourceLineNo">051</span> * &lt;/ul&gt;<a name="line.51"></a>
+<span class="sourceLineNo">052</span> */<a name="line.52"></a>
+<span class="sourceLineNo">053</span>@SuppressWarnings("hiding")<a name="line.53"></a>
+<span class="sourceLineNo">054</span>public class Source extends CommonEntry {<a name="line.54"></a>
+<span class="sourceLineNo">055</span><a name="line.55"></a>
+<span class="sourceLineNo">056</span>   private Generator generator;<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   private Icon icon;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   private Logo logo;<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   private Text subtitle;<a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span><a name="line.61"></a>
+<span class="sourceLineNo">062</span>   //--------------------------------------------------------------------------------<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   // Bean properties<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   //--------------------------------------------------------------------------------<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span>   /**<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    * Returns the generator info of this source.<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    *<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * @return The generator info of this source.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    */<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public Generator getGenerator() {<a name="line.71"></a>
+<span class="sourceLineNo">072</span>      return generator;<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   }<a name="line.73"></a>
+<span class="sourceLineNo">074</span><a name="line.74"></a>
+<span class="sourceLineNo">075</span>   /**<a name="line.75"></a>
+<span class="sourceLineNo">076</span>    * Sets the generator info of this source.<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    *<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * @param generator The generator info of this source.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @return This object (for method chaining).<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    */<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   @BeanProperty("generator")<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public Source generator(Generator generator) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      this.generator = generator;<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   /**<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    * Returns the icon of this source.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    *<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @return The icon of this source.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    */<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   public Icon getIcon() {<a name="line.92"></a>
+<span class="sourceLineNo">093</span>      return icon;<a name="line.93"></a>
+<span class="sourceLineNo">094</span>   }<a name="line.94"></a>
+<span class="sourceLineNo">095</span><a name="line.95"></a>
+<span class="sourceLineNo">096</span>   /**<a name="line.96"></a>
+<span class="sourceLineNo">097</span>    * Sets the icon of this source.<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    *<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * @param icon The icon of this source.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * @return This object (for method chaining).<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    */<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   @BeanProperty("icon")<a name="line.102"></a>
+<span class="sourceLineNo">103</span>   public Source icon(Icon icon) {<a name="line.103"></a>
+<span class="sourceLineNo">104</span>      this.icon = icon;<a name="line.104"></a>
+<span class="sourceLineNo">105</span>      return this;<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   }<a name="line.106"></a>
+<span class="sourceLineNo">107</span><a name="line.107"></a>
+<span class="sourceLineNo">108</span>   /**<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    * Returns the logo of this source.<a name="line.109"></a>
+<span class="sourceLineNo">110</span>    *<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    * @return The logo of this source.<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    */<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   public Logo getLogo() {<a name="line.113"></a>
+<span class="sourceLineNo">114</span>      return logo;<a name="line.114"></a>
+<span class="sourceLineNo">115</span>   }<a name="line.115"></a>
+<span class="sourceLineNo">116</span><a name="line.116"></a>
+<span class="sourceLineNo">117</span>   /**<a name="line.117"></a>
+<span class="sourceLineNo">118</span>    * Sets the logo of this source.<a name="line.118"></a>
+<span class="sourceLineNo">119</span>    *<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    * @param logo The logo of this source.<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    * @return This object (for method chaining).<a name="line.121"></a>
+<span class="sourceLineNo">122</span>    */<a name="line.122"></a>
+<span class="sourceLineNo">123</span>   @BeanProperty("logo")<a name="line.123"></a>
+<span class="sourceLineNo">124</span>   public Source logo(Logo logo) {<a name="line.124"></a>
+<span class="sourceLineNo">125</span>      this.logo = logo;<a name="line.125"></a>
+<span class="sourceLineNo">126</span>      return this;<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   }<a name="line.127"></a>
+<span class="sourceLineNo">128</span><a name="line.128"></a>
+<span class="sourceLineNo">129</span>   /**<a name="line.129"></a>
+<span class="sourceLineNo">130</span>    * Returns the subtitle of this source.<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    *<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    * @return The subtitle of this source.<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    */<a name="line.133"></a>
+<span class="sourceLineNo">134</span>   public Text getSubtitle() {<a name="line.134"></a>
+<span class="sourceLineNo">135</span>      return subtitle;<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
+<span class="sourceLineNo">137</span><a name="line.137"></a>
+<span class="sourceLineNo">138</span>   /**<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    * Sets the subtitle of this source.<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    *<a name="line.140"></a>
+<span class="sourceLineNo">141</span>    * @param subtitle The subtitle of this source.<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    * @return This object (for method chaining).<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    */<a name="line.143"></a>
+<span class="sourceLineNo">144</span>   @BeanProperty("subtitle")<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   public Source subtitle(Text subtitle) {<a name="line.145"></a>
+<span class="sourceLineNo">146</span>      this.subtitle = subtitle;<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      return this;<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   /**<a name="line.150"></a>
+<span class="sourceLineNo">151</span>    * Sets the subtitle of this source.<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    *<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * @param subtitle The subtitle of this source.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    * @return This object (for method chaining).<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    */<a name="line.155"></a>
+<span class="sourceLineNo">156</span>   @BeanProperty("subtitle")<a name="line.156"></a>
+<span class="sourceLineNo">157</span>   public Source subtitle(String subtitle) {<a name="line.157"></a>
+<span class="sourceLineNo">158</span>      this.subtitle = new Text(subtitle);<a name="line.158"></a>
+<span class="sourceLineNo">159</span>      return this;<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   }<a name="line.160"></a>
+<span class="sourceLineNo">161</span><a name="line.161"></a>
+<span class="sourceLineNo">162</span><a name="line.162"></a>
+<span class="sourceLineNo">163</span>   //--------------------------------------------------------------------------------<a name="line.163"></a>
+<span class="sourceLineNo">164</span>   // Overridden setters (to simplify method chaining)<a name="line.164"></a>
+<span class="sourceLineNo">165</span>   //--------------------------------------------------------------------------------<a name="line.165"></a>
+<span class="sourceLineNo">166</span><a name="line.166"></a>
+<span class="sourceLineNo">167</span>   @Override /* CommonEntry */<a name="line.167"></a>
+<span class="sourceLineNo">168</span>   public Source authors(Person...authors) {<a name="line.168"></a>
+<span class="sourceLineNo">169</span>      super.authors(authors);<a name="line.169"></a>
+<span class="sourceLineNo">170</span>      return this;<a name="line.170"></a>
+<span class="sourceLineNo">171</span>   }<a name="line.171"></a>
+<span class="sourceLineNo">172</span><a name="line.172"></a>
+<span class="sourceLineNo">173</span>   @Override /* CommonEntry */<a name="line.173"></a>
+<span class="sourceLineNo">174</span>   public Source categories(Category...categories) {<a name="line.174"></a>
+<span class="sourceLineNo">175</span>      super.categories(categories);<a name="line.175"></a>
+<span class="sourceLineNo">176</span>      return this;<a name="line.176"></a>
+<span class="sourceLineNo">177</span>   }<a name="line.177"></a>
+<span class="sourceLineNo">178</span><a name="line.178"></a>
+<span class="sourceLineNo">179</span>   @Override /* CommonEntry */<a name="line.179"></a>
+<span class="sourceLineNo">180</span>   public Source contributors(Person...contributors) {<a name="line.180"></a>
+<span class="sourceLineNo">181</span>      super.contributors(contributors);<a name="line.181"></a>
+<span class="sourceLineNo">182</span>      return this;<a name="line.182"></a>
+<span class="sourceLineNo">183</span>   }<a name="line.183"></a>
+<span class="sourceLineNo">184</span><a name="line.184"></a>
+<span class="sourceLineNo">185</span>   @Override /* CommonEntry */<a name="line.185"></a>
+<span class="sourceLineNo">186</span>   public Source id(Id id) {<a name="line.186"></a>
+<span class="sourceLineNo">187</span>      super.id(id);<a name="line.187"></a>
+<span class="sourceLineNo">188</span>      return this;<a name="line.188"></a>
+<span class="sourceLineNo">189</span>   }<a name="line.189"></a>
+<span class="sourceLineNo">190</span><a name="line.190"></a>
+<span class="sourceLineNo">191</span>   @Override /* CommonEntry */<a name="line.191"></a>
+<span class="sourceLineNo">192</span>   public Source links(Link...links) {<a name="line.192"></a>
+<span class="sourceLineNo">193</span>      super.links(links);<a name="line.193"></a>
+<span class="sourceLineNo">194</span>      return this;<a name="line.194"></a>
+<span class="sourceLineNo">195</span>   }<a name="line.195"></a>
+<span class="sourceLineNo">196</span><a name="line.196"></a>
+<span class="sourceLineNo">197</span>   @Override /* CommonEntry */<a name="line.197"></a>
+<span class="sourceLineNo">198</span>   public Source rights(Text rights) {<a name="line.198"></a>
+<span class="sourceLineNo">199</span>      super.rights(rights);<a name="line.199"></a>
+<span class="sourceLineNo">200</span>      return this;<a name="line.200"></a>
+<span class="sourceLineNo">201</span>   }<a name="line.201"></a>
+<span class="sourceLineNo">202</span><a name="line.202"></a>
+<span class="sourceLineNo">203</span>   @Override /* CommonEntry */<a name="line.203"></a>
+<span class="sourceLineNo">204</span>   public Source rights(String rights) {<a name="line.204"></a>
+<span class="sourceLineNo">205</span>      super.rights(rights);<a name="line.205"></a>
+<span class="sourceLineNo">206</span>      return this;<a name="line.206"></a>
+<span class="sourceLineNo">207</span>   }<a name="line.207"></a>
+<span class="sourceLineNo">208</span><a name="line.208"></a>
+<span class="sourceLineNo">209</span>   @Override /* CommonEntry */<a name="line.209"></a>
+<span class="sourceLineNo">210</span>   public Source title(Text title) {<a name="line.210"></a>
+<span class="sourceLineNo">211</span>      super.title(title);<a name="line.211"></a>
+<span class="sourceLineNo">212</span>      return this;<a name="line.212"></a>
+<span class="sourceLineNo">213</span>   }<a name="line.213"></a>
+<span class="sourceLineNo">214</span><a name="line.214"></a>
+<span class="sourceLineNo">215</span>   @Override /* CommonEntry */<a name="line.215"></a>
+<span class="sourceLineNo">216</span>   public Source title(String title) {<a name="line.216"></a>
+<span class="sourceLineNo">217</span>      super.title(title);<a name="line.217"></a>
+<span class="sourceLineNo">218</span>      return this;<a name="line.218"></a>
+<span class="sourceLineNo">219</span>   }<a name="line.219"></a>
+<span class="sourceLineNo">220</span><a name="line.220"></a>
+<span class="sourceLineNo">221</span>   @Override /* CommonEntry */<a name="line.221"></a>
+<span class="sourceLineNo">222</span>   public Source updated(Calendar updated) {<a name="line.222"></a>
+<span class="sourceLineNo">223</span>      super.updated(updated);<a name="line.223"></a>
+<span class="sourceLineNo">224</span>      return this;<a name="line.224"></a>
+<span class="sourceLineNo">225</span>   }<a name="line.225"></a>
+<span class="sourceLineNo">226</span><a name="line.226"></a>
+<span class="sourceLineNo">227</span>   @Override /* CommonEntry */<a name="line.227"></a>
+<span class="sourceLineNo">228</span>   public Source updated(String updated) {<a name="line.228"></a>
+<span class="sourceLineNo">229</span>      super.updated(updated);<a name="line.229"></a>
+<span class="sourceLineNo">230</span>      return this;<a name="line.230"></a>
+<span class="sourceLineNo">231</span>   }<a name="line.231"></a>
+<span class="sourceLineNo">232</span><a name="line.232"></a>
+<span class="sourceLineNo">233</span>   @Override /* Common */<a name="line.233"></a>
+<span class="sourceLineNo">234</span>   public Source base(URI base) {<a name="line.234"></a>
+<span class="sourceLineNo">235</span>      super.base(base);<a name="line.235"></a>
+<span class="sourceLineNo">236</span>      return this;<a name="line.236"></a>
+<span class="sourceLineNo">237</span>   }<a name="line.237"></a>
+<span class="sourceLineNo">238</span><a name="line.238"></a>
+<span class="sourceLineNo">239</span>   @Override /* Common */<a name="line.239"></a>
+<span class="sourceLineNo">240</span>   public Source lang(String lang) {<a name="line.240"></a>
+<span class="sourceLineNo">241</span>      super.lang(lang);<a name="line.241"></a>
+<span class="sourceLineNo">242</span>      return this;<a name="line.242"></a>
+<span class="sourceLineNo">243</span>   }<a name="line.243"></a>
+<span class="sourceLineNo">244</span>}<a name="line.244"></a>
 
 
 


[12/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/juneau-doc.css
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/juneau-doc.css b/content/site/apidocs/resources/juneau-doc.css
index 1bc7c23..cc23f91 100644
--- a/content/site/apidocs/resources/juneau-doc.css
+++ b/content/site/apidocs/resources/juneau-doc.css
@@ -228,7 +228,7 @@ h6.toc, h6.notes {
 h5.topic, h6.topic {
 	color: #2C4557;
 	padding: 5px 20px;
-	margin: 30px 10px 20px 0px;
+	margin: 30px 10px 10px 0px;
 	text-decoration: none;
 }
 
@@ -301,68 +301,55 @@ l {
 .spaced-list li { padding:5px; }
 .footer .spaced-list ul { margin:0 }
 
-
-/* Java Hierarchy Tree */
-.javahierarchy li { 
-	padding-left: 30px;	
-	padding-top: 5px;
-	padding-bottom: 5px;
-	padding-top: 2px;
-	list-style: none;
-	background-repeat: no-repeat;
-	background-position: left top;
-	background-size: 16px;
+/* Documentation Tree */
+.doctree li {}
+.doctree li.link {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEElEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/5NgMYrS33/+M1BkwOOX/ygzYM/pX8QZwMfN+L8lnZOhf+VPhvtP/zKC/HHh1h+Gx6+IdAEHG8P/WRVcDP///2con/aDYcfx34wgzSCAEgatGez/1WSZwDbgAm8//v8v7fcJrgbFAE1Fpv86iowMv/8gzPj7j4Hh7cd/DOkBrAzsrAwM9XN/MvQs/YUwQNb3zX9OdkxLP339z/Dtx3+GT9/+M/BwMv6/sZyTYdKa3wxdS36jKGZkMH9FdjoAh8GwMOD1AwYGBnky88NDRgbTNwkMTP8byDDkIcM/xgYA0dJ4nW6TgR4AAAAASUVORK5CYII=');
 }
-.javahierarchy li.c {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAC7klEQVQ4jZWUW2hTWRSGv31Jk2qaaBttvBUvUTGKl1qtUDoKCoIwCD75UgTxUm/YAR8EpaDOMDhIQcFUxToPE+ZhHnRUBF8GBsYHHdSiIkSLqGiF4i22Dck+Kd3zEBrPOSmj/ocf1j57/f9aZx/2wlqLn1jmYDmJ5RaWHLb8ZLH0YunEMnN8rWuhCiKsCuKSKoiiKgj7BRZVQfyoCiLg9hDWWgCCgzoOXAea+Db8A3xvIiOfgJJh9dtAELgNLP9GszH8DWzMTyk6EkA58mflyOXKkbi5yq7icvhP+usGyMaGuRO9y+5AO/485ch1ypEnAETkWbABeAEId8mWUCuX49cJyVBFO5fuX6Qjug8hPJIhYLZURh5QRgplJG6eqUsRkiEymQzJZJJYLEYqlQJge+MOkheW4dPUKCO3aWXEen8Hy6pXkAjOB6Crq4un+Qw1F4Kcrj/JhjfrsUOw5P1SnvQ+QielW9qkpZENfsMF4YXluK+vjwlbq6iaocnygZYHjXxszwMwob6KqnkewxatjKjzG0ZttBwPDw8TiEuUKZ2XmqiY+lv4c7LxSGdp5XgqAFBw8uU4HA6jdelvfgXyUhmRU0bg5svss3JGIpFADIIygql2Clcab3Kl8Saba7fg1ykjXkhlxD3/xqOB+/QPvgago6OD2SZB7ehkfph7mKbaNTTVruHhL0/I/1WsMBSJ3+s6gWP+3tfGN3CuNY3WuuK70uk0bW1tzDwWITQ/4N7aKRb+GpsGvAQCfmFyaCV7Fx2iubkZrTWZTIaenh66u7sJNweYtqvGnZ4D4sJay+Lz9d1A+3innOtzeHcjR/75CHbUEoxrJrWEmPxdNUJ6bsr+x7sHzmoAZcRBYDHQ6jeMNASJ7AlWVip6VteAFPB5fK04NT0
 KXAXWjtfp/+APYFvvoTcFjyHAyp9mKOAocBionApeZIHTwPF7R/pHx156DMewunNWFGgDNgHTgSXACKWpdJfSUE3/e/xVzq/9DyomQ6ck1QE9AAAAAElFTkSuQmCC');
+.doctree li.sublink {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXElEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/8MErPVY/ytKMzMs2f6DkRjH/P7znwHFgLxwzv/G6qwM8U2fiDLg8ct/qAZkB3P8N1BjYUht/0KUAXtO/0I1ICuIHWxAWsdXFAP4uBn/9+RxMcza8JPhzPU/YLkLt/4wPH6F5oLMQLb/+qrMDBld31EM4GBj+D+rgouBlYWBoWvpT4b5m38ygjSDAEoYZASy/Xc2Ycbr/K8//v/Xi/7C8PTNP7A6FAPkJJj+G6kxoUTA338MDO8+/WPIDGQFu2DWht8MBRMRscQo6/vmPyc7pqWfvv5n+PbjP8Onb/8ZeDgZ/99excmwau8fhvwJv1AUMzKYv4KnA3xxb6PH9P/IJYizkQHRBuAyfFAY8PoBAwODPDFpH4uah4wMpm8SGJj+N5BhyEOGf4wNAOjWjp1FyKtJAAAAAElFTkSuQmCC');
 }
-.javahierarchy li.i {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB70lEQVQ4jZWVPWgUQRiGn92d5cKZkIAQRUiMoCBoYUi6AyNYKIKI2AkShCv8QSzPIhYxAU2ZELTwrxERQeIPwhUKSkAsPKwCFgFPEhCtEvSc/cbTs9gz5OZmNuSFKZZ955nve9n5Nmg0Gtj6/uTXLuAcUAAGgXzz1SrwGZgD7vWeyi/be4P1wC8PVzqBGeAMoNpOalUdmALGd57u+d0G/HT/23bgBTC8AcjWPHB879ltq2vAj7eWcsB74MAmYf/1BjgyeL7PKAAtct0HGyoOkOtMu383vQjtkQMcAiaAUvDqxkI/UAUCl7NwYQ8dXTEAcRzzcrxCFDnj/QEMKC3mkg8GYH8FWgxR9Ndl7QJGlRY57IOlxNZHbYQo/ONzDyudmP5snlVhYohCZ4UABaVFtmYCXS37K+xTWkwWD/sipcDIZ9dKi6kBWzZXoRdYVVqkAhz0Aq0MExHCTGBiXmcC7ZYTkwV8qrTIbWAMiN1Au2VvhTXgUThbLn7VYu5qMbiWK0PPKs2Wiz/DpumyFjPvMl48cYd8rocgCKjX62jjhD3XYm7CuvF1cmiqG3gGjPgC8ugxMDpXKSUtQICj+yaiZp5XgI4NQCvANHCtvHB17eoErl/AyO6xbtKpfQzYAewnndBV4APpUH3wdnGyZu/9BxocEIfO9OfmAAAAAElFTkSuQmCC');
+.doctree li.extlink {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABcklEQVQ4T52SvUtCYRTGn/Nq3VtBDRFmGGHg4FZQuPQXSLb0B+TiUAYFQeBWS9kHDRXNLg5Wa5s1uEVD0tCQQYVRaUogCeX9OHEvZWik3c76nuf3nPc5h3zB/FxvT0tE1+GAhRICuVJJXyf/fPHJZhOWxF8+BoQCCy9swbimVVEZTQHBcZkDYxI0DWixA5l7DYs7r2SQsjm9OcDlEOx2Ckz5ZXR3ET0WdJ7ZKJuA5FmlOcBojIbb2eMSuLjWoGiMldgbpa9UZPN/mGAtLPNgn8BG/B0jXhu6OwmTkTIZYqMaZhCdkUzx7qGCVFqlDhl886Dh9FIzv9AQsDrdym4nYftARSKpUDanoVj6uTDqDxS4TaoCTWp8WWLvAGF2q4LYkVL7WLdzgi9fg03tSTzkEQhFK0gcf4/6263UADZn7RyasJvi/RO9oXM1g/oJhj3E5xn+k9gMsR5g9awJvudbAANWhZ/9d4TRQhCCl/4BuYNOSx/YeJed6RTWWAAAAABJRU5ErkJggg==');
 }
-.javahierarchy li.a {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACx0lEQVQ4jZWUTUhUURTHf3d8jo6NjdakfZhZSJkTZVgJiRW1kIKgDyJa9LGoSCiQVi3CKANpkdEiByqDQgqKwGpTUBQoEZIaBTU1m0QoMKKPccx5711Pi2km3xvD/MOBc+85///9cy4cRITMYKEI50ToFiE+rvRdhH4RmkQomYjrONgJ/HaCa3YCy04gk4RlJzhrJ8ger6FEBAAzrmYDD4BVTA1dwFbvNPkBJAVHvqkc4AVQNUWxFJ4B9XmFYnoAtEWLtqjSFowPkdV48x7gC3zFVzBKjr8fj9GAthSu3g3aohlAfRukFPgIqPFPZnnX45/1EKVyM+y87r/C/OBhlINBDCjzaItj2kK53eUVXkapXN5HIlRWVhIMBmlrawNg+cpDXGirdrvM1xb7DW2yye3AyKkmK3sxAOdbW7FG39F5A4qLTvP50yZ+xuDTlyr6+npZscxBXWXYFqVuwey8inQejUY5vA8WlQIM8SVawY4DydrSUggtcVBrDW0yM2NIEkinw8PDLJgL2kyeC/Ph6d2/ran7P5hvaCtDDtuKp3O/30+uNzmn/8AvjzaJazP5UioSsQ/pjvLycmI//ziRIooruimu6CZ3+m7cPG3y0aNNet2Fka89jMQGAWhsbOTHyBJkbAYFJafwBWrxBWo50TzA/UeZgoZt8QRY53SuGYo0ULKyk1AoRCgUcVQ7Ojq4fusFN1vBdo6iU72+xxxgAMh2DyQ6VMf0siZqamowDINIJEJ7ezvhcJjNdWO0HHe0x4HZSkR4dVeFgSMTTbnvLVy+A2+ioMegbB5s3wi76sHjcbQerdopl5SI0HtLeYHHQN2/vm8S3Ae2Ve8RSa+vnhsqANwD1k9R7Dawf80+GQX+7kOA51dVFnASOAFkbgUnvgMXgTN
 rD8pY6tIhmEJXWAWAvcAWYC6wDLBJbqWXJJdqR12DxN3c3xwok/9rc3QeAAAAAElFTkSuQmCC');
+.doctree li.info {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABTklEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/5NgMYrS33/+M1BkwOOX//AbUJ/M9V9Flokhv/8rw7uP/xnRXbrn9C/8BpTGcPxXl2NmKJv6DcOAC7f+MDx+hccFPtYs/y11WBk+fv3HMGnVT4YfvxjgLoBpBrkIZxhEuLL8D7JnZfj3n4GhePIPhqev/jO+/fif4crdPwyfviHCHW8gtqaz/1eQZGCIqv/BcPzyH8a3nzAjjFHW981/TnaM8GH49PU/w7oO9v/aiswMxgnfGO48/YepCOQFBvNXONPB4ekc/7UVGRnMkn+SZ8DBqWz/9VSYGSxSfjDcfIwZjeBAxOeCA1PY/qvJMjDYZv5muPuMDAOISeKMDOavHzAwMMgToxiLmoeMDKZvEhiY/jeQYchDhn+MDQDaPZad/sBJ8AAAAABJRU5ErkJggg==');
 }
-.javahierarchy li.n {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAD3klEQVQ4jaWUfUyVVRzHP899nvsi98LlzbgC8hIUaCiCxWyGOF9WiE2IZM4NMFn2Qrnsn1xz9qKW/KW1YZuWq0bWqDUFZ8O05cQSULBsUxHWNaFB7XovXu693APPPf3BHnZlrdb6br9/fud8P/udnXO+SCmZXUiZjZRNSNmJlIGoRR9S9iHlbqRM/zuvIqXEkCaEA3gfqAU0/llTQBPw1pTFMmk0Z4A2f8AFtAMP/wtots4DT07E2sdmgHaP1wpcBJb8R5ih74HHA0kJQgPQhHj3f8AAVgJ7gNeUBPftDMANKNE7nCaFOoedqpgYsjQNTYFhXefb0ASH744zpOuzoX4gS9PC4uXZsGKblY9cKcxR4JPOC3S3txMYuk1+bi4NDQ3Uulxs7R/kfIw92hYL1Cuuq9d6gSKjm2rWOJOTza27Y5SvKGN0aIiYp6rRFj6EYrOh/HaLo2tWUbp0KctPdTBWVBwNPaZpYjIjurM3bR5mJBtKS/FI2N3Vw3PZmcRrKleDIfYNj7DLP0633c7Tvw5wNGUeanKyYV9uUsMiSQ0L1LDAFZGsjY+jpf0kt91udnz2BW/m5fLLwADNhw5R4rBT2PENnt5euvwB1pStJPT1Vxh+NSzmmzQxiVElc2xoisKJD4/gfKKCnQX5uD0eyhcv4rtr1wEY/qkP0dPFHV1nbnoaE10/EsUImVQhAqoQqEKQbZn+HDdv3ODRivUkmM2cbmvDNPc+Fmx7EYCRkRHMcU5iFIWgEER8Pgy/KoTbpIbFZWNkXUwBEIlESE1NA2Dc68VeWESWzQrA6Ogo1rg4CuNi+flGP6rVFn1kt6aJybPACgBvMARATk4OA394iEQkNTU1+BOTqc+evrvKykqy1q0nxWblYFMTczKz0cTMVz6uplZ
 t7Dfp+naTrqveYIjavPuRUnKyf5Cg1cry+Wk86Ephz+et4PHQsPUZEjWVVw8c5HRLC5kvbMdit2PS9YBJ17coUkoe+fTLD4DnAd4oWUJFXi6N+/bTk5HLaMcpfj/eimp3kFa9Ce/FC/iuXMaSlEz6pjoSS5YZ073UU7exWZFSsuzIMQtwBih1WMy8U5RPyeJFXLo5SO9YAN9EmHiblQVzE9l7rgtfKIRiMkU/3zag8uKzm+VMfD3W/LETOAGUyVCIYs8QVWtXs7CggMSEBO74/Vy53s8rr+/CWb4BsyPWgLUC9Z2NWyaAewO27MBhFdgF7JS6bhvp/oE/+3oIjo4wGRzH7IglNiOLB6o3Y4lz+oD3gLfP7dgWMRj3AA2t3t/sZDq11wGpQAHTCe0GLjEdqi1ndzYGZnv/Ahxrv7iITMWYAAAAAElFTkSuQmCC');
+.doctree li.warn {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABY0lEQVQ4T52Tz0oCURTGvzOMJYFkRWi2aCH4AD2By9ZW+97AijbRxl0QLdok9CItgpCotkFB/xQ1Y8xRSHSszJm598QICeKdhZ7tPef3ne/jXDIrybQWiO4TZARjFEOrs2sdUcNImQR9rOF/HQbVqfG+yWMID7UyO6B6ZUMJIJrmcOQYLC20GgekEhGOATLL/oC52BmkaKFlbisBv185kFla998gloUUFtrmzgjA7j5AOFWQWfQHzC6dQkoLlrk7BOj93PeHvaJaIeW7QSh6AnB3ABBuE3b3ESw7g0joI68GeB2hyCFLt452bY9c24B0myNZUvkuzqQFRx6k6CC8nGXXMdCuppUh9i3kb6eUFjR9gRcTN5DSRrO4BuHUlBDKXweUgMDMKs/Hz8Fs47OQhOiV1IDXKzXAW08PJthLm8W3v4WXnD7xKfczeLrU3gi0Msl/YHCFni+wxUQZjA3hCjFn/gAvHq7RTeO+YQAAAABJRU5ErkJggg==');
 }
-.javahierarchy li.p {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACZklEQVQ4jZWVTUhUURiGn3PmNmNNcUUIxEJ0EYEF/SAhWSZKCUHYsk24MExTEdzkIsimhUQroxwyC5IW0aa6rgoEQQgXBUYLIdJczK4fk2FKx3vuaXGb4d5zR4Ze+DbnO+9zz3d+viu01kQ0KeqBXqAZOAbs+pdZB74CL4En9OiMaRVBoJsWu4F7wGXAin4pJBe4A9yy+vRWBLh5X1YDM0BjGZCpeeBCYsBbLwJz4zIBLABH/xNW0BzQkRzy8haAqxgLwRI2dv9ayKHdDby1z+Q/TZH/OAHaC6ZbgdvAdfH9rqwFVgFRyIqETdXgTx+kNZ7nIaVECH/K4tspahZ7iEkRhGaBOqkUg0ohlIJgFJRKpbAsi0rbxnEcAI6c7WbsXT2GZ49SdElX0e4qMCOo4TZYGsnR+PupX4EQfFENLH/Tpq/RchW15g4LA+h5oGSSqoaLxbFMJsOSDfvs0NRmsXwzFrnZssKmbuSHOVyU4zh0dnYyc1XSUB3aR89SKmrQgbHCoWSzWVZWVpieniadTtN2AA7uFRj+P5aryAHJ0AqNQxkdHUUKSMZhfyUMtwguHZeRvQZWLVeJD0BLGBgqg96TgmunYhH3NkBmTWDMPBRd0lxKr6RSPFKKre3uIfiPwsyXiJxSPBdaaxaG4mn8dlVUdlNz7qELQPcJyZWmaMmGBprG8w8Kb3kIOAScLmR3WoL5/h3F2WVKdoAJCLSvub64DbwGzpRbiqEXQFdrOr8RAgLM9sRjwA1gBKgoA/oFjAOp9sl8sfWIUr+AN90JG79rnwdqgMP4HXoVeI/fVJ91PN7Mmd6/kgcg4WKjGnYAAAAASUVORK5CYII=');
+.doctree li.severe {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABZ0lEQVQ4T5XSu0/CUBQG8O8UjRg0hqjogiQuTm4mLG5uRjcn44Cr8TWZGIKig884GDccTPwLXE3cnNwcdNDEKBRKRRAKxQeFe01rMBIuDXS95/udnnMvPU75V9o9g+tgbACtfJL0yrT8AT3PTarU5mgtXG0kSa8UDUzzVhrX1JYNkDwvBqjDyT3hY1QKGtI7ayRqYigyKG4D9B+dgWlZpIMLQqB4fQVK2AC9+6dgBQ3vocU64Pv+FuWkDFJsAPdexAJyG0s1QDVsjkVJG6B7+wT4+kR+c9kCKtkMSg934Hr+byWkNgDMClfwkLM3FfrWKpUVGSyXqdslyX4vJ2dn3YHZpWs3wivJOPSQeInWCLEhCN8Buft4z8UNmFGCPjsBllKEN0FyA8AxOsZd55fgRgnFmXGw2JMYSDQAzN+Thkc4VxPgH7ow/HsLPvEIzT5vE3ghwNds4H8dB6KU8iLAJYRbRawwQ/gH7UigfGJInWUAAAAASUVORK5CYII=');
 }
-.javahierarchy li.m {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAC/0lEQVQ4jZ2VbUiVZxjHf+fJlzLnoUQtLcOX3uwFi2gwiQljbOgmfdyXFIrKoEYEvXzID+VirGLMxrCI+hQsxMz1MnRz5JA4FrVFW8cyZ5Kd0l7gGJle9/Wspw/H83ieoyD1hwee+77u63//r+t6+D8+x3GIx6lT5AHVQAmwCkgZCw0BD4DzwOlNm3gUn+uLJTxeL6nAMWADkDDhJi9s4DvgQPW2ZJ1A+OMPL+cAF4E1UxDFowP4csfOtCGX8PvDz5KBTqD4HcmiaAc+27UnwyQAGJFvgeLMrEQ2bslyTzWfe8Hd4Ii7zs5JonJjprs+1/Cc+/dGAUqBWmCvVVvTm6vG7FRjsNVtBQAj5jf++rsJNQY1hoLCJE/8zM+buf3PpWh8W21N72xLjexQIz41gq3Gk1BWVkZ3TxtqBDXCoiUzJtRqq0bjH6iRKktFPlERVMSjcGBgAL/fT848GH39Cn8aZGQmMzj4zEP4v20TzVeRNZYayY0qiFXY0tICQPkXn9PbF2Bx0cyx/V+9Cm1XIWqkxFKRdFehGSdsbW3FcRwqKiro7rnCshV+z0WuQtVYhfMT1EhMPxLd93A4TNedfoqW51K4dDoL8tMIhZ4QDAbjSo4oHMOIZYwMGyMYI2hMD1NTU+m40gXA0aOHsCwfDQ1nSZ+V7SFUW4nmGyN9lorcHB/KeMkpKSm0tV7HcRzy8/MBaGxsZMG81XEle4bSZ6mRPyYbimVZPOp/THfXIAChUIhAIEDG7MWTljz2NFsqclJFNDIU74dtq6Hzz4cANDU1kZzoZ2ZSZtwZdyjDKnLW5zgO69edqCdiVwy96qf91iEAVi2sJDfrI3pCbdx50Eje3FJWFnzF03AXgX/rAFi7tJq56cUA25s7tv7kcxyH8g+PJQF
 twDreDxeA9Zevfe249vVp8RE/8Avw8TuSNQBVv9/aPQpxBlta9M00YD+wD5g+BVEYqAMOtgf3v4lu+ib7BZQU1PiJuHYZkA0sJ+LQfcANIqZ65up/tcPxuW8B5sK/IDeOZ/cAAAAASUVORK5CYII=');
+.doctree li.jc {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACaElEQVQ4T42TXUhTYRjH/8/Z2cxNDZzZRXaVixKCaRc2P9KQGPallnolESJBF6FCUN3UsojKTNHCkiIvhCANLbsoiTEZYkRGRSZ+kIvKKDaZ07np9DyxkzsdR0bvxYHnOe//93+e931eQtTKrcvNTorbWCGQYGHm1PBvIpqQWBp0z/3ocJ5zDqglFAmYWXu4peyixNLpaGgk1pDGz4yW7urOs5GcDAiLj7SW25d5OWctsTovChrnoxOdu+Xqwp+SttIr0c75pjwuTy9Dwrp4hKQlDE8N47r9hlKxQMLV7uNdZyitPi3TZNz+Uu1g3bqXqzIrQSBMTruQqE+EL+hDbe8pBSCSxj/i/lBAObfzm4x6Y3UEECPG8K0DzbLzNWcDXn8bUkTR7X2fnWok0Rbr2JyQkmcymqDXxsKSsourM0/i488R1Dkv/VU8Hwpg3DOOL76v/SRe1nsJWB+mx+vicTB1P7dab+KFy476Vw0ywBPwyOaBUADugAfBpaAcM8NLYr3BS/QbEF7FWw5xu/Uueiae4Fhf1ZrlrwBmSGw2OAjIiwB2Jmfws3298CxMY9uDHf8GAP2kuxNnA3BefUA9BV2ck5xFY7Pj3DZ6D4WbrMhOtqDIXooh9xs19AJp7xvMkMihbiMMe77nKWckpiubR31jfHSwEp/mJleGDzMhYcksB9oOQw2BGqOvKSvJwht0SXDNf8Y77/tV7TC4NlThb1KSuodxPQAV/c8oA/x4sXyuWBllZYi6DTUMwRbdzp8HhxmCZFso8TetekxqV22fwUzLmmJizmcis+zC/JaJHItYbEdh0KXe/wv8BudlhAxYAQAAAABJRU5ErkJggg==');
 }
-.javahierarchy li.f {
-	background-image: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACOElEQVQ4jZWUS2gTURSGv4kjSppSm4UExYqLuFGkoUUoSWOhouIT3LgqBVcWqjZkYSlaMIWKC4UUbKmCK8UHpD7ahaiREpWKWpduRBrQhVSRDiUovY9xERMmk4mpP1wY7rnnu+dx5xi2beNWfHRuG3AKiAIRwP/XZAELwAPgZm6o46vb13ACo6lcABgDegCz6qZKSeAycPH1cFxUATuGsyFgGmivA3LrJXBkLtVtlYG7h56sA94Arf8JK2kW2P929MCKCaCkuOSGpU60cqhtS5Xn7dxnrs58dG93ASPAOV8kOdWilRjQSuBcm4P+KhjA9w/TfMlex31eK9EXSU4FfUqK00oKQ0mBc9m2BiCdTmMYRnklEgm0VrjPKykalRS9ppKi2ysSZ/eDu/YRivVU2JUUbheAdlNJ0eKZmwOota4FcCtqhE9OVr9s4M7gUdrCoar9/vFnPJ1fqAXUppKyRoCe9/DtxSTWj2YCWyNe5l8+JUXBo8DllN1NyWQyaOXZFJQUeVNLMQ/E/xVhIByjOXKsMjfvmuZNJUXWC+hsir36pjw0lRQ3gPPAWqfl53IB27axLGu1wAJw17Btm42HL0xQHFcVst7dY2XxE/5wJw3b99QD9i/OjFwr/ctngR1Ap/NEIHK8/F0nwsfAODjG14a9ySbgEVA3FJfuA71Lz6/8rgACNHadWUOxnoPA+jqgJSANpJZnx3Rp0/B6wA2xviaKU/sgsAnYSXFC54H3FIfqrcKriYLb9w8elEANsOQ8SwAAAABJRU5ErkJggg==');
+.doctree li.jac {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACQUlEQVQ4T41TX0hTURj/ffdutj+6TE2o2MhaC6KHQYUspxY9BBGlPvQQ0VvP6VP11KKXjEAhgnqL6H1FbxUxs2U1CYMZtZYz1LKa6Ebu3t3t3i/unbv7U1Ln7fvO+f37zjmEupWMd3eJtrYz0CgAaN7StpCEwBOqnL7v3TserYZQuWBm68yngavE6oV60nJNEFYButmxO3yp0gOgg1OJgWeAGlwPXKNK4niHL9yj9wwHnxP916DVKjubDvOm1lMQRBeYC5BzcfxcvGE6hiAO7/SFL9L0uz2dtg3eV9UKja6j3LL5nMGv5FMQLS3Q1Cy+zQ2aBHocKZ84Qh/iB0etlrbzZibBxlvctyCKLqS/D0Nanayo1uVTlK8j9HaCItYGd6/N5oMgOmB3Bri1fQiy9B7pxdBfwZqagywnUFDmxmjyJa0QaKNxWWITXM0neKvnDn5ln2Dpx3WDoFhIG9qaJqFYTIM1ueSFeaWGQO+5mvt52/Z7yC6HsfDl7Lr2DTw4Q7EoRQjUW45nd+xnj/cxVHUJyeld/yIYo1hU0INerp6Pe8cjtju7qaAkeDl9G42uY7A7gphPHYeUqwyVgSv0Jgo/MUWwNocykcf7lG32faYDJf+RF2ZPo6DMrPU4YxHZbxSxFxgEhJH6V+ho7GJRbIeipJCXpuriaEMHghg1m6+f0wMiOvk/T5mZH3b2cJ/5lMsg3QlrFAKVrvWPxZwhgUO6cs1nqj6oz4SLQh+ID4HhN/YIU2CKaA3a3UAAs9XnfwMcseP32xAmPAAAAABJRU5ErkJggg==');
 }
-
-.javahierarchy ul { 
-	margin-top: 10px;
-	padding-left: 5px;
+.doctree li.jic {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACLklEQVQ4T42TXUhTYRjH/8/ZdGgfc+ywi2l2YXSRXuyikOzDoKCLoHQlFH1ZoBh9bF6YRuQ+ImkFbWaUVGSBEHaz6sarYjakLruWBWKRsQ7znNWUdNsT5+DWdrbA5+Lwfvz/v/d53uc9BF1c2uPfZRbXnyKinZzlLeo2CRRj5o+K9Hv8QXRwutBCuQkzV3icwzczafTrobm5YKCUQBjxhV3XcmsaQDX7nA/fZ9KZ3f8zF64bjYaoJ3xxr5ad+vG1j97mdLbk5KN9B1isrcFL/ySSiVQ+W81oFAKecM8AdW8baq5rsH4qd/L5e21sq7fgqTsM6ZtcBBAMhtTcTHw/9bcMhzZY17nKAc7cOcS2zRY8c79FYj5ZBFD1C/PJIDlxNSJuqmm1bxVhqq4s4pwMHGSx3owXvZOQf/zKA/4sLuP7jATpqzxFHbguE8isOqs2mlBtNqGyqkIDuV51sK3BgmD7BKQ5hZaXVpCUFrGylNb2GZDpOLxqcRpAH4PTZ7m2UcSN7WOIxxIlJTCg0GncigBoLQcYiJ7guiYR/h3jiMcWSgAApqgTAS8ATzlA34djbG+0Yqh5Aj9jxV1Y1fuoE0GHAdkIVu+hEOR6d5jtTRbcbQlD+qLvAisZCA4trW7cdwMUXMsr/Kfh3se4EsrX1YNHrwk4shYIA29GcaEt/5Rzpst44mbAm2urHsZghQDvCLpCRT9TodCNMQcAlb4PgDpW4zMAtVvPQzg3W6j/C6P8uEsqsSt1AAAAAElFTkSuQmCC');
 }
-
-p.severe, p.warn, p.info {
-	background-repeat: no-repeat;
-	background-position: left center;
-	background-size: 16px;
-	padding-left: 30px;
-    min-height: 24px;
+.doctree li.ja {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACoklEQVQ4T42TXUiTYRTH/+fdtJx96JzMwj7EsAzTdRGRZRpLBKk00UDwtkhTN0WxUdpSzAzTlUnUhRgkXZRfXSRdlDMrtZk2+qBETDNakbmtnN/bE3vtndM+6Nyd/3PO7znnPOchLLGowuLdspUr0oiwy+Fgm5zHHEcDjKFz9Mf4zY6SoifuKSQ4jDGPpIpLJXMOR8FSqOCLOM5GRNVNeSqNoPEAPrmy+uEcc+z5W7K7LuZEHU25WXudGg84rLty/l83/wkq5rjyJnXmSdqqKdwZLA/ocg8K8pcxlTIGgVJfXh6z2dDca8S9l69dLYuIbP2fTUqKLKvQ+Xl7qwRAZHAQy9m/D5aJCTT0GjFrt+NQxDYE+vpQY5+R1Xf3uCAmq6WKcCxbv07qGx0i94fE0xM1R5IYEcEw/AHKzSH4PjWJ0vsPkBEViQ1SKbLvNOOj2Uz9X75iZMzcTkjPtYCw2llB2Bo568zNhE7/GObJSaQowhG+NgDtA4Ooe/YctakpUNZcQ/fQyK8qmIWQme8CJEeEsRupyUirv41z8bHw8vDgO2sbGER52yMY1BmIu16Hp++H5wEMVoJaowcQ7fQ3Sn2YUZ2OrJZWVB6Iw5DZAqnEi4+1Tk1BJpEgtKIa4zOzwhzaCXmntQDOCEN8ozrOGIDLnQYc3bEdw2YLlonFWC4W48TdVrwb/eYaIoCzhHytAhycVfBzSAwNYbUJ8bBOT+OqoQ8zdjtSw0Kx3mcVDtY3oOeTSQBYQVDMO5piNYiqhCrC5f6sKjYGW2R+fKOmcRsudvXg1qu3C7czloOyIt2CUFjaDFDC/6wywFpQcirRtcquJG25GoAWIL6d341Z+XNtgW7RZ1oUWHpBAYcoEQwxIKaYfy56AYIedq4O2pwh9/if
 1/D1lK2FX8oAAAAASUVORK5CYII=');
 }
-
-p.severe { 
-	color: DarkRed;
-	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABFklEQVQ4EWPkYWEW7NLVWGUhIujCQAI48eb9nrLLN8IYpxlq7yZVM8wekCGM51xt/sMEyKGZyNGErAfDAGYeHgbRwFAGEA0DILZcSSWKGEwOwwAhV08Gmcw8BpWeSWANIM0gtrCbFwNIDh2woAu8Xr+agVNZBawBpBEEuJRUGd7u2sYAkkMHGAaAFDzqaQerA9kKAiDNMDGwABKB4QWQHMjZnCqqSMpwMzEMgPkZ5uxv926DvQMKRGwAwwDpjFy4n0HOvlOSxwAzBBQ76AAjIYFcwG9pw/Bu9w64WpAYyOCnMyYz/P3yBS4OYmAYgCJLBAfDC0ToQVHCBMoQKCIkcEB6mQ++ebdFk5fHWIaLU4kEvQyw7AwANERa0Te1fdYAAAAASUVORK5CYII=')
+.doctree li.jm {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACq0lEQVQ4T42Ta0jTYRTGn7OLNu+hGGji8rJCoQYFVjo1MyEpnYYfDEkcXaHSWGSWlWWIQulilWHgjIzQEbM+6IcoFfMCftDAyobIItASI2eZl+ZO/KdbUwr8fzvPOc/vfc7L+yes+lT7b8QHBfvkEdEuu52jhLZIRCPM3Ds58bOxq+1qt7uFnAUzS7ML7pTbFlG8GuqsxSKaIYLe1FBY4tQcAIdZU/vaZuOE/5nddYlE1GUynEoUNAcgS1NXabPZXSdrT6bwr9nfqH3U5einxCtYtTMS12+3uRJLJKIqU/3xixSTUBEXGRnc536CvlzN3l4e0GibHYbSolRWxobgzOUWjE9MOzSxWDRjNn/ZS7vV93SBAd6FTsA6TwnXVanhJfNA5f1ODA1/xd2bBxHgJ4Pe0IPOPosrxfiEtYaw8UpHWIhfkiIiCF4yKbbGbODS0yoQgdp7Lfyq24Ly88nCrtTaPsKG5kES1jOPTuLz2HQnIbx8CoC/kMDPxwPaY3F84UQcZuds+G6dQ//bcWSmRcNuZ/QNjOGAxkiz87blwDxFkFe6AIL6sGIf52ZswWPTexzJjsXEtxlYfyxgft6GwPUyRO2pd60AwEqQV3eAkOS8gx7jIZaH+iIx14R+Uw6kUhHVPhni8FBfpCWEYYfaiJFP1iUIo5MQoS8D0TWh9vGS8rvWbExNL2Bbhon6n2WyYpM/UvPboE4Nx9n8WBy91IWm1tFlAF8nyOuUELOQwj8owJM/tGXiZc8YDmvf0K3i7ZyeFIqY9BeUFh/CTToVHjw1o6R6gMCwYtGuXCJFGYpAqFnLK3TNMM5hpED390IUjS0gZK4JwngOc57a9ZRdps3GIoDLhHX+CRJig8rwMUe34mdaMRxtUkIMgZ4MQLncGwTQ
 AaABw1kW9/k/Y0T5zKW4eEsAAAAASUVORK5CYII=');
 }
-p.warn { 
-	color: DarkRed;
-	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAY1BMVEX////ht0zds0vds0vds0vds0vds0vds0vbsUrZr0rZr0rZr0rXrUr/01H90VH7z1D5zVD3y0/1yk/zx0/wxE7swU7rwE3pvk3nvE3nu0zlukzjuUzftUvds0vZr0rXrUqBWzo+M1gKAAAAIXRSTlMAESJEVWZ3maq7zO7u//////////////////////////9zCPjNAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABR0RVh0Q3JlYXRpb24gVGltZQA2LzEvMTM4qUXQAAAAe0lEQVQYlV2N2RaDIAwFo6LWNhdsrV1wif//lUUownHeMmeSEHkqZkUZBVvLZSZaMVi6NJf8BB6SlroFjul2BDJg29BL8xfXGbvAlws/K7kHoaUNwYQgMPqklj4Kve4JWxy8XNKsBrGAcYm/EAXe7H7qtGI+Qool50Jnfgc2C3zDPO17AAAAAElFTkSuQmCC')
+.doctree li.jf {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACN0lEQVQ4T42SXUiTcRTGn/NuRh+mQeJFFA3nJgnBpEDM6RYRFRRpZIyQQNkCr9y8SQlruhp2kVtISFJzF4ZgH6ur7sShMROL2IXkGhYkZaLhok2quRPv6/b2tlr4vzsfz++c5/AnZL2aE93VRcX5jURUlUpxqVgWBIoyc2hp8dvQ+LMrz5USygTMnHem6ZYruYZL2dBMrBIoToS+gL+1I5OTAJK4uX80mWRjLrEyr1YL44HBlloxJwHqmwd6ksmUPPlwtY7PnqwQybJOEAj3H09jYmpO0qjVwo2A72I7lRvdlVpt8aRyQsuFKj5aq6d44genUpweA/iGpxCcXAeoVEI8Elk4Qofqbnt37tjWqgTYzh/k42Y9uryjCM8syHfKtvdpMeYh7O4c27OrwKQvKcLWLXlSj9VSwcdMWgq9nOfPy3GoBAGhV/N4+25ZgiVWfyIyt4QPH78GCXtdKwAKxUJB/iYUbt+M7rYatpzap5zM7v5J+EfCtPQlgdXvyfQyvELQ9MiAzIreTjPbLPvRdi2IO8PhnBYAxAia3jEQTEp/nstGtlnKYXdN4O7ITG4AI0go6XOC6KoS0NtRydZzZXBcf4F7D2f/A+AugmbAABWLW0h3EN/N9gNsbdDB4Z6G71H03wBGDGspw3qxdNAOgmcjv1DuYTgQbfL+puuHnoBwekMQxlNEGuvkryyLyh7YAXYq7fwBFNcGOTHb4M3k//anCxiggkg3AzCkG18DGAPgx5v690roL9X0xswRYjlfAAAAAElFTkSuQmCC');
 }
-p.info { 
-	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAG1BMVEX///87c687c687c687c687c687c6////87c68225wXAAAACXRSTlMAEWaqu8zu///VQmatAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABR0RVh0Q3JlYXRpb24gVGltZQA2LzEvMTM4qUXQAAAARklEQVQImWNgYFDu6DBiAALRDiAIZGBgzAAx2gQYWDvAIIBBo6OjvaKjo4nBA8JoYeiAAhADJIKNAVcM1w43EG4F3FKYMwD5VTVUBOW+rQAAAABJRU5ErkJggg==')
+.doctree li.jp {
+    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACSklEQVQ4T42TTWgTQRTH/29305RmTRoSxSK1glLUeIgnMVYrflA8WYMIQtu7iNhatXoyWkRT0QQqHrwo1oN6MAoi+IGkRlEv0qOGitK01dK03XxW080+ydas21ihcxiYee//+8+8N0OoGJ/6t2+zLnO3gWgrWFunh0kYBvO7X5nk3fXHYm/NEiovmNkycsffy6z2VEKNNYk5Iupv6IicLe/pgJI4MeB/BVab/is2BUiQYvXtkR364UrT2MCBy4y/zs6mk2xxNYIECVohi7lkHMqH68Zp54VScFV75Awlwhu3iO61783OzpZrLNWuIS2fZKG6FhAkUqeHeebFaQNCJObUyfhuGr/pCws213EzwLGnj0VHA5SnR6DNTpNj3w0WbW6knp9AMT1qQLT09xCNBBAV7fXNkqsRgqVG59h2BVmwr0bu2VEdIO8NMcl1yL3shpYZI20uD3UqjmI6MUijF6AQ4NDvVWWHUO2A7H/I4nIPihNDEOQ6kG0lacpXztxvoWI+CaizuhEzFPrRCwV/AOVryG1vmFZsJir1p1iANvER+Scd4Oz4gkICSNHkRUQBNJtrYD0cY8G9CT9veRYTmVMHaeoSAgScM+9Kh14zXB6o93zAzOdKVyOVgfOU7YNX1RAt10GPHowynBuABz4g9WVRAAMpK8OrB7NBdIIQWsorNNl3yT0IG/T8FTwiwv6lQJjxuOYUWo2nXBYVrqITjABovq3/DEYKhEBVN8ILPpM5kUPwakArM3YS4NX7DQwRISoAt6kL38z5vwEadtq3UJGa2gAAAABJRU5ErkJggg==');
 }
-p.idea { 
-	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAWlBMVEX////ht0yBWzqBWzrbsUqBWzrbsUrZr0qBWzrZr0rXrUrXrUr//zP++zX/3kn/01H80FD4zFD3y0/zyE/zx07wxU7pvk3nvUzmu0zjuEzbsUrZr0rXrUrVq0nE1QREAAAAHnRSTlMAERFmd4iZu7vM3e7///////////////////////+xkXesAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFHRFWHRDcmVhdGlvbiBUaW1lADYvMS8xMzipRdAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAf0lEQVQYlXWO2xKDIAwF8YqN4EFoq8Xw/7/ZSaAzfXGfYGdDMEYYiZlpNI2O8hFDPJm6KigHCCFT7a96ByLrFB348dGEE7B55zfgWUSUHfDOOQ/sKtY34ATgXEXMV2pF5FnXWH7pGyk/2s9sYaFYc8tSuQ/MoMHwZ/ppmXo9fQGVFAicfw5XKAAAAABJRU5ErkJggg==')}
-p.todo { 
-	color: graytext;
+
+.doctree ul { 
+	padding: 0px 0px 0px 20px; 
+}
+
+ul.doctree {
+	padding: 0px 0px 0px 20px; 
+	margin-left: 5px;
 }
 
 .topic a {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/annotation/Bean.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/annotation/Bean.html b/content/site/apidocs/src-html/org/apache/juneau/annotation/Bean.html
index d21ec4a..8fbb624 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/annotation/Bean.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/annotation/Bean.html
@@ -124,160 +124,162 @@
 <span class="sourceLineNo">116</span>    * This is similar in concept to the {@link BeanContext#BEAN_beanTypePropertyName} setting except this annotation<a name="line.116"></a>
 <span class="sourceLineNo">117</span>    * applies only to the annotated class and subclasses whereas the bean context property applies globally on<a name="line.117"></a>
 <span class="sourceLineNo">118</span>    * serializers and parsers.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    * &lt;p class='warning'&gt;<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    *    Be careful what value you specify for this.  It should not interfere with bean property names or<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    *    common HTML attribute names.<a name="line.121"></a>
-<span class="sourceLineNo">122</span>    * &lt;/p<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * &lt;p&gt;<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    * The default value if not specified is &lt;js&gt;"_type"&lt;/js&gt; unless overridden by the {@link BeanContext#BEAN_beanTypePropertyName} setting.<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    */<a name="line.125"></a>
-<span class="sourceLineNo">126</span>   String typePropertyName() default "";<a name="line.126"></a>
-<span class="sourceLineNo">127</span><a name="line.127"></a>
-<span class="sourceLineNo">128</span>   /**<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    * The set and order of names of properties associated with a bean class.<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    * &lt;p&gt;<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    * The order specified is the same order that the entries will be returned by the {@link BeanMap#entrySet()} and related methods.<a name="line.131"></a>
+<span class="sourceLineNo">119</span>    *<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    * &lt;ul class='doctree'&gt;<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    *    &lt;li class='warn'&gt;<a name="line.121"></a>
+<span class="sourceLineNo">122</span>    *       Be careful what value you specify for this.  It should not interfere with bean property names or<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    *       common HTML attribute names.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    * &lt;/ul&gt;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    *<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * The default value if not specified is &lt;js&gt;"_type"&lt;/js&gt; unless overridden by the {@link BeanContext#BEAN_beanTypePropertyName} setting.<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   String typePropertyName() default "";<a name="line.128"></a>
+<span class="sourceLineNo">129</span><a name="line.129"></a>
+<span class="sourceLineNo">130</span>   /**<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    * The set and order of names of properties associated with a bean class.<a name="line.131"></a>
 <span class="sourceLineNo">132</span>    * &lt;p&gt;<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getProperties()} method.<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    *<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    * &lt;p class='bcode'&gt;<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    *    &lt;jc&gt;// Address class with only street/city/state properties (in that order).&lt;/jc&gt;<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    *    &lt;jc&gt;// All other properties are ignored.&lt;/jc&gt;<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(properties=&lt;js&gt;"street,city,state"&lt;/js&gt;)<a name="line.139"></a>
-<span class="sourceLineNo">140</span>    *    &lt;jk&gt;public class&lt;/jk&gt; Address {<a name="line.140"></a>
-<span class="sourceLineNo">141</span>    *       ...<a name="line.141"></a>
-<span class="sourceLineNo">142</span>    * &lt;/p&gt;<a name="line.142"></a>
-<span class="sourceLineNo">143</span>    */<a name="line.143"></a>
-<span class="sourceLineNo">144</span>   String properties() default "";<a name="line.144"></a>
-<span class="sourceLineNo">145</span><a name="line.145"></a>
-<span class="sourceLineNo">146</span>   /**<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    * Sort bean properties in alphabetical order.<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    * &lt;p&gt;<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    * When &lt;jk&gt;true&lt;/jk&gt;, all bean properties will be serialized and access in alphabetical order.<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    * Otherwise, the natural order of the bean properties is used which is dependent on the<a name="line.150"></a>
-<span class="sourceLineNo">151</span>    *    JVM vendor.<a name="line.151"></a>
-<span class="sourceLineNo">152</span>    * On IBM JVMs, the bean properties are ordered based on their ordering in the Java file.<a name="line.152"></a>
-<span class="sourceLineNo">153</span>    * On Oracle JVMs, the bean properties are not ordered (which follows the offical JVM specs).<a name="line.153"></a>
-<span class="sourceLineNo">154</span>    * &lt;p&gt;<a name="line.154"></a>
-<span class="sourceLineNo">155</span>    * This property is disabled by default so that IBM JVM users don't have to use {@link Bean @Bean} annotations<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    * to force bean properties to be in a particular order and can just alter the order of the fields/methods<a name="line.156"></a>
-<span class="sourceLineNo">157</span>    * in the Java file.<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    * &lt;p&gt;<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    * This annotation is equivalent to using the {@link BeanContext#BEAN_sortProperties} property, but<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    *    applied to individual classes instead of globally at the serializer or parser level.<a name="line.160"></a>
-<span class="sourceLineNo">161</span>    */<a name="line.161"></a>
-<span class="sourceLineNo">162</span>   boolean sort() default false;<a name="line.162"></a>
-<span class="sourceLineNo">163</span><a name="line.163"></a>
-<span class="sourceLineNo">164</span>   /**<a name="line.164"></a>
-<span class="sourceLineNo">165</span>    * Specifies a list of properties that should be excluded from {@link BeanMap#entrySet()}.<a name="line.165"></a>
-<span class="sourceLineNo">166</span>    * &lt;p&gt;<a name="line.166"></a>
-<span class="sourceLineNo">167</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getExcludeProperties()} method.<a name="line.167"></a>
-<span class="sourceLineNo">168</span>    *<a name="line.168"></a>
-<span class="sourceLineNo">169</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    * &lt;p class='bcode'&gt;<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    *    &lt;jc&gt;// Address class with only street/city/state properties (in that order).&lt;/jc&gt;<a name="line.171"></a>
-<span class="sourceLineNo">172</span>    *    &lt;jc&gt;// All other properties are ignored.&lt;/jc&gt;<a name="line.172"></a>
-<span class="sourceLineNo">173</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(excludeProperties=&lt;js&gt;"city,state"&lt;/js&gt;})<a name="line.173"></a>
-<span class="sourceLineNo">174</span>    *    &lt;jk&gt;public class&lt;/jk&gt; Address {<a name="line.174"></a>
-<span class="sourceLineNo">175</span>    *       ...<a name="line.175"></a>
-<span class="sourceLineNo">176</span>    * &lt;/p&gt;<a name="line.176"></a>
-<span class="sourceLineNo">177</span>    */<a name="line.177"></a>
-<span class="sourceLineNo">178</span>   String excludeProperties() default "";<a name="line.178"></a>
-<span class="sourceLineNo">179</span><a name="line.179"></a>
-<span class="sourceLineNo">180</span>   /**<a name="line.180"></a>
-<span class="sourceLineNo">181</span>    * Associates a {@link PropertyNamer} with this bean to tailor the names of the bean properties.<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    * &lt;p&gt;<a name="line.182"></a>
-<span class="sourceLineNo">183</span>    * Property namers are used to transform bean property names from standard form to some other form.<a name="line.183"></a>
-<span class="sourceLineNo">184</span>    * For example, the {@link PropertyNamerDLC} will convert property names to dashed-lowercase, and<a name="line.184"></a>
-<span class="sourceLineNo">185</span>    *    these will be used as attribute names in JSON, and element names in XML.<a name="line.185"></a>
-<span class="sourceLineNo">186</span>    * &lt;p&gt;<a name="line.186"></a>
-<span class="sourceLineNo">187</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getPropertyNamer()} method.<a name="line.187"></a>
-<span class="sourceLineNo">188</span>    *<a name="line.188"></a>
-<span class="sourceLineNo">189</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    * &lt;p class='bcode'&gt;<a name="line.190"></a>
-<span class="sourceLineNo">191</span>    *    &lt;jc&gt;// Define a class with dashed-lowercase property names.&lt;/jc&gt;<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(propertyNamer=PropertyNamerDashedLC.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.192"></a>
-<span class="sourceLineNo">193</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.193"></a>
-<span class="sourceLineNo">194</span>    *       ...<a name="line.194"></a>
-<span class="sourceLineNo">195</span>    *    }<a name="line.195"></a>
-<span class="sourceLineNo">196</span>    * &lt;/p&gt;<a name="line.196"></a>
-<span class="sourceLineNo">197</span>    */<a name="line.197"></a>
-<span class="sourceLineNo">198</span>   Class&lt;? extends PropertyNamer&gt; propertyNamer() default PropertyNamerDefault.class;<a name="line.198"></a>
-<span class="sourceLineNo">199</span><a name="line.199"></a>
-<span class="sourceLineNo">200</span>   /**<a name="line.200"></a>
-<span class="sourceLineNo">201</span>    * Identifies a class to be used as the interface class for this and all subclasses.<a name="line.201"></a>
-<span class="sourceLineNo">202</span>    * &lt;p&gt;<a name="line.202"></a>
-<span class="sourceLineNo">203</span>    * When specified, only the list of properties defined on the interface class will be used during serialization.<a name="line.203"></a>
-<span class="sourceLineNo">204</span>    * Additional properties on subclasses will be ignored.<a name="line.204"></a>
-<span class="sourceLineNo">205</span>    * &lt;p class='bcode'&gt;<a name="line.205"></a>
-<span class="sourceLineNo">206</span>    *    &lt;jc&gt;// Parent class&lt;/jc&gt;<a name="line.206"></a>
-<span class="sourceLineNo">207</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(interfaceClass=A.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.207"></a>
-<span class="sourceLineNo">208</span>    *    &lt;jk&gt;public abstract class&lt;/jk&gt; A {<a name="line.208"></a>
-<span class="sourceLineNo">209</span>    *       &lt;jk&gt;public&lt;/jk&gt; String &lt;jf&gt;f0&lt;/jf&gt; = &lt;js&gt;"f0"&lt;/js&gt;;<a name="line.209"></a>
-<span class="sourceLineNo">210</span>    *    }<a name="line.210"></a>
-<span class="sourceLineNo">211</span>    *<a name="line.211"></a>
-<span class="sourceLineNo">212</span>    *    &lt;jc&gt;// Sub class&lt;/jc&gt;<a name="line.212"></a>
-<span class="sourceLineNo">213</span>    *    &lt;jk&gt;public class&lt;/jk&gt; A1 &lt;jk&gt;extends&lt;/jk&gt; A {<a name="line.213"></a>
-<span class="sourceLineNo">214</span>    *       &lt;jk&gt;public&lt;/jk&gt; String &lt;jf&gt;f1&lt;/jf&gt; = &lt;js&gt;"f1"&lt;/js&gt;;<a name="line.214"></a>
-<span class="sourceLineNo">215</span>    *    }<a name="line.215"></a>
-<span class="sourceLineNo">216</span>    *<a name="line.216"></a>
-<span class="sourceLineNo">217</span>    *    JsonSerializer s = JsonSerializer.&lt;jsf&gt;DEFAULT_LAX&lt;/jsf&gt;;<a name="line.217"></a>
-<span class="sourceLineNo">218</span>    *    A1 a1 = &lt;jk&gt;new&lt;/jk&gt; A1();<a name="line.218"></a>
-<span class="sourceLineNo">219</span>    *    String r = s.serialize(a1);<a name="line.219"></a>
-<span class="sourceLineNo">220</span>    *    &lt;jsm&gt;assertEquals&lt;/jsm&gt;(&lt;js&gt;"{f0:'f0'}"&lt;/js&gt;, r);  // Note f1 is not serialized.<a name="line.220"></a>
-<span class="sourceLineNo">221</span>    * &lt;/p&gt;<a name="line.221"></a>
-<span class="sourceLineNo">222</span>    * &lt;p&gt;<a name="line.222"></a>
-<span class="sourceLineNo">223</span>    * Note that this annotation can be used on the parent class so that it filters to all child classes,<a name="line.223"></a>
-<span class="sourceLineNo">224</span>    *    or can be set individually on the child classes.<a name="line.224"></a>
-<span class="sourceLineNo">225</span>    * &lt;p&gt;<a name="line.225"></a>
-<span class="sourceLineNo">226</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getInterfaceClass()} method.<a name="line.226"></a>
-<span class="sourceLineNo">227</span>    */<a name="line.227"></a>
-<span class="sourceLineNo">228</span>   Class&lt;?&gt; interfaceClass() default Object.class;<a name="line.228"></a>
-<span class="sourceLineNo">229</span><a name="line.229"></a>
-<span class="sourceLineNo">230</span>   /**<a name="line.230"></a>
-<span class="sourceLineNo">231</span>    * Identifies a stop class for the annotated class.<a name="line.231"></a>
-<span class="sourceLineNo">232</span>    * &lt;p&gt;<a name="line.232"></a>
-<span class="sourceLineNo">233</span>    * Identical in purpose to the stop class specified by {@link Introspector#getBeanInfo(Class, Class)}.<a name="line.233"></a>
-<span class="sourceLineNo">234</span>    * Any properties in the stop class or in its baseclasses will be ignored during analysis.<a name="line.234"></a>
-<span class="sourceLineNo">235</span>    * &lt;p&gt;<a name="line.235"></a>
-<span class="sourceLineNo">236</span>    * For example, in the following class hierarchy, instances of &lt;code&gt;C3&lt;/code&gt; will include property &lt;code&gt;p3&lt;/code&gt;, but<a name="line.236"></a>
-<span class="sourceLineNo">237</span>    *    not &lt;code&gt;p1&lt;/code&gt; or &lt;code&gt;p2&lt;/code&gt;.<a name="line.237"></a>
-<span class="sourceLineNo">238</span>    * &lt;p class='bcode'&gt;<a name="line.238"></a>
-<span class="sourceLineNo">239</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C1 {<a name="line.239"></a>
-<span class="sourceLineNo">240</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP1();<a name="line.240"></a>
-<span class="sourceLineNo">241</span>    *    }<a name="line.241"></a>
-<span class="sourceLineNo">242</span>    *<a name="line.242"></a>
-<span class="sourceLineNo">243</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C2 &lt;jk&gt;extends&lt;/jk&gt; C1 {<a name="line.243"></a>
-<span class="sourceLineNo">244</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP2();<a name="line.244"></a>
-<span class="sourceLineNo">245</span>    *    }<a name="line.245"></a>
-<span class="sourceLineNo">246</span>    *<a name="line.246"></a>
-<span class="sourceLineNo">247</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(stopClass=C2.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.247"></a>
-<span class="sourceLineNo">248</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C3 &lt;jk&gt;extends&lt;/jk&gt; C2 {<a name="line.248"></a>
-<span class="sourceLineNo">249</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP3();<a name="line.249"></a>
-<span class="sourceLineNo">250</span>    *    }<a name="line.250"></a>
-<span class="sourceLineNo">251</span>    * &lt;/p&gt;<a name="line.251"></a>
-<span class="sourceLineNo">252</span>    */<a name="line.252"></a>
-<span class="sourceLineNo">253</span>   Class&lt;?&gt; stopClass() default Object.class;<a name="line.253"></a>
-<span class="sourceLineNo">254</span><a name="line.254"></a>
-<span class="sourceLineNo">255</span><a name="line.255"></a>
-<span class="sourceLineNo">256</span>   /**<a name="line.256"></a>
-<span class="sourceLineNo">257</span>    * The list of classes that make up the bean dictionary for all properties of this bean<a name="line.257"></a>
-<span class="sourceLineNo">258</span>    * or for subclasses of this bean.<a name="line.258"></a>
-<span class="sourceLineNo">259</span>    * &lt;p&gt;<a name="line.259"></a>
-<span class="sourceLineNo">260</span>    * This is a shorthand for setting the {@link BeanProperty#beanDictionary()} on all properties of the bean.<a name="line.260"></a>
+<span class="sourceLineNo">133</span>    * The order specified is the same order that the entries will be returned by the {@link BeanMap#entrySet()} and related methods.<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    * &lt;p&gt;<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getProperties()} method.<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    *<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.137"></a>
+<span class="sourceLineNo">138</span>    * &lt;p class='bcode'&gt;<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    *    &lt;jc&gt;// Address class with only street/city/state properties (in that order).&lt;/jc&gt;<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    *    &lt;jc&gt;// All other properties are ignored.&lt;/jc&gt;<a name="line.140"></a>
+<span class="sourceLineNo">141</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(properties=&lt;js&gt;"street,city,state"&lt;/js&gt;)<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    *    &lt;jk&gt;public class&lt;/jk&gt; Address {<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    *       ...<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    * &lt;/p&gt;<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    */<a name="line.145"></a>
+<span class="sourceLineNo">146</span>   String properties() default "";<a name="line.146"></a>
+<span class="sourceLineNo">147</span><a name="line.147"></a>
+<span class="sourceLineNo">148</span>   /**<a name="line.148"></a>
+<span class="sourceLineNo">149</span>    * Sort bean properties in alphabetical order.<a name="line.149"></a>
+<span class="sourceLineNo">150</span>    * &lt;p&gt;<a name="line.150"></a>
+<span class="sourceLineNo">151</span>    * When &lt;jk&gt;true&lt;/jk&gt;, all bean properties will be serialized and access in alphabetical order.<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    * Otherwise, the natural order of the bean properties is used which is dependent on the<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    *    JVM vendor.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    * On IBM JVMs, the bean properties are ordered based on their ordering in the Java file.<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    * On Oracle JVMs, the bean properties are not ordered (which follows the offical JVM specs).<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    * &lt;p&gt;<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    * This property is disabled by default so that IBM JVM users don't have to use {@link Bean @Bean} annotations<a name="line.157"></a>
+<span class="sourceLineNo">158</span>    * to force bean properties to be in a particular order and can just alter the order of the fields/methods<a name="line.158"></a>
+<span class="sourceLineNo">159</span>    * in the Java file.<a name="line.159"></a>
+<span class="sourceLineNo">160</span>    * &lt;p&gt;<a name="line.160"></a>
+<span class="sourceLineNo">161</span>    * This annotation is equivalent to using the {@link BeanContext#BEAN_sortProperties} property, but<a name="line.161"></a>
+<span class="sourceLineNo">162</span>    *    applied to individual classes instead of globally at the serializer or parser level.<a name="line.162"></a>
+<span class="sourceLineNo">163</span>    */<a name="line.163"></a>
+<span class="sourceLineNo">164</span>   boolean sort() default false;<a name="line.164"></a>
+<span class="sourceLineNo">165</span><a name="line.165"></a>
+<span class="sourceLineNo">166</span>   /**<a name="line.166"></a>
+<span class="sourceLineNo">167</span>    * Specifies a list of properties that should be excluded from {@link BeanMap#entrySet()}.<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    * &lt;p&gt;<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getExcludeProperties()} method.<a name="line.169"></a>
+<span class="sourceLineNo">170</span>    *<a name="line.170"></a>
+<span class="sourceLineNo">171</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.171"></a>
+<span class="sourceLineNo">172</span>    * &lt;p class='bcode'&gt;<a name="line.172"></a>
+<span class="sourceLineNo">173</span>    *    &lt;jc&gt;// Address class with only street/city/state properties (in that order).&lt;/jc&gt;<a name="line.173"></a>
+<span class="sourceLineNo">174</span>    *    &lt;jc&gt;// All other properties are ignored.&lt;/jc&gt;<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(excludeProperties=&lt;js&gt;"city,state"&lt;/js&gt;})<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    *    &lt;jk&gt;public class&lt;/jk&gt; Address {<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    *       ...<a name="line.177"></a>
+<span class="sourceLineNo">178</span>    * &lt;/p&gt;<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    */<a name="line.179"></a>
+<span class="sourceLineNo">180</span>   String excludeProperties() default "";<a name="line.180"></a>
+<span class="sourceLineNo">181</span><a name="line.181"></a>
+<span class="sourceLineNo">182</span>   /**<a name="line.182"></a>
+<span class="sourceLineNo">183</span>    * Associates a {@link PropertyNamer} with this bean to tailor the names of the bean properties.<a name="line.183"></a>
+<span class="sourceLineNo">184</span>    * &lt;p&gt;<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    * Property namers are used to transform bean property names from standard form to some other form.<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    * For example, the {@link PropertyNamerDLC} will convert property names to dashed-lowercase, and<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    *    these will be used as attribute names in JSON, and element names in XML.<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    * &lt;p&gt;<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getPropertyNamer()} method.<a name="line.189"></a>
+<span class="sourceLineNo">190</span>    *<a name="line.190"></a>
+<span class="sourceLineNo">191</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.191"></a>
+<span class="sourceLineNo">192</span>    * &lt;p class='bcode'&gt;<a name="line.192"></a>
+<span class="sourceLineNo">193</span>    *    &lt;jc&gt;// Define a class with dashed-lowercase property names.&lt;/jc&gt;<a name="line.193"></a>
+<span class="sourceLineNo">194</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(propertyNamer=PropertyNamerDashedLC.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.194"></a>
+<span class="sourceLineNo">195</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    *       ...<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    *    }<a name="line.197"></a>
+<span class="sourceLineNo">198</span>    * &lt;/p&gt;<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    */<a name="line.199"></a>
+<span class="sourceLineNo">200</span>   Class&lt;? extends PropertyNamer&gt; propertyNamer() default PropertyNamerDefault.class;<a name="line.200"></a>
+<span class="sourceLineNo">201</span><a name="line.201"></a>
+<span class="sourceLineNo">202</span>   /**<a name="line.202"></a>
+<span class="sourceLineNo">203</span>    * Identifies a class to be used as the interface class for this and all subclasses.<a name="line.203"></a>
+<span class="sourceLineNo">204</span>    * &lt;p&gt;<a name="line.204"></a>
+<span class="sourceLineNo">205</span>    * When specified, only the list of properties defined on the interface class will be used during serialization.<a name="line.205"></a>
+<span class="sourceLineNo">206</span>    * Additional properties on subclasses will be ignored.<a name="line.206"></a>
+<span class="sourceLineNo">207</span>    * &lt;p class='bcode'&gt;<a name="line.207"></a>
+<span class="sourceLineNo">208</span>    *    &lt;jc&gt;// Parent class&lt;/jc&gt;<a name="line.208"></a>
+<span class="sourceLineNo">209</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(interfaceClass=A.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.209"></a>
+<span class="sourceLineNo">210</span>    *    &lt;jk&gt;public abstract class&lt;/jk&gt; A {<a name="line.210"></a>
+<span class="sourceLineNo">211</span>    *       &lt;jk&gt;public&lt;/jk&gt; String &lt;jf&gt;f0&lt;/jf&gt; = &lt;js&gt;"f0"&lt;/js&gt;;<a name="line.211"></a>
+<span class="sourceLineNo">212</span>    *    }<a name="line.212"></a>
+<span class="sourceLineNo">213</span>    *<a name="line.213"></a>
+<span class="sourceLineNo">214</span>    *    &lt;jc&gt;// Sub class&lt;/jc&gt;<a name="line.214"></a>
+<span class="sourceLineNo">215</span>    *    &lt;jk&gt;public class&lt;/jk&gt; A1 &lt;jk&gt;extends&lt;/jk&gt; A {<a name="line.215"></a>
+<span class="sourceLineNo">216</span>    *       &lt;jk&gt;public&lt;/jk&gt; String &lt;jf&gt;f1&lt;/jf&gt; = &lt;js&gt;"f1"&lt;/js&gt;;<a name="line.216"></a>
+<span class="sourceLineNo">217</span>    *    }<a name="line.217"></a>
+<span class="sourceLineNo">218</span>    *<a name="line.218"></a>
+<span class="sourceLineNo">219</span>    *    JsonSerializer s = JsonSerializer.&lt;jsf&gt;DEFAULT_LAX&lt;/jsf&gt;;<a name="line.219"></a>
+<span class="sourceLineNo">220</span>    *    A1 a1 = &lt;jk&gt;new&lt;/jk&gt; A1();<a name="line.220"></a>
+<span class="sourceLineNo">221</span>    *    String r = s.serialize(a1);<a name="line.221"></a>
+<span class="sourceLineNo">222</span>    *    &lt;jsm&gt;assertEquals&lt;/jsm&gt;(&lt;js&gt;"{f0:'f0'}"&lt;/js&gt;, r);  // Note f1 is not serialized.<a name="line.222"></a>
+<span class="sourceLineNo">223</span>    * &lt;/p&gt;<a name="line.223"></a>
+<span class="sourceLineNo">224</span>    * &lt;p&gt;<a name="line.224"></a>
+<span class="sourceLineNo">225</span>    * Note that this annotation can be used on the parent class so that it filters to all child classes,<a name="line.225"></a>
+<span class="sourceLineNo">226</span>    *    or can be set individually on the child classes.<a name="line.226"></a>
+<span class="sourceLineNo">227</span>    * &lt;p&gt;<a name="line.227"></a>
+<span class="sourceLineNo">228</span>    * This annotation is an alternative to using the {@link BeanFilter} class with an implemented {@link BeanFilter#getInterfaceClass()} method.<a name="line.228"></a>
+<span class="sourceLineNo">229</span>    */<a name="line.229"></a>
+<span class="sourceLineNo">230</span>   Class&lt;?&gt; interfaceClass() default Object.class;<a name="line.230"></a>
+<span class="sourceLineNo">231</span><a name="line.231"></a>
+<span class="sourceLineNo">232</span>   /**<a name="line.232"></a>
+<span class="sourceLineNo">233</span>    * Identifies a stop class for the annotated class.<a name="line.233"></a>
+<span class="sourceLineNo">234</span>    * &lt;p&gt;<a name="line.234"></a>
+<span class="sourceLineNo">235</span>    * Identical in purpose to the stop class specified by {@link Introspector#getBeanInfo(Class, Class)}.<a name="line.235"></a>
+<span class="sourceLineNo">236</span>    * Any properties in the stop class or in its baseclasses will be ignored during analysis.<a name="line.236"></a>
+<span class="sourceLineNo">237</span>    * &lt;p&gt;<a name="line.237"></a>
+<span class="sourceLineNo">238</span>    * For example, in the following class hierarchy, instances of &lt;code&gt;C3&lt;/code&gt; will include property &lt;code&gt;p3&lt;/code&gt;, but<a name="line.238"></a>
+<span class="sourceLineNo">239</span>    *    not &lt;code&gt;p1&lt;/code&gt; or &lt;code&gt;p2&lt;/code&gt;.<a name="line.239"></a>
+<span class="sourceLineNo">240</span>    * &lt;p class='bcode'&gt;<a name="line.240"></a>
+<span class="sourceLineNo">241</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C1 {<a name="line.241"></a>
+<span class="sourceLineNo">242</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP1();<a name="line.242"></a>
+<span class="sourceLineNo">243</span>    *    }<a name="line.243"></a>
+<span class="sourceLineNo">244</span>    *<a name="line.244"></a>
+<span class="sourceLineNo">245</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C2 &lt;jk&gt;extends&lt;/jk&gt; C1 {<a name="line.245"></a>
+<span class="sourceLineNo">246</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP2();<a name="line.246"></a>
+<span class="sourceLineNo">247</span>    *    }<a name="line.247"></a>
+<span class="sourceLineNo">248</span>    *<a name="line.248"></a>
+<span class="sourceLineNo">249</span>    *    &lt;ja&gt;@Bean&lt;/ja&gt;(stopClass=C2.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.249"></a>
+<span class="sourceLineNo">250</span>    *    &lt;jk&gt;public class&lt;/jk&gt; C3 &lt;jk&gt;extends&lt;/jk&gt; C2 {<a name="line.250"></a>
+<span class="sourceLineNo">251</span>    *       &lt;jk&gt;public int&lt;/jk&gt; getP3();<a name="line.251"></a>
+<span class="sourceLineNo">252</span>    *    }<a name="line.252"></a>
+<span class="sourceLineNo">253</span>    * &lt;/p&gt;<a name="line.253"></a>
+<span class="sourceLineNo">254</span>    */<a name="line.254"></a>
+<span class="sourceLineNo">255</span>   Class&lt;?&gt; stopClass() default Object.class;<a name="line.255"></a>
+<span class="sourceLineNo">256</span><a name="line.256"></a>
+<span class="sourceLineNo">257</span><a name="line.257"></a>
+<span class="sourceLineNo">258</span>   /**<a name="line.258"></a>
+<span class="sourceLineNo">259</span>    * The list of classes that make up the bean dictionary for all properties of this bean<a name="line.259"></a>
+<span class="sourceLineNo">260</span>    * or for subclasses of this bean.<a name="line.260"></a>
 <span class="sourceLineNo">261</span>    * &lt;p&gt;<a name="line.261"></a>
-<span class="sourceLineNo">262</span>    * This list can consist of the following class types:<a name="line.262"></a>
-<span class="sourceLineNo">263</span>    * &lt;ul&gt;<a name="line.263"></a>
-<span class="sourceLineNo">264</span>    *    &lt;li&gt;Any bean class that specifies a value for {@link Bean#typeName() @Bean.name()};<a name="line.264"></a>
-<span class="sourceLineNo">265</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryList} that defines an entire set of mappings.<a name="line.265"></a>
-<span class="sourceLineNo">266</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.266"></a>
-<span class="sourceLineNo">267</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryMap} that defines an entire set of mappings.<a name="line.267"></a>
+<span class="sourceLineNo">262</span>    * This is a shorthand for setting the {@link BeanProperty#beanDictionary()} on all properties of the bean.<a name="line.262"></a>
+<span class="sourceLineNo">263</span>    * &lt;p&gt;<a name="line.263"></a>
+<span class="sourceLineNo">264</span>    * This list can consist of the following class types:<a name="line.264"></a>
+<span class="sourceLineNo">265</span>    * &lt;ul&gt;<a name="line.265"></a>
+<span class="sourceLineNo">266</span>    *    &lt;li&gt;Any bean class that specifies a value for {@link Bean#typeName() @Bean.name()};<a name="line.266"></a>
+<span class="sourceLineNo">267</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryList} that defines an entire set of mappings.<a name="line.267"></a>
 <span class="sourceLineNo">268</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.268"></a>
-<span class="sourceLineNo">269</span>    * &lt;/ul&gt;<a name="line.269"></a>
-<span class="sourceLineNo">270</span>    */<a name="line.270"></a>
-<span class="sourceLineNo">271</span>   Class&lt;?&gt;[] beanDictionary() default {};<a name="line.271"></a>
-<span class="sourceLineNo">272</span>}<a name="line.272"></a>
+<span class="sourceLineNo">269</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryMap} that defines an entire set of mappings.<a name="line.269"></a>
+<span class="sourceLineNo">270</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.270"></a>
+<span class="sourceLineNo">271</span>    * &lt;/ul&gt;<a name="line.271"></a>
+<span class="sourceLineNo">272</span>    */<a name="line.272"></a>
+<span class="sourceLineNo">273</span>   Class&lt;?&gt;[] beanDictionary() default {};<a name="line.273"></a>
+<span class="sourceLineNo">274</span>}<a name="line.274"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/annotation/BeanProperty.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/annotation/BeanProperty.html b/content/site/apidocs/src-html/org/apache/juneau/annotation/BeanProperty.html
index 866e325..4a37529 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/annotation/BeanProperty.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/annotation/BeanProperty.html
@@ -127,135 +127,136 @@
 <span class="sourceLineNo">119</span>    *       }<a name="line.119"></a>
 <span class="sourceLineNo">120</span>    *    }<a name="line.120"></a>
 <span class="sourceLineNo">121</span>    * &lt;/p&gt;<a name="line.121"></a>
-<span class="sourceLineNo">122</span>    * &lt;p class='info'&gt;<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * Note that if you're not interested in these additional properties, you can also use the {@link BeanContext#BEAN_ignoreUnknownBeanProperties} setting<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    * to ignore values that don't fit into existing properties.<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    * &lt;/p&gt;<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    */<a name="line.126"></a>
-<span class="sourceLineNo">127</span>   String name() default "";<a name="line.127"></a>
-<span class="sourceLineNo">128</span><a name="line.128"></a>
-<span class="sourceLineNo">129</span>   /**<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    * A synonym for {@link #name()}.<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    * &lt;p&gt;<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    * The following annotations are equivalent:<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    * &lt;p&gt;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    * &lt;p class='bcode'&gt;<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    *    &lt;ja&gt;@BeanProperty&lt;/ja&gt;(name=&lt;js&gt;"foo"&lt;/js&gt;)<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    *<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    *    &lt;ja&gt;@BeanProperty&lt;/ja&gt;(&lt;js&gt;"foo"&lt;/js&gt;)<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    * &lt;/p&gt;<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    */<a name="line.139"></a>
-<span class="sourceLineNo">140</span>   String value() default "";<a name="line.140"></a>
-<span class="sourceLineNo">141</span><a name="line.141"></a>
-<span class="sourceLineNo">142</span>   /**<a name="line.142"></a>
-<span class="sourceLineNo">143</span>    * Identifies a specialized class type for the property.<a name="line.143"></a>
-<span class="sourceLineNo">144</span>    * &lt;p&gt;<a name="line.144"></a>
-<span class="sourceLineNo">145</span>    * Normally this can be inferred through reflection of the field type or getter return type.<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * However, you'll want to specify this value if you're parsing beans where the bean property class<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    *    is an interface or abstract class to identify the bean type to instantiate.  Otherwise, you may<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    *    cause an {@link InstantiationException} when trying to set these fields.<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    * &lt;p&gt;<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    * This property must denote a concrete bean class with a no-arg constructor.<a name="line.150"></a>
-<span class="sourceLineNo">151</span>    *<a name="line.151"></a>
-<span class="sourceLineNo">152</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.152"></a>
-<span class="sourceLineNo">153</span>    * &lt;p class='bcode'&gt;<a name="line.153"></a>
-<span class="sourceLineNo">154</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyBean {<a name="line.154"></a>
-<span class="sourceLineNo">155</span>    *<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    *       &lt;jc&gt;// Identify concrete map type.&lt;/jc&gt;<a name="line.156"></a>
-<span class="sourceLineNo">157</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(type=HashMap.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    *       &lt;jk&gt;public&lt;/jk&gt; Map &lt;jf&gt;p1&lt;/jf&gt;;<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    *    }<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    * &lt;/p&gt;<a name="line.160"></a>
-<span class="sourceLineNo">161</span>    */<a name="line.161"></a>
-<span class="sourceLineNo">162</span>   Class&lt;?&gt; type() default Object.class;<a name="line.162"></a>
-<span class="sourceLineNo">163</span><a name="line.163"></a>
-<span class="sourceLineNo">164</span>   /**<a name="line.164"></a>
-<span class="sourceLineNo">165</span>    * For bean properties of maps and collections, this annotation can be used to identify<a name="line.165"></a>
-<span class="sourceLineNo">166</span>    * the class types of the contents of the bean property object when the generic parameter<a name="line.166"></a>
-<span class="sourceLineNo">167</span>    * types are interfaces or abstract classes.<a name="line.167"></a>
-<span class="sourceLineNo">168</span>    *<a name="line.168"></a>
-<span class="sourceLineNo">169</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    * &lt;p class='bcode'&gt;<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyBean {<a name="line.171"></a>
-<span class="sourceLineNo">172</span>    *<a name="line.172"></a>
-<span class="sourceLineNo">173</span>    *       &lt;jc&gt;// Identify concrete map type with String keys and Integer values.&lt;/jc&gt;<a name="line.173"></a>
-<span class="sourceLineNo">174</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(type=HashMap.&lt;jk&gt;class&lt;/jk&gt;, params={String.&lt;jk&gt;class&lt;/jk&gt;,Integer.&lt;jk&gt;class&lt;/jk&gt;})<a name="line.174"></a>
-<span class="sourceLineNo">175</span>    *       &lt;jk&gt;public&lt;/jk&gt; Map &lt;jf&gt;p1&lt;/jf&gt;;<a name="line.175"></a>
-<span class="sourceLineNo">176</span>    *    }<a name="line.176"></a>
-<span class="sourceLineNo">177</span>    * &lt;/p&gt;<a name="line.177"></a>
-<span class="sourceLineNo">178</span>    */<a name="line.178"></a>
-<span class="sourceLineNo">179</span>   Class&lt;?&gt;[] params() default {};<a name="line.179"></a>
-<span class="sourceLineNo">180</span><a name="line.180"></a>
-<span class="sourceLineNo">181</span>   /**<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    * Associates a {@link PojoSwap} or {@link SurrogateSwap} with this bean property that will swap the value object<a name="line.182"></a>
-<span class="sourceLineNo">183</span>    *    with another object during serialization and parsing.<a name="line.183"></a>
-<span class="sourceLineNo">184</span>    * &lt;p&gt;<a name="line.184"></a>
-<span class="sourceLineNo">185</span>    * This annotation supersedes any swaps associated with the bean property type<a name="line.185"></a>
-<span class="sourceLineNo">186</span>    *    class itself.<a name="line.186"></a>
-<span class="sourceLineNo">187</span>    * &lt;p&gt;<a name="line.187"></a>
-<span class="sourceLineNo">188</span>    * Typically used for rendering {@link Date Dates} and {@link Calendar Calendars}<a name="line.188"></a>
-<span class="sourceLineNo">189</span>    *    as a particular string format.<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    *<a name="line.190"></a>
-<span class="sourceLineNo">191</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    * &lt;p class='bcode'&gt;<a name="line.192"></a>
-<span class="sourceLineNo">193</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.193"></a>
-<span class="sourceLineNo">194</span>    *<a name="line.194"></a>
-<span class="sourceLineNo">195</span>    *       &lt;jc&gt;// During serialization, convert to ISO8601 date-time string.&lt;/jc&gt;<a name="line.195"></a>
-<span class="sourceLineNo">196</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(pojoSwap=CalendarSwap.ISO8601DT.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.196"></a>
-<span class="sourceLineNo">197</span>    *       &lt;jk&gt;public&lt;/jk&gt; Calendar getTime();<a name="line.197"></a>
-<span class="sourceLineNo">198</span>    *    }<a name="line.198"></a>
-<span class="sourceLineNo">199</span>    * &lt;/p&gt;<a name="line.199"></a>
-<span class="sourceLineNo">200</span>    */<a name="line.200"></a>
-<span class="sourceLineNo">201</span>   Class&lt;?&gt; swap() default Null.class;<a name="line.201"></a>
-<span class="sourceLineNo">202</span><a name="line.202"></a>
-<span class="sourceLineNo">203</span>   /**<a name="line.203"></a>
-<span class="sourceLineNo">204</span>    * Used to limit which child properties are rendered by the serializers.<a name="line.204"></a>
-<span class="sourceLineNo">205</span>    * &lt;p&gt;<a name="line.205"></a>
-<span class="sourceLineNo">206</span>    * Can be used on any of the following bean property types:<a name="line.206"></a>
-<span class="sourceLineNo">207</span>    * &lt;ul class='spaced-list'&gt;<a name="line.207"></a>
-<span class="sourceLineNo">208</span>    *    &lt;li&gt;Beans - Only render the specified properties of the bean.<a name="line.208"></a>
-<span class="sourceLineNo">209</span>    *    &lt;li&gt;Maps - Only render the specified entries in the map.<a name="line.209"></a>
-<span class="sourceLineNo">210</span>    *    &lt;li&gt;Bean/Map arrays - Same, but applied to each element in the array.<a name="line.210"></a>
-<span class="sourceLineNo">211</span>    *    &lt;li&gt;Bean/Map collections - Same, but applied to each element in the collection.<a name="line.211"></a>
-<span class="sourceLineNo">212</span>    * &lt;/ul&gt;<a name="line.212"></a>
-<span class="sourceLineNo">213</span>    *<a name="line.213"></a>
-<span class="sourceLineNo">214</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.214"></a>
-<span class="sourceLineNo">215</span>    * &lt;p class='bcode'&gt;<a name="line.215"></a>
-<span class="sourceLineNo">216</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.216"></a>
-<span class="sourceLineNo">217</span>    *<a name="line.217"></a>
-<span class="sourceLineNo">218</span>    *       &lt;jc&gt;// Only render 'f1' when serializing this bean property.&lt;/jc&gt;<a name="line.218"></a>
-<span class="sourceLineNo">219</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(properties=&lt;js&gt;"f1"&lt;/js&gt;)<a name="line.219"></a>
-<span class="sourceLineNo">220</span>    *       &lt;jk&gt;public&lt;/jk&gt; MyChildClass x1 = &lt;jk&gt;new&lt;/jk&gt; MyChildClass();<a name="line.220"></a>
-<span class="sourceLineNo">221</span>    *    }<a name="line.221"></a>
-<span class="sourceLineNo">222</span>    *<a name="line.222"></a>
-<span class="sourceLineNo">223</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyChildClass {<a name="line.223"></a>
-<span class="sourceLineNo">224</span>    *       &lt;jk&gt;public int&lt;/jk&gt; f1 = 1;<a name="line.224"></a>
-<span class="sourceLineNo">225</span>    *       &lt;jk&gt;public int&lt;/jk&gt; f2 = 2;<a name="line.225"></a>
-<span class="sourceLineNo">226</span>    *    }<a name="line.226"></a>
-<span class="sourceLineNo">227</span>    *<a name="line.227"></a>
-<span class="sourceLineNo">228</span>    *    &lt;jc&gt;// Renders "{x1:{f1:1}}"&lt;/jc&gt;<a name="line.228"></a>
-<span class="sourceLineNo">229</span>    *    String json = JsonSerializer.&lt;jsf&gt;DEFAULT&lt;/jsf&gt;.serialize(&lt;jk&gt;new&lt;/jk&gt; MyClass());<a name="line.229"></a>
-<span class="sourceLineNo">230</span>    * &lt;/p&gt;<a name="line.230"></a>
-<span class="sourceLineNo">231</span>    */<a name="line.231"></a>
-<span class="sourceLineNo">232</span>   String properties() default "";<a name="line.232"></a>
-<span class="sourceLineNo">233</span><a name="line.233"></a>
-<span class="sourceLineNo">234</span>   /**<a name="line.234"></a>
-<span class="sourceLineNo">235</span>    * The list of classes that make up the bean dictionary for this bean property.<a name="line.235"></a>
-<span class="sourceLineNo">236</span>    * &lt;p&gt;<a name="line.236"></a>
-<span class="sourceLineNo">237</span>    * The dictionary is a name/class mapping used to find class types during parsing when they cannot be inferred through reflection.<a name="line.237"></a>
-<span class="sourceLineNo">238</span>    * The names are defined through the {@link Bean#typeName()} annotation defined on the bean class.<a name="line.238"></a>
-<span class="sourceLineNo">239</span>    * &lt;p&gt;<a name="line.239"></a>
-<span class="sourceLineNo">240</span>    * This list can consist of the following class types:<a name="line.240"></a>
-<span class="sourceLineNo">241</span>    * &lt;ul&gt;<a name="line.241"></a>
-<span class="sourceLineNo">242</span>    *    &lt;li&gt;Any bean class that specifies a value for {@link Bean#typeName() @Bean.name()};<a name="line.242"></a>
-<span class="sourceLineNo">243</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryList} that defines an entire set of mappings.<a name="line.243"></a>
-<span class="sourceLineNo">244</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.244"></a>
-<span class="sourceLineNo">245</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryMap} that defines an entire set of mappings.<a name="line.245"></a>
-<span class="sourceLineNo">246</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.246"></a>
-<span class="sourceLineNo">247</span>    * &lt;/ul&gt;<a name="line.247"></a>
-<span class="sourceLineNo">248</span>    */<a name="line.248"></a>
-<span class="sourceLineNo">249</span>   Class&lt;?&gt;[] beanDictionary() default {};<a name="line.249"></a>
-<span class="sourceLineNo">250</span>}<a name="line.250"></a>
+<span class="sourceLineNo">122</span>    * &lt;ul class='doctree'&gt;<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    *    &lt;li class='info'&gt;<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    *       Note that if you're not interested in these additional properties, you can also use the {@link BeanContext#BEAN_ignoreUnknownBeanProperties} setting<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    *       to ignore values that don't fit into existing properties.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * &lt;/ul&gt;<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   String name() default "";<a name="line.128"></a>
+<span class="sourceLineNo">129</span><a name="line.129"></a>
+<span class="sourceLineNo">130</span>   /**<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    * A synonym for {@link #name()}.<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    * &lt;p&gt;<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    * The following annotations are equivalent:<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    * &lt;p&gt;<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * &lt;p class='bcode'&gt;<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    *    &lt;ja&gt;@BeanProperty&lt;/ja&gt;(name=&lt;js&gt;"foo"&lt;/js&gt;)<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    *<a name="line.137"></a>
+<span class="sourceLineNo">138</span>    *    &lt;ja&gt;@BeanProperty&lt;/ja&gt;(&lt;js&gt;"foo"&lt;/js&gt;)<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    * &lt;/p&gt;<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    */<a name="line.140"></a>
+<span class="sourceLineNo">141</span>   String value() default "";<a name="line.141"></a>
+<span class="sourceLineNo">142</span><a name="line.142"></a>
+<span class="sourceLineNo">143</span>   /**<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    * Identifies a specialized class type for the property.<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    * &lt;p&gt;<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    * Normally this can be inferred through reflection of the field type or getter return type.<a name="line.146"></a>
+<span class="sourceLineNo">147</span>    * However, you'll want to specify this value if you're parsing beans where the bean property class<a name="line.147"></a>
+<span class="sourceLineNo">148</span>    *    is an interface or abstract class to identify the bean type to instantiate.  Otherwise, you may<a name="line.148"></a>
+<span class="sourceLineNo">149</span>    *    cause an {@link InstantiationException} when trying to set these fields.<a name="line.149"></a>
+<span class="sourceLineNo">150</span>    * &lt;p&gt;<a name="line.150"></a>
+<span class="sourceLineNo">151</span>    * This property must denote a concrete bean class with a no-arg constructor.<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    *<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    * &lt;p class='bcode'&gt;<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyBean {<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    *<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    *       &lt;jc&gt;// Identify concrete map type.&lt;/jc&gt;<a name="line.157"></a>
+<span class="sourceLineNo">158</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(type=HashMap.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.158"></a>
+<span class="sourceLineNo">159</span>    *       &lt;jk&gt;public&lt;/jk&gt; Map &lt;jf&gt;p1&lt;/jf&gt;;<a name="line.159"></a>
+<span class="sourceLineNo">160</span>    *    }<a name="line.160"></a>
+<span class="sourceLineNo">161</span>    * &lt;/p&gt;<a name="line.161"></a>
+<span class="sourceLineNo">162</span>    */<a name="line.162"></a>
+<span class="sourceLineNo">163</span>   Class&lt;?&gt; type() default Object.class;<a name="line.163"></a>
+<span class="sourceLineNo">164</span><a name="line.164"></a>
+<span class="sourceLineNo">165</span>   /**<a name="line.165"></a>
+<span class="sourceLineNo">166</span>    * For bean properties of maps and collections, this annotation can be used to identify<a name="line.166"></a>
+<span class="sourceLineNo">167</span>    * the class types of the contents of the bean property object when the generic parameter<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    * types are interfaces or abstract classes.<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    *<a name="line.169"></a>
+<span class="sourceLineNo">170</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.170"></a>
+<span class="sourceLineNo">171</span>    * &lt;p class='bcode'&gt;<a name="line.171"></a>
+<span class="sourceLineNo">172</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyBean {<a name="line.172"></a>
+<span class="sourceLineNo">173</span>    *<a name="line.173"></a>
+<span class="sourceLineNo">174</span>    *       &lt;jc&gt;// Identify concrete map type with String keys and Integer values.&lt;/jc&gt;<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(type=HashMap.&lt;jk&gt;class&lt;/jk&gt;, params={String.&lt;jk&gt;class&lt;/jk&gt;,Integer.&lt;jk&gt;class&lt;/jk&gt;})<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    *       &lt;jk&gt;public&lt;/jk&gt; Map &lt;jf&gt;p1&lt;/jf&gt;;<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    *    }<a name="line.177"></a>
+<span class="sourceLineNo">178</span>    * &lt;/p&gt;<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    */<a name="line.179"></a>
+<span class="sourceLineNo">180</span>   Class&lt;?&gt;[] params() default {};<a name="line.180"></a>
+<span class="sourceLineNo">181</span><a name="line.181"></a>
+<span class="sourceLineNo">182</span>   /**<a name="line.182"></a>
+<span class="sourceLineNo">183</span>    * Associates a {@link PojoSwap} or {@link SurrogateSwap} with this bean property that will swap the value object<a name="line.183"></a>
+<span class="sourceLineNo">184</span>    *    with another object during serialization and parsing.<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    * &lt;p&gt;<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    * This annotation supersedes any swaps associated with the bean property type<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    *    class itself.<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    * &lt;p&gt;<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    * Typically used for rendering {@link Date Dates} and {@link Calendar Calendars}<a name="line.189"></a>
+<span class="sourceLineNo">190</span>    *    as a particular string format.<a name="line.190"></a>
+<span class="sourceLineNo">191</span>    *<a name="line.191"></a>
+<span class="sourceLineNo">192</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.192"></a>
+<span class="sourceLineNo">193</span>    * &lt;p class='bcode'&gt;<a name="line.193"></a>
+<span class="sourceLineNo">194</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.194"></a>
+<span class="sourceLineNo">195</span>    *<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    *       &lt;jc&gt;// During serialization, convert to ISO8601 date-time string.&lt;/jc&gt;<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(pojoSwap=CalendarSwap.ISO8601DT.&lt;jk&gt;class&lt;/jk&gt;)<a name="line.197"></a>
+<span class="sourceLineNo">198</span>    *       &lt;jk&gt;public&lt;/jk&gt; Calendar getTime();<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    *    }<a name="line.199"></a>
+<span class="sourceLineNo">200</span>    * &lt;/p&gt;<a name="line.200"></a>
+<span class="sourceLineNo">201</span>    */<a name="line.201"></a>
+<span class="sourceLineNo">202</span>   Class&lt;?&gt; swap() default Null.class;<a name="line.202"></a>
+<span class="sourceLineNo">203</span><a name="line.203"></a>
+<span class="sourceLineNo">204</span>   /**<a name="line.204"></a>
+<span class="sourceLineNo">205</span>    * Used to limit which child properties are rendered by the serializers.<a name="line.205"></a>
+<span class="sourceLineNo">206</span>    * &lt;p&gt;<a name="line.206"></a>
+<span class="sourceLineNo">207</span>    * Can be used on any of the following bean property types:<a name="line.207"></a>
+<span class="sourceLineNo">208</span>    * &lt;ul class='spaced-list'&gt;<a name="line.208"></a>
+<span class="sourceLineNo">209</span>    *    &lt;li&gt;Beans - Only render the specified properties of the bean.<a name="line.209"></a>
+<span class="sourceLineNo">210</span>    *    &lt;li&gt;Maps - Only render the specified entries in the map.<a name="line.210"></a>
+<span class="sourceLineNo">211</span>    *    &lt;li&gt;Bean/Map arrays - Same, but applied to each element in the array.<a name="line.211"></a>
+<span class="sourceLineNo">212</span>    *    &lt;li&gt;Bean/Map collections - Same, but applied to each element in the collection.<a name="line.212"></a>
+<span class="sourceLineNo">213</span>    * &lt;/ul&gt;<a name="line.213"></a>
+<span class="sourceLineNo">214</span>    *<a name="line.214"></a>
+<span class="sourceLineNo">215</span>    * &lt;h5 class='section'&gt;Example:&lt;/h5&gt;<a name="line.215"></a>
+<span class="sourceLineNo">216</span>    * &lt;p class='bcode'&gt;<a name="line.216"></a>
+<span class="sourceLineNo">217</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyClass {<a name="line.217"></a>
+<span class="sourceLineNo">218</span>    *<a name="line.218"></a>
+<span class="sourceLineNo">219</span>    *       &lt;jc&gt;// Only render 'f1' when serializing this bean property.&lt;/jc&gt;<a name="line.219"></a>
+<span class="sourceLineNo">220</span>    *       &lt;ja&gt;@BeanProperty&lt;/ja&gt;(properties=&lt;js&gt;"f1"&lt;/js&gt;)<a name="line.220"></a>
+<span class="sourceLineNo">221</span>    *       &lt;jk&gt;public&lt;/jk&gt; MyChildClass x1 = &lt;jk&gt;new&lt;/jk&gt; MyChildClass();<a name="line.221"></a>
+<span class="sourceLineNo">222</span>    *    }<a name="line.222"></a>
+<span class="sourceLineNo">223</span>    *<a name="line.223"></a>
+<span class="sourceLineNo">224</span>    *    &lt;jk&gt;public class&lt;/jk&gt; MyChildClass {<a name="line.224"></a>
+<span class="sourceLineNo">225</span>    *       &lt;jk&gt;public int&lt;/jk&gt; f1 = 1;<a name="line.225"></a>
+<span class="sourceLineNo">226</span>    *       &lt;jk&gt;public int&lt;/jk&gt; f2 = 2;<a name="line.226"></a>
+<span class="sourceLineNo">227</span>    *    }<a name="line.227"></a>
+<span class="sourceLineNo">228</span>    *<a name="line.228"></a>
+<span class="sourceLineNo">229</span>    *    &lt;jc&gt;// Renders "{x1:{f1:1}}"&lt;/jc&gt;<a name="line.229"></a>
+<span class="sourceLineNo">230</span>    *    String json = JsonSerializer.&lt;jsf&gt;DEFAULT&lt;/jsf&gt;.serialize(&lt;jk&gt;new&lt;/jk&gt; MyClass());<a name="line.230"></a>
+<span class="sourceLineNo">231</span>    * &lt;/p&gt;<a name="line.231"></a>
+<span class="sourceLineNo">232</span>    */<a name="line.232"></a>
+<span class="sourceLineNo">233</span>   String properties() default "";<a name="line.233"></a>
+<span class="sourceLineNo">234</span><a name="line.234"></a>
+<span class="sourceLineNo">235</span>   /**<a name="line.235"></a>
+<span class="sourceLineNo">236</span>    * The list of classes that make up the bean dictionary for this bean property.<a name="line.236"></a>
+<span class="sourceLineNo">237</span>    * &lt;p&gt;<a name="line.237"></a>
+<span class="sourceLineNo">238</span>    * The dictionary is a name/class mapping used to find class types during parsing when they cannot be inferred through reflection.<a name="line.238"></a>
+<span class="sourceLineNo">239</span>    * The names are defined through the {@link Bean#typeName()} annotation defined on the bean class.<a name="line.239"></a>
+<span class="sourceLineNo">240</span>    * &lt;p&gt;<a name="line.240"></a>
+<span class="sourceLineNo">241</span>    * This list can consist of the following class types:<a name="line.241"></a>
+<span class="sourceLineNo">242</span>    * &lt;ul&gt;<a name="line.242"></a>
+<span class="sourceLineNo">243</span>    *    &lt;li&gt;Any bean class that specifies a value for {@link Bean#typeName() @Bean.name()};<a name="line.243"></a>
+<span class="sourceLineNo">244</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryList} that defines an entire set of mappings.<a name="line.244"></a>
+<span class="sourceLineNo">245</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.245"></a>
+<span class="sourceLineNo">246</span>    *    &lt;li&gt;Any subclass of {@link BeanDictionaryMap} that defines an entire set of mappings.<a name="line.246"></a>
+<span class="sourceLineNo">247</span>    *       Note that the subclass MUST implement a no-arg constructor so that it can be instantiated.<a name="line.247"></a>
+<span class="sourceLineNo">248</span>    * &lt;/ul&gt;<a name="line.248"></a>
+<span class="sourceLineNo">249</span>    */<a name="line.249"></a>
+<span class="sourceLineNo">250</span>   Class&lt;?&gt;[] beanDictionary() default {};<a name="line.250"></a>
+<span class="sourceLineNo">251</span>}<a name="line.251"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/csv/CsvParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/csv/CsvParserContext.html b/content/site/apidocs/src-html/org/apache/juneau/csv/CsvParserContext.html
index 5177a89..9472ca4 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/csv/CsvParserContext.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/csv/CsvParserContext.html
@@ -32,10 +32,10 @@
 <span class="sourceLineNo">024</span> * See {@link PropertyStore} for more information about context properties.<a name="line.24"></a>
 <span class="sourceLineNo">025</span> *<a name="line.25"></a>
 <span class="sourceLineNo">026</span> * &lt;h5 class='section'&gt;Inherited configurable properties:&lt;/h5&gt;<a name="line.26"></a>
-<span class="sourceLineNo">027</span> * &lt;ul class='javahierarchy'&gt;<a name="line.27"></a>
-<span class="sourceLineNo">028</span> *    &lt;li class='c'&gt;&lt;a class="doclink" href="../BeanContext.html#ConfigProperties"&gt;BeanContext&lt;/a&gt; - Properties associated with handling beans on serializers and parsers.<a name="line.28"></a>
+<span class="sourceLineNo">027</span> * &lt;ul class='doctree'&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;li class='jc'&gt;&lt;a class="doclink" href="../BeanContext.html#ConfigProperties"&gt;BeanContext&lt;/a&gt; - Properties associated with handling beans on serializers and parsers.<a name="line.28"></a>
 <span class="sourceLineNo">029</span> *    &lt;ul&gt;<a name="line.29"></a>
-<span class="sourceLineNo">030</span> *       &lt;li class='c'&gt;&lt;a class="doclink" href="../parser/ParserContext.html#ConfigProperties"&gt;ParserContext&lt;/a&gt; - Configurable properties common to all parsers.<a name="line.30"></a>
+<span class="sourceLineNo">030</span> *       &lt;li class='jc'&gt;&lt;a class="doclink" href="../parser/ParserContext.html#ConfigProperties"&gt;ParserContext&lt;/a&gt; - Configurable properties common to all parsers.<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *    &lt;/ul&gt;<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/ul&gt;<a name="line.32"></a>
 <span class="sourceLineNo">033</span> */<a name="line.33"></a>


[17/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderEnum.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderEnum.html b/content/site/apidocs/org/apache/juneau/http/HeaderEnum.html
index abf3679..616957b 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderEnum.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderEnum.html
@@ -108,7 +108,13 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt><span class="paramLabel">Type Parameters:</span></dt>
-<dd><code>E</code> - The enum type.</dd>
+<dd><code>E</code> - The enum type.
+
+ <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></dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
@@ -116,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.24">HeaderEnum</a>&lt;E extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;E&gt;&gt;
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.30">HeaderEnum</a>&lt;E extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;E&gt;&gt;
 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">Category of headers that consist of a single enum value.
  <p>
@@ -211,7 +217,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderEnum</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.35">HeaderEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.41">HeaderEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="type parameter in HeaderEnum">E</a>&gt;&nbsp;enumClass,
                      <a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="type parameter in HeaderEnum">E</a>&nbsp;def)</pre>
 <div class="block">Constructor.</div>
@@ -237,7 +243,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asEnum</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="type parameter in HeaderEnum">E</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.51">asEnum</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="type parameter in HeaderEnum">E</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.57">asEnum</a>()</pre>
 <div class="block">Returns <jk>true</jk> if the specified value is the same using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#equalsIgnoreCase-java.lang.String-" title="class or interface in java.lang"><code>String.equalsIgnoreCase(String)</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -251,7 +257,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.62">asString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.68">asString</a>()</pre>
 <div class="block">Returns this header as a simple string value.
  <p>
  Functionally equivalent to calling <a href="../../../../org/apache/juneau/http/HeaderEnum.html#toString--"><code>toString()</code></a>.</div>
@@ -267,7 +273,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.67">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderEnum.html#line.73">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderInteger.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderInteger.html b/content/site/apidocs/org/apache/juneau/http/HeaderInteger.html
index 13b2f6a..fd2f2b6 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderInteger.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderInteger.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.23">HeaderInteger</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.29">HeaderInteger</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">Category of headers that consist of a single integer value.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Age: 300
- </p></div>
+ </p>
+
+ <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>
@@ -197,7 +203,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderInteger</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.31">HeaderInteger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.37">HeaderInteger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -219,7 +225,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asInt</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.51">asInt</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.57">asInt</a>()</pre>
 <div class="block">Returns this header as a simple string value.
  <p>
  Functionally equivalent to calling <a href="../../../../org/apache/juneau/http/HeaderInteger.html#toString--"><code>toString()</code></a>.</div>
@@ -235,7 +241,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.56">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderInteger.html#line.62">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderRangeArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderRangeArray.html b/content/site/apidocs/org/apache/juneau/http/HeaderRangeArray.html
index 88117df..a99804e 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderRangeArray.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderRangeArray.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.27">HeaderRangeArray</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.33">HeaderRangeArray</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">Category of headers that consist of simple comma-delimited lists of strings with q-values.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Accept-Encoding: compress;q=0.5, gzip;q=1.0
- </p></div>
+ </p>
+
+ <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>
@@ -203,7 +209,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderRangeArray</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.36">HeaderRangeArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.42">HeaderRangeArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -225,7 +231,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&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.47">findMatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;types)</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.53">findMatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;types)</pre>
 <div class="block">Given a list of type values, returns the best match for this header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -241,7 +247,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asSimpleRanges</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.66">asSimpleRanges</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.72">asSimpleRanges</a>()</pre>
 <div class="block">Returns the list of the types ranges that make up this header.
  <p>
  The types ranges in the list are sorted by their q-value in descending order.</div>
@@ -257,7 +263,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.71">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderRangeArray.html#line.77">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderString.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderString.html b/content/site/apidocs/org/apache/juneau/http/HeaderString.html
index e708661..fd145e9 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderString.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderString.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.25">HeaderString</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.31">HeaderString</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">Category of headers that consist of a single string value.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Accept-Ranges: bytes
- </p></div>
+ </p>
+
+ <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>
@@ -209,7 +215,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderString</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.33">HeaderString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.39">HeaderString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -231,7 +237,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>eqIC</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.43">eqIC</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compare)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.49">eqIC</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compare)</pre>
 <div class="block">Returns <jk>true</jk> if the specified value is the same using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#equalsIgnoreCase-java.lang.String-" title="class or interface in java.lang"><code>String.equalsIgnoreCase(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -247,7 +253,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>eq</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.53">eq</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compare)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.59">eq</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compare)</pre>
 <div class="block">Returns <jk>true</jk> if the specified value is the same using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang"><code>String.equals(Object)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -263,7 +269,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.64">asString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.70">asString</a>()</pre>
 <div class="block">Returns this header as a simple string value.
  <p>
  Functionally equivalent to calling <a href="../../../../org/apache/juneau/http/HeaderString.html#toString--"><code>toString()</code></a>.</div>
@@ -279,7 +285,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.69">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderString.html#line.75">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderStringArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderStringArray.html b/content/site/apidocs/org/apache/juneau/http/HeaderStringArray.html
index f774ef7..9177005 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderStringArray.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderStringArray.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.25">HeaderStringArray</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.31">HeaderStringArray</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">Category of headers that consist of a comma-delimited list of string values.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Allow: GET, PUT
- </p></div>
+ </p>
+
+ <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>
@@ -209,7 +215,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderStringArray</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.33">HeaderStringArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.39">HeaderStringArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -231,7 +237,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.44">asString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.50">asString</a>()</pre>
 <div class="block">Returns this header as a simple string value.
  <p>
  Functionally equivalent to calling <a href="../../../../org/apache/juneau/http/HeaderStringArray.html#toString--"><code>toString()</code></a>.</div>
@@ -247,7 +253,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.54">contains</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.60">contains</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</pre>
 <div class="block">Returns <jk>true</jk> if this header contains the specified value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -263,7 +269,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>containsIC</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.68">containsIC</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.74">containsIC</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</pre>
 <div class="block">Returns <jk>true</jk> if this header contains the specified value using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#equalsIgnoreCase-java.lang.String-" title="class or interface in java.lang"><code>String.equalsIgnoreCase(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -279,7 +285,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.77">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderStringArray.html#line.83">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/HeaderUri.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HeaderUri.html b/content/site/apidocs/org/apache/juneau/http/HeaderUri.html
index c0f0093..c1f1ec7 100644
--- a/content/site/apidocs/org/apache/juneau/http/HeaderUri.html
+++ b/content/site/apidocs/org/apache/juneau/http/HeaderUri.html
@@ -112,14 +112,20 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.27">HeaderUri</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.33">HeaderUri</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">Category of headers that consist of a single URL value.
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Location: http://www.w3.org/pub/WWW/People.html
- </p></div>
+ </p>
+
+ <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>
@@ -203,7 +209,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HeaderUri</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.35">HeaderUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.41">HeaderUri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -225,7 +231,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asURI</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.43">asURI</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.49">asURI</a>()</pre>
 <div class="block">Returns this header as a <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -239,7 +245,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>asString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.54">asString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.60">asString</a>()</pre>
 <div class="block">Returns this header as a simple string value.
  <p>
  Functionally equivalent to calling <a href="../../../../org/apache/juneau/http/HeaderUri.html#toString--"><code>toString()</code></a>.</div>
@@ -255,7 +261,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&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.59">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HeaderUri.html#line.65">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>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/Host.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Host.html b/content/site/apidocs/org/apache/juneau/http/Host.html
index 1027a80..8c42f63 100644
--- a/content/site/apidocs/org/apache/juneau/http/Host.html
+++ b/content/site/apidocs/org/apache/juneau/http/Host.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Host.html#line.58">Host</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Host.html#line.64">Host</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Host</l> HTTP request header.
  <p>
@@ -155,7 +155,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  All Internet-based HTTP/1.1 servers MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request
  message which lacks a Host header field.
  <p>
- See sections 5.2 and 19.6.1.1 for other requirements relating to Host.</div>
+ See sections 5.2 and 19.6.1.1 for other requirements relating to Host.
+
+ <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>
@@ -215,7 +221,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Host.html" title="class in org.apache.juneau.http">Host</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Host.html#line.66">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Host.html" title="class in org.apache.juneau.http">Host</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Host.html#line.72">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Host</code> header.</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/http/HttpMethod.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/HttpMethod.html b/content/site/apidocs/org/apache/juneau/http/HttpMethod.html
index d1484ea..2526c9c 100644
--- a/content/site/apidocs/org/apache/juneau/http/HttpMethod.html
+++ b/content/site/apidocs/org/apache/juneau/http/HttpMethod.html
@@ -117,9 +117,15 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public enum <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.20">HttpMethod</a>
+<pre>public enum <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.26">HttpMethod</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>&gt;</pre>
-<div class="block">Represents valid HTTP 1.1 method names per the <a class='doclink' href='https://www.ietf.org/rfc/rfc2616.txt'>RFC 2616</a> spec.</div>
+<div class="block">Represents valid HTTP 1.1 method names per the <a class='doclink' href='https://www.ietf.org/rfc/rfc2616.txt'>RFC 2616</a> spec.
+
+ <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>
@@ -251,7 +257,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>OPTIONS</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.23">OPTIONS</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.29">OPTIONS</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.2'>OPTIONS</a></div>
 </li>
 </ul>
@@ -261,7 +267,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>GET</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.26">GET</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.32">GET</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3'>GET</a></div>
 </li>
 </ul>
@@ -271,7 +277,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>HEAD</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.29">HEAD</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.35">HEAD</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4'>HEAD</a></div>
 </li>
 </ul>
@@ -281,7 +287,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>POST</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.32">POST</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.38">POST</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5'>POST</a></div>
 </li>
 </ul>
@@ -291,7 +297,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>PUT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.35">PUT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.41">PUT</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.6'>PUT</a></div>
 </li>
 </ul>
@@ -301,7 +307,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>DELETE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.38">DELETE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.44">DELETE</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.7'>DELETE</a></div>
 </li>
 </ul>
@@ -311,7 +317,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>TRACE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.41">TRACE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.47">TRACE</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.8'>TRACE</a></div>
 </li>
 </ul>
@@ -321,7 +327,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>CONNECT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.44">CONNECT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.50">CONNECT</a></pre>
 <div class="block"><a class='doclink' href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.9'>CONNECT</a></div>
 </li>
 </ul>
@@ -331,7 +337,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>OTHER</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.47">OTHER</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a> <a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.53">OTHER</a></pre>
 <div class="block">A non-standard value.</div>
 </li>
 </ul>
@@ -349,7 +355,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.20">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.26">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -369,7 +375,7 @@ for (HttpMethod c : HttpMethod.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.20">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.26">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -391,7 +397,7 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.69">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>&nbsp;key)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/HttpMethod.html#line.75">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>&nbsp;key)</pre>
 <div class="block">Returns the enum for the specified key.
  <p>
  Case is ignored.</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/IfMatch.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/IfMatch.html b/content/site/apidocs/org/apache/juneau/http/IfMatch.html
index abf07fb..af668ea 100644
--- a/content/site/apidocs/org/apache/juneau/http/IfMatch.html
+++ b/content/site/apidocs/org/apache/juneau/http/IfMatch.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfMatch.html#line.73">IfMatch</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfMatch.html#line.79">IfMatch</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.html" title="class in org.apache.juneau.http">HeaderEntityValidatorArray</a></pre>
 <div class="block">Represents a parsed <l>If-Match</l> HTTP request header.
  <p>
@@ -170,7 +170,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.h
    If-Match: *
  </p>
  The result of a request having both an If-Match header field and either an If-None-Match or an If-Modified-Since
- header fields is undefined by this specification.</div>
+ header fields is undefined by this specification.
+
+ <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>
@@ -230,7 +236,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfMatch.html" title="class in org.apache.juneau.http">IfMatch</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfMatch.html#line.81">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfMatch.html" title="class in org.apache.juneau.http">IfMatch</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfMatch.html#line.87">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>If-Match</code> header.</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/http/IfModifiedSince.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/IfModifiedSince.html b/content/site/apidocs/org/apache/juneau/http/IfModifiedSince.html
index 686538c..b37492a 100644
--- a/content/site/apidocs/org/apache/juneau/http/IfModifiedSince.html
+++ b/content/site/apidocs/org/apache/juneau/http/IfModifiedSince.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfModifiedSince.html#line.75">IfModifiedSince</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfModifiedSince.html#line.81">IfModifiedSince</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></pre>
 <div class="block">Represents a parsed <l>If-Modified-Since</l> HTTP request header.
  <p>
@@ -172,7 +172,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
  If-Modified-Since date is derived from the client's clock without correction to the server's clock.
  Corrections for different time bases between client and server are at best approximate due to network latency.
  The result of a request having both an If-Modified-Since header field and either an If-Match or an
- If-Unmodified-Since header fields is undefined by this specification.</div>
+ If-Unmodified-Since header fields is undefined by this specification.
+
+ <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>
@@ -232,7 +238,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfModifiedSince.html" title="class in org.apache.juneau.http">IfModifiedSince</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfModifiedSince.html#line.83">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfModifiedSince.html" title="class in org.apache.juneau.http">IfModifiedSince</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfModifiedSince.html#line.89">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>If-Modified-Since</code> header.</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/http/IfNoneMatch.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/IfNoneMatch.html b/content/site/apidocs/org/apache/juneau/http/IfNoneMatch.html
index eb53d35..b170c81 100644
--- a/content/site/apidocs/org/apache/juneau/http/IfNoneMatch.html
+++ b/content/site/apidocs/org/apache/juneau/http/IfNoneMatch.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfNoneMatch.html#line.78">IfNoneMatch</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfNoneMatch.html#line.84">IfNoneMatch</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.html" title="class in org.apache.juneau.http">HeaderEntityValidatorArray</a></pre>
 <div class="block">Represents a parsed <l>If-None-Match</l> HTTP request header.
  <p>
@@ -175,7 +175,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.h
  </p>
  <p>
  The result of a request having both an If-None-Match header field and either an If-Match or an If-Unmodified-Since
- header fields is undefined by this specification.</div>
+ header fields is undefined by this specification.
+
+ <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>
@@ -235,7 +241,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfNoneMatch.html" title="class in org.apache.juneau.http">IfNoneMatch</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfNoneMatch.html#line.86">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfNoneMatch.html" title="class in org.apache.juneau.http">IfNoneMatch</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfNoneMatch.html#line.92">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>If-None-Match</code> header.</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/http/IfRange.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/IfRange.html b/content/site/apidocs/org/apache/juneau/http/IfRange.html
index ded3e59..2296461 100644
--- a/content/site/apidocs/org/apache/juneau/http/IfRange.html
+++ b/content/site/apidocs/org/apache/juneau/http/IfRange.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.55">IfRange</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.61">IfRange</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>If-Range</l> HTTP request header.
  <p>
@@ -148,7 +148,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  If the entity tag given in the If-Range header matches the current entity tag for the entity, then the server SHOULD
  provide the specified sub-range of the entity using a 206 (Partial content) response.
- If the entity tag does not match, then the server SHOULD return the entire entity using a 200 (OK) response.</div>
+ If the entity tag does not match, then the server SHOULD return the entire entity using a 200 (OK) response.
+
+ <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>
@@ -220,7 +226,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfRange.html" title="class in org.apache.juneau.http">IfRange</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.63">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfRange.html" title="class in org.apache.juneau.http">IfRange</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.69">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>If-Range</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -236,7 +242,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>asDate</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.77">asDate</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.83">asDate</a>()</pre>
 <div class="block">Returns this header value as a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a> object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -250,7 +256,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asValidator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.89">asValidator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfRange.html#line.95">asValidator</a>()</pre>
 <div class="block">Returns this header value as an <a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http"><code>EntityValidator</code></a> object.</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/http/IfUnmodifiedSince.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/IfUnmodifiedSince.html b/content/site/apidocs/org/apache/juneau/http/IfUnmodifiedSince.html
index a7e6534..5d64f71 100644
--- a/content/site/apidocs/org/apache/juneau/http/IfUnmodifiedSince.html
+++ b/content/site/apidocs/org/apache/juneau/http/IfUnmodifiedSince.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfUnmodifiedSince.html#line.49">IfUnmodifiedSince</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/IfUnmodifiedSince.html#line.55">IfUnmodifiedSince</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></pre>
 <div class="block">Represents a parsed <l>If-Unmodified-Since</l> HTTP request header.
  <p>
@@ -146,7 +146,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
  If the specified date is invalid, the header is ignored.
  <p>
  The result of a request having both an If-Unmodified-Since header field and either an If-None-Match or an
- If-Modified-Since header fields is undefined by this specification.</div>
+ If-Modified-Since header fields is undefined by this specification.
+
+ <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>
@@ -206,7 +212,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfUnmodifiedSince.html" title="class in org.apache.juneau.http">IfUnmodifiedSince</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfUnmodifiedSince.html#line.57">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/IfUnmodifiedSince.html" title="class in org.apache.juneau.http">IfUnmodifiedSince</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/IfUnmodifiedSince.html#line.63">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>If-Unmodified-Since</code> header.</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/http/LastModified.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/LastModified.html b/content/site/apidocs/org/apache/juneau/http/LastModified.html
index d234f7c..16f40ef 100644
--- a/content/site/apidocs/org/apache/juneau/http/LastModified.html
+++ b/content/site/apidocs/org/apache/juneau/http/LastModified.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/LastModified.html#line.57">LastModified</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/LastModified.html#line.63">LastModified</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></pre>
 <div class="block">Represents a parsed <l>Last-Modified</l> HTTP response header.
  <p>
@@ -154,7 +154,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
  This allows a recipient to make an accurate assessment of the entity's modification time, especially if the entity
  changes near the time that the response is generated.
  <p>
- HTTP/1.1 servers SHOULD send Last-Modified whenever feasible.</div>
+ HTTP/1.1 servers SHOULD send Last-Modified whenever feasible.
+
+ <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>
@@ -214,7 +220,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderDate.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/LastModified.html" title="class in org.apache.juneau.http">LastModified</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/LastModified.html#line.65">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/LastModified.html" title="class in org.apache.juneau.http">LastModified</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/LastModified.html#line.71">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Last-Modified</code> header.</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/http/Location.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Location.html b/content/site/apidocs/org/apache/juneau/http/Location.html
index 9eb0791..38ab92c 100644
--- a/content/site/apidocs/org/apache/juneau/http/Location.html
+++ b/content/site/apidocs/org/apache/juneau/http/Location.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Location.html#line.46">Location</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Location.html#line.52">Location</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http">HeaderUri</a></pre>
 <div class="block">Represents a parsed <l>Location</l> HTTP response header.
  <p>
@@ -143,7 +143,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
  Note: The Content-Location header field (section 14.14) differs from Location in that the Content-Location identifies
  the original location of the entity enclosed in the request.
  It is therefore possible for a response to contain header fields for both Location and Content-Location.
- Also see section 13.10 for cache requirements of some methods.</div>
+ Also see section 13.10 for cache requirements of some methods.
+
+ <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>
@@ -203,7 +209,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Location.html" title="class in org.apache.juneau.http">Location</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Location.html#line.54">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Location.html" title="class in org.apache.juneau.http">Location</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Location.html#line.60">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Location</code> header.</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/http/MaxForwards.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/MaxForwards.html b/content/site/apidocs/org/apache/juneau/http/MaxForwards.html
index 9520a30..01c6bdd 100644
--- a/content/site/apidocs/org/apache/juneau/http/MaxForwards.html
+++ b/content/site/apidocs/org/apache/juneau/http/MaxForwards.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/MaxForwards.html#line.48">MaxForwards</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/MaxForwards.html#line.54">MaxForwards</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="class in org.apache.juneau.http">HeaderInteger</a></pre>
 <div class="block">Represents a parsed <l>Max-Forwards</l> HTTP request header.
  <p>
@@ -145,7 +145,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
  Max-Forwards field with a value decremented by one (1).
  <p>
  The Max-Forwards header field MAY be ignored for all other methods defined by this specification and for any
- extension methods for which it is not explicitly referred to as part of that method definition.</div>
+ extension methods for which it is not explicitly referred to as part of that method definition.
+
+ <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>
@@ -205,7 +211,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/MaxForwards.html" title="class in org.apache.juneau.http">MaxForwards</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MaxForwards.html#line.56">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/MaxForwards.html" title="class in org.apache.juneau.http">MaxForwards</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MaxForwards.html#line.62">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Max-Forwards</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[38/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Input.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Input.html b/content/site/apidocs/org/apache/juneau/dto/html5/Input.html
index beb52bf..d4a11c4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Input.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Input.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="input")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.24">Input</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.32">Input</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-input-element">&lt;input&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -403,7 +411,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Input</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.24">Input</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.32">Input</a>()</pre>
 </li>
 </ul>
 </li>
@@ -420,7 +428,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>accept</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.32">accept</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accept)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.40">accept</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accept)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-accept">accept</a> attribute.
  Hint for expected file type in file upload controls.</div>
 <dl>
@@ -437,7 +445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>alt</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.43">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.51">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-alt">alt</a> attribute.
  Replacement text for use when images are not available.</div>
 <dl>
@@ -454,7 +462,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>autocomplete</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.54">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.62">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete">autocomplete</a> attribute.
  Hint for form autofill feature.</div>
 <dl>
@@ -471,7 +479,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>autofocus</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.65">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autofocus)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.73">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autofocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.
  Automatically focus the form control when the page is loaded.</div>
 <dl>
@@ -488,7 +496,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>checked</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.77">checked</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;checked)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.85">checked</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;checked)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-checked">checked</a> attribute.
  Whether the command or control is checked.</div>
 <dl>
@@ -506,7 +514,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>dirname</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.88">dirname</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dirname)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.96">dirname</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dirname)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname">dirname</a> attribute.
  Name of form field to use for sending the element's directionality in form submission.</div>
 <dl>
@@ -523,7 +531,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.100">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.108">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -541,7 +549,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.111">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.119">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -558,7 +566,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>formaction</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.122">formaction</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formaction)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.130">formaction</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formaction)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formaction">formaction</a> attribute.
  URL to use for form submission.</div>
 <dl>
@@ -575,7 +583,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>formenctype</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.133">formenctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formenctype)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.141">formenctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formenctype)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype">formenctype</a> attribute.
  Form data set encoding type to use for form submission.</div>
 <dl>
@@ -592,7 +600,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>formmethod</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.144">formmethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formmethod)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.152">formmethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formmethod)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formmethod">formmethod</a> attribute.
  HTTP method to use for form submission.</div>
 <dl>
@@ -609,7 +617,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>formnovalidate</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.155">formnovalidate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formnovalidate)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.163">formnovalidate</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formnovalidate)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formnovalidate">formnovalidate</a> attribute.
  Bypass form control validation for form submission.</div>
 <dl>
@@ -626,7 +634,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>formtarget</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.166">formtarget</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formtarget)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.174">formtarget</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;formtarget)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-formtarget">formtarget</a> attribute.
  Browsing context for form submission.</div>
 <dl>
@@ -643,7 +651,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.178">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.186">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -661,7 +669,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>inputmode</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.189">inputmode</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inputmode)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.197">inputmode</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inputmode)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-input-inputmode">inputmode</a> attribute.
  Hint for selecting an input modality.</div>
 <dl>
@@ -678,7 +686,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>list</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.200">list</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;list)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.208">list</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;list)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-list">list</a> attribute.
  List of autocomplete options.</div>
 <dl>
@@ -695,7 +703,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>max</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.212">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.220">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;max)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-max">max</a> attribute.
  Maximum value.</div>
 <dl>
@@ -713,7 +721,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>maxlength</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.224">maxlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;maxlength)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.232">maxlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;maxlength)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-maxlength">maxlength</a> attribute.
  Maximum length of value.</div>
 <dl>
@@ -731,7 +739,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>min</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.236">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;min)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.244">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;min)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-min">min</a> attribute.
  Minimum value.</div>
 <dl>
@@ -749,7 +757,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>minlength</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.248">minlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;minlength)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.256">minlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;minlength)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-minlength">minlength</a> attribute.
  Minimum length of value.</div>
 <dl>
@@ -767,7 +775,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>multiple</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.260">multiple</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;multiple)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.268">multiple</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;multiple)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-multiple">multiple</a> attribute.
  Whether to allow multiple values.</div>
 <dl>
@@ -785,7 +793,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.271">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.279">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -802,7 +810,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>pattern</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.282">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.290">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-pattern">pattern</a> attribute.
  Pattern to be matched by the form control's value.</div>
 <dl>
@@ -819,7 +827,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>placeholder</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.293">placeholder</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;placeholder)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.301">placeholder</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;placeholder)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-placeholder">placeholder</a> attribute.
  User-visible label to be placed within the form control.</div>
 <dl>
@@ -836,7 +844,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>readonly</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.305">readonly</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;readonly)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.313">readonly</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;readonly)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-readonly">readonly</a> attribute.
  Whether to allow the value to be edited by the user.</div>
 <dl>
@@ -854,7 +862,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.317">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.325">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-readonly">required</a> attribute.
  Whether the control is required for form submission.</div>
 <dl>
@@ -872,7 +880,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>size</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.329">size</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;size)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.337">size</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;size)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-size">size</a> attribute.
  Size of the control.</div>
 <dl>
@@ -890,7 +898,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.341">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.349">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -908,7 +916,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>step</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.352">step</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;step)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.360">step</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;step)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-step">step</a> attribute.
  Granularity to be matched by the form control's value.</div>
 <dl>
@@ -925,7 +933,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.363">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.371">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-type">type</a> attribute.
  Type of form control.</div>
 <dl>
@@ -942,7 +950,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>value</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.375">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.383">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-input-value">value</a> attribute.
  Value of the form control.</div>
 <dl>
@@ -960,7 +968,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.387">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.395">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -978,7 +986,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.398">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.406">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -997,7 +1005,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.404">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.412">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -1016,7 +1024,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.410">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Input.html" title="class in org.apache.juneau.dto.html5">Input</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Input.html#line.418">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Ins.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Ins.html b/content/site/apidocs/org/apache/juneau/dto/html5/Ins.html
index 7e9b0ec..26a69a7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Ins.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Ins.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="ins")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.22">Ins</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.30">Ins</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/edits.html#the-ins-element">&lt;ins&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Ins</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.22">Ins</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.30">Ins</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.30">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.38">cite</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cite)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-cite">cite</a> attribute.
  Link to the source of the quotation or more information about the edit.</div>
 <dl>
@@ -276,7 +284,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>datetime</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.41">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.49">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/edits.html#attr-mod-datetime">datetime</a> attribute.
  Date and (optionally) time of the change.</div>
 <dl>
@@ -293,7 +301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.52">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.60">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -312,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.58">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.66">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.64">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.72">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -350,7 +358,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.70">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.78">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.76">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ins.html" title="class in org.apache.juneau.dto.html5">Ins</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ins.html#line.84">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Kbd.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Kbd.html b/content/site/apidocs/org/apache/juneau/dto/html5/Kbd.html
index a5c9777..9f02ccc 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Kbd.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Kbd.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="kbd")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.22">Kbd</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.30">Kbd</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-kbd-element">&lt;kbd&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Kbd</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.22">Kbd</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.30">Kbd</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Kbd.html" title="class in org.apache.juneau.dto.html5">Kbd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Kbd.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Keygen.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Keygen.html b/content/site/apidocs/org/apache/juneau/dto/html5/Keygen.html
index dc59002..1966d04 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Keygen.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Keygen.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="keygen")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.22">Keygen</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.30">Keygen</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-keygen-element">&lt;keygen&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Keygen</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.22">Keygen</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.30">Keygen</a>()</pre>
 </li>
 </ul>
 </li>
@@ -264,7 +272,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>autofocus</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.31">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.39">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autofocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.
  Automatically focus the form control when the page is loaded.</div>
 <dl>
@@ -282,7 +290,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>challenge</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.42">challenge</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;challenge)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.50">challenge</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;challenge)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-keygen-challenge">challenge</a> attribute.
  String to package with the generated and signed public key.</div>
 <dl>
@@ -299,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.54">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.62">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -317,7 +325,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.65">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.73">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -334,7 +342,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>keytype</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.76">keytype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keytype)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.84">keytype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keytype)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-keygen-keytype">keytype</a> attribute.
  The type of cryptographic key to generate.</div>
 <dl>
@@ -351,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.87">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.95">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -368,7 +376,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.98">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.106">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -387,7 +395,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.104">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.112">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -406,7 +414,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.110">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Keygen.html" title="class in org.apache.juneau.dto.html5">Keygen</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Keygen.html#line.118">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Label.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Label.html b/content/site/apidocs/org/apache/juneau/dto/html5/Label.html
index 4999932..691c149 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Label.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Label.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="label")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.22">Label</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.30">Label</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-label-element">&lt;label&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -242,7 +250,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Label</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.22">Label</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.30">Label</a>()</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_for</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.30">_for</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_for)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.38">_for</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_for)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-label-for">for</a> attribute.
  Associate the label with form control.</div>
 <dl>
@@ -276,7 +284,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.41">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.49">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -293,7 +301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.52">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.60">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -312,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.58">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.66">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.64">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.72">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -350,7 +358,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.70">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.78">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.76">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Label.html" title="class in org.apache.juneau.dto.html5">Label</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Label.html#line.84">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[09/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Entry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Entry.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Entry.html
index 53bacc1..9ffea26 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Entry.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Entry.html
@@ -51,240 +51,247 @@
 <span class="sourceLineNo">043</span> *          &amp;amp; extensionElement*)<a name="line.43"></a>
 <span class="sourceLineNo">044</span> *       }<a name="line.44"></a>
 <span class="sourceLineNo">045</span> * &lt;/p&gt;<a name="line.45"></a>
-<span class="sourceLineNo">046</span> * &lt;p&gt;<a name="line.46"></a>
-<span class="sourceLineNo">047</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.47"></a>
-<span class="sourceLineNo">048</span> */<a name="line.48"></a>
-<span class="sourceLineNo">049</span>@Bean(typeName="entry")<a name="line.49"></a>
-<span class="sourceLineNo">050</span>@SuppressWarnings("hiding")<a name="line.50"></a>
-<span class="sourceLineNo">051</span>public class Entry extends CommonEntry {<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span>   private Content content;<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   private Calendar published;<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   private Source source;<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   private Text summary;<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    * Normal constructor.<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    *<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @param id The ID of this entry.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * @param title The title of this entry.<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * @param updated The updated timestamp of this entry.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    */<a name="line.64"></a>
-<span class="sourceLineNo">065</span>   public Entry(Id id, Text title, Calendar updated) {<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      super(id, title, updated);<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * Normal constructor.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    *<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @param id The ID of this entry.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @param title The title of this entry.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @param updated The updated timestamp of this entry.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
-<span class="sourceLineNo">076</span>   public Entry(String id, String title, String updated) {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      super(id, title, updated);<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span>   /** Bean constructor. */<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   public Entry() {}<a name="line.81"></a>
-<span class="sourceLineNo">082</span><a name="line.82"></a>
-<span class="sourceLineNo">083</span><a name="line.83"></a>
-<span class="sourceLineNo">084</span>   //--------------------------------------------------------------------------------<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   // Bean properties<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   //--------------------------------------------------------------------------------<a name="line.86"></a>
-<span class="sourceLineNo">087</span><a name="line.87"></a>
-<span class="sourceLineNo">088</span>   /**<a name="line.88"></a>
-<span class="sourceLineNo">089</span>    * Returns the content of this entry.<a name="line.89"></a>
-<span class="sourceLineNo">090</span>    *<a name="line.90"></a>
-<span class="sourceLineNo">091</span>    * @return The content of this entry.<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    */<a name="line.92"></a>
-<span class="sourceLineNo">093</span>   public Content getContent() {<a name="line.93"></a>
-<span class="sourceLineNo">094</span>      return content;<a name="line.94"></a>
-<span class="sourceLineNo">095</span>   }<a name="line.95"></a>
-<span class="sourceLineNo">096</span><a name="line.96"></a>
-<span class="sourceLineNo">097</span>   /**<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    * Sets the content of this entry.<a name="line.98"></a>
-<span class="sourceLineNo">099</span>    *<a name="line.99"></a>
-<span class="sourceLineNo">100</span>    * @param content The content of this entry.<a name="line.100"></a>
-<span class="sourceLineNo">101</span>    * @return This object (for method chaining).<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    */<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   @BeanProperty("content")<a name="line.103"></a>
-<span class="sourceLineNo">104</span>   public Entry content(Content content) {<a name="line.104"></a>
-<span class="sourceLineNo">105</span>      this.content = content;<a name="line.105"></a>
-<span class="sourceLineNo">106</span>      return this;<a name="line.106"></a>
-<span class="sourceLineNo">107</span>   }<a name="line.107"></a>
-<span class="sourceLineNo">108</span><a name="line.108"></a>
-<span class="sourceLineNo">109</span>   /**<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    * Returns the publish timestamp of this entry.<a name="line.110"></a>
-<span class="sourceLineNo">111</span>    *<a name="line.111"></a>
-<span class="sourceLineNo">112</span>    * @return The publish timestamp of this entry.<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    */<a name="line.113"></a>
-<span class="sourceLineNo">114</span>   @BeanProperty(swap=CalendarSwap.ISO8601DT.class)<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   public Calendar getPublished() {<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      return published;<a name="line.116"></a>
-<span class="sourceLineNo">117</span>   }<a name="line.117"></a>
-<span class="sourceLineNo">118</span><a name="line.118"></a>
-<span class="sourceLineNo">119</span>   /**<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    * Sets the publish timestamp of this entry.<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    *<a name="line.121"></a>
-<span class="sourceLineNo">122</span>    * @param published The publish timestamp of this entry.<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * @return This object (for method chaining).<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    */<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   @BeanProperty("published")<a name="line.125"></a>
-<span class="sourceLineNo">126</span>   public Entry published(Calendar published) {<a name="line.126"></a>
-<span class="sourceLineNo">127</span>      this.published = published;<a name="line.127"></a>
-<span class="sourceLineNo">128</span>      return this;<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   }<a name="line.129"></a>
-<span class="sourceLineNo">130</span><a name="line.130"></a>
-<span class="sourceLineNo">131</span>   /**<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    * Sets the publish timestamp of this entry.<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    *<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    * @param published The publish timestamp of this entry in ISO8601 format.<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    * @return This object (for method chaining).<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    */<a name="line.136"></a>
-<span class="sourceLineNo">137</span>   @BeanProperty("published")<a name="line.137"></a>
-<span class="sourceLineNo">138</span>   public Entry published(String published) {<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      this.published = parseDateTime(published);<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      return this;<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
-<span class="sourceLineNo">142</span><a name="line.142"></a>
-<span class="sourceLineNo">143</span>   /**<a name="line.143"></a>
-<span class="sourceLineNo">144</span>    * Returns the source of this entry.<a name="line.144"></a>
-<span class="sourceLineNo">145</span>    *<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * @return The source of this entry.<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    */<a name="line.147"></a>
-<span class="sourceLineNo">148</span>   public Source getSource() {<a name="line.148"></a>
-<span class="sourceLineNo">149</span>      return source;<a name="line.149"></a>
-<span class="sourceLineNo">150</span>   }<a name="line.150"></a>
-<span class="sourceLineNo">151</span><a name="line.151"></a>
-<span class="sourceLineNo">152</span>   /**<a name="line.152"></a>
-<span class="sourceLineNo">153</span>    * Sets the source of this entry.<a name="line.153"></a>
-<span class="sourceLineNo">154</span>    *<a name="line.154"></a>
-<span class="sourceLineNo">155</span>    * @param source The source of this entry.<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    * @return This object (for method chaining).<a name="line.156"></a>
-<span class="sourceLineNo">157</span>    */<a name="line.157"></a>
-<span class="sourceLineNo">158</span>   @BeanProperty("source")<a name="line.158"></a>
-<span class="sourceLineNo">159</span>   public Entry source(Source source) {<a name="line.159"></a>
-<span class="sourceLineNo">160</span>      this.source = source;<a name="line.160"></a>
-<span class="sourceLineNo">161</span>      return this;<a name="line.161"></a>
-<span class="sourceLineNo">162</span>   }<a name="line.162"></a>
-<span class="sourceLineNo">163</span><a name="line.163"></a>
-<span class="sourceLineNo">164</span>   /**<a name="line.164"></a>
-<span class="sourceLineNo">165</span>    * Returns the summary of this entry.<a name="line.165"></a>
-<span class="sourceLineNo">166</span>    *<a name="line.166"></a>
-<span class="sourceLineNo">167</span>    * @return The summary of this entry.<a name="line.167"></a>
-<span class="sourceLineNo">168</span>    */<a name="line.168"></a>
-<span class="sourceLineNo">169</span>   public Text getSummary() {<a name="line.169"></a>
-<span class="sourceLineNo">170</span>      return summary;<a name="line.170"></a>
-<span class="sourceLineNo">171</span>   }<a name="line.171"></a>
-<span class="sourceLineNo">172</span><a name="line.172"></a>
-<span class="sourceLineNo">173</span>   /**<a name="line.173"></a>
-<span class="sourceLineNo">174</span>    * Sets the summary of this entry.<a name="line.174"></a>
-<span class="sourceLineNo">175</span>    *<a name="line.175"></a>
-<span class="sourceLineNo">176</span>    * @param summary The summary of this entry.<a name="line.176"></a>
-<span class="sourceLineNo">177</span>    * @return This object (for method chaining).<a name="line.177"></a>
-<span class="sourceLineNo">178</span>    */<a name="line.178"></a>
-<span class="sourceLineNo">179</span>   @BeanProperty("summary")<a name="line.179"></a>
-<span class="sourceLineNo">180</span>   public Entry summary(Text summary) {<a name="line.180"></a>
-<span class="sourceLineNo">181</span>      this.summary = summary;<a name="line.181"></a>
-<span class="sourceLineNo">182</span>      return this;<a name="line.182"></a>
-<span class="sourceLineNo">183</span>   }<a name="line.183"></a>
-<span class="sourceLineNo">184</span><a name="line.184"></a>
-<span class="sourceLineNo">185</span>   /**<a name="line.185"></a>
-<span class="sourceLineNo">186</span>    * Sets the summary of this entry.<a name="line.186"></a>
-<span class="sourceLineNo">187</span>    *<a name="line.187"></a>
-<span class="sourceLineNo">188</span>    * @param summary The summary of this entry.<a name="line.188"></a>
-<span class="sourceLineNo">189</span>    * @return This object (for method chaining).<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    */<a name="line.190"></a>
-<span class="sourceLineNo">191</span>   @BeanProperty("summary")<a name="line.191"></a>
-<span class="sourceLineNo">192</span>   public Entry summary(String summary) {<a name="line.192"></a>
-<span class="sourceLineNo">193</span>      this.summary = new Text(summary);<a name="line.193"></a>
-<span class="sourceLineNo">194</span>      return this;<a name="line.194"></a>
-<span class="sourceLineNo">195</span>   }<a name="line.195"></a>
-<span class="sourceLineNo">196</span><a name="line.196"></a>
-<span class="sourceLineNo">197</span><a name="line.197"></a>
-<span class="sourceLineNo">198</span>   //--------------------------------------------------------------------------------<a name="line.198"></a>
-<span class="sourceLineNo">199</span>   // Overridden setters (to simplify method chaining)<a name="line.199"></a>
-<span class="sourceLineNo">200</span>   //--------------------------------------------------------------------------------<a name="line.200"></a>
-<span class="sourceLineNo">201</span><a name="line.201"></a>
-<span class="sourceLineNo">202</span>   @Override /* CommonEntry */<a name="line.202"></a>
-<span class="sourceLineNo">203</span>   public Entry authors(Person...authors) {<a name="line.203"></a>
-<span class="sourceLineNo">204</span>      super.authors(authors);<a name="line.204"></a>
-<span class="sourceLineNo">205</span>      return this;<a name="line.205"></a>
-<span class="sourceLineNo">206</span>   }<a name="line.206"></a>
-<span class="sourceLineNo">207</span><a name="line.207"></a>
-<span class="sourceLineNo">208</span>   @Override /* CommonEntry */<a name="line.208"></a>
-<span class="sourceLineNo">209</span>   public Entry categories(Category...categories) {<a name="line.209"></a>
-<span class="sourceLineNo">210</span>      super.categories(categories);<a name="line.210"></a>
-<span class="sourceLineNo">211</span>      return this;<a name="line.211"></a>
-<span class="sourceLineNo">212</span>   }<a name="line.212"></a>
-<span class="sourceLineNo">213</span><a name="line.213"></a>
-<span class="sourceLineNo">214</span>   @Override /* CommonEntry */<a name="line.214"></a>
-<span class="sourceLineNo">215</span>   public Entry contributors(Person...contributors) {<a name="line.215"></a>
-<span class="sourceLineNo">216</span>      super.contributors(contributors);<a name="line.216"></a>
-<span class="sourceLineNo">217</span>      return this;<a name="line.217"></a>
-<span class="sourceLineNo">218</span>   }<a name="line.218"></a>
-<span class="sourceLineNo">219</span><a name="line.219"></a>
-<span class="sourceLineNo">220</span>   @Override /* CommonEntry */<a name="line.220"></a>
-<span class="sourceLineNo">221</span>   public Entry id(Id id) {<a name="line.221"></a>
-<span class="sourceLineNo">222</span>      super.id(id);<a name="line.222"></a>
-<span class="sourceLineNo">223</span>      return this;<a name="line.223"></a>
-<span class="sourceLineNo">224</span>   }<a name="line.224"></a>
-<span class="sourceLineNo">225</span><a name="line.225"></a>
-<span class="sourceLineNo">226</span>   @Override /* CommonEntry */<a name="line.226"></a>
-<span class="sourceLineNo">227</span>   public Entry links(Link...links) {<a name="line.227"></a>
-<span class="sourceLineNo">228</span>      super.links(links);<a name="line.228"></a>
-<span class="sourceLineNo">229</span>      return this;<a name="line.229"></a>
-<span class="sourceLineNo">230</span>   }<a name="line.230"></a>
-<span class="sourceLineNo">231</span><a name="line.231"></a>
-<span class="sourceLineNo">232</span>   @Override /* CommonEntry */<a name="line.232"></a>
-<span class="sourceLineNo">233</span>   public Entry rights(Text rights) {<a name="line.233"></a>
-<span class="sourceLineNo">234</span>      super.rights(rights);<a name="line.234"></a>
-<span class="sourceLineNo">235</span>      return this;<a name="line.235"></a>
-<span class="sourceLineNo">236</span>   }<a name="line.236"></a>
-<span class="sourceLineNo">237</span><a name="line.237"></a>
-<span class="sourceLineNo">238</span>   @Override /* CommonEntry */<a name="line.238"></a>
-<span class="sourceLineNo">239</span>   public Entry rights(String rights) {<a name="line.239"></a>
-<span class="sourceLineNo">240</span>      super.rights(rights);<a name="line.240"></a>
-<span class="sourceLineNo">241</span>      return this;<a name="line.241"></a>
-<span class="sourceLineNo">242</span>   }<a name="line.242"></a>
-<span class="sourceLineNo">243</span><a name="line.243"></a>
-<span class="sourceLineNo">244</span>   @Override /* CommonEntry */<a name="line.244"></a>
-<span class="sourceLineNo">245</span>   public Entry title(Text title) {<a name="line.245"></a>
-<span class="sourceLineNo">246</span>      super.title(title);<a name="line.246"></a>
-<span class="sourceLineNo">247</span>      return this;<a name="line.247"></a>
-<span class="sourceLineNo">248</span>   }<a name="line.248"></a>
-<span class="sourceLineNo">249</span><a name="line.249"></a>
-<span class="sourceLineNo">250</span>   @Override /* CommonEntry */<a name="line.250"></a>
-<span class="sourceLineNo">251</span>   public Entry title(String title) {<a name="line.251"></a>
-<span class="sourceLineNo">252</span>      super.title(title);<a name="line.252"></a>
-<span class="sourceLineNo">253</span>      return this;<a name="line.253"></a>
-<span class="sourceLineNo">254</span>   }<a name="line.254"></a>
-<span class="sourceLineNo">255</span><a name="line.255"></a>
-<span class="sourceLineNo">256</span>   @Override /* CommonEntry */<a name="line.256"></a>
-<span class="sourceLineNo">257</span>   public Entry updated(Calendar updated) {<a name="line.257"></a>
-<span class="sourceLineNo">258</span>      super.updated(updated);<a name="line.258"></a>
-<span class="sourceLineNo">259</span>      return this;<a name="line.259"></a>
-<span class="sourceLineNo">260</span>   }<a name="line.260"></a>
-<span class="sourceLineNo">261</span><a name="line.261"></a>
-<span class="sourceLineNo">262</span>   @Override /* CommonEntry */<a name="line.262"></a>
-<span class="sourceLineNo">263</span>   public Entry updated(String updated) {<a name="line.263"></a>
-<span class="sourceLineNo">264</span>      super.updated(updated);<a name="line.264"></a>
-<span class="sourceLineNo">265</span>      return this;<a name="line.265"></a>
-<span class="sourceLineNo">266</span>   }<a name="line.266"></a>
-<span class="sourceLineNo">267</span><a name="line.267"></a>
-<span class="sourceLineNo">268</span>   @Override /* Common */<a name="line.268"></a>
-<span class="sourceLineNo">269</span>   public Entry base(URI base) {<a name="line.269"></a>
-<span class="sourceLineNo">270</span>      super.base(base);<a name="line.270"></a>
-<span class="sourceLineNo">271</span>      return this;<a name="line.271"></a>
-<span class="sourceLineNo">272</span>   }<a name="line.272"></a>
-<span class="sourceLineNo">273</span><a name="line.273"></a>
-<span class="sourceLineNo">274</span>   @Override /* Common */<a name="line.274"></a>
-<span class="sourceLineNo">275</span>   public Entry lang(String lang) {<a name="line.275"></a>
-<span class="sourceLineNo">276</span>      super.lang(lang);<a name="line.276"></a>
-<span class="sourceLineNo">277</span>      return this;<a name="line.277"></a>
-<span class="sourceLineNo">278</span>   }<a name="line.278"></a>
-<span class="sourceLineNo">279</span>}<a name="line.279"></a>
+<span class="sourceLineNo">046</span> *<a name="line.46"></a>
+<span class="sourceLineNo">047</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.47"></a>
+<span class="sourceLineNo">048</span> * &lt;ul class='doctree'&gt;<a name="line.48"></a>
+<span class="sourceLineNo">049</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.49"></a>
+<span class="sourceLineNo">050</span> *    &lt;ul&gt;<a name="line.50"></a>
+<span class="sourceLineNo">051</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.51"></a>
+<span class="sourceLineNo">052</span> *    &lt;/ul&gt;<a name="line.52"></a>
+<span class="sourceLineNo">053</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.53"></a>
+<span class="sourceLineNo">054</span> * &lt;/ul&gt;<a name="line.54"></a>
+<span class="sourceLineNo">055</span> */<a name="line.55"></a>
+<span class="sourceLineNo">056</span>@Bean(typeName="entry")<a name="line.56"></a>
+<span class="sourceLineNo">057</span>@SuppressWarnings("hiding")<a name="line.57"></a>
+<span class="sourceLineNo">058</span>public class Entry extends CommonEntry {<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span>   private Content content;<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   private Calendar published;<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   private Source source;<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   private Text summary;<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>   /**<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    * Normal constructor.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    *<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @param id The ID of this entry.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    * @param title The title of this entry.<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * @param updated The updated timestamp of this entry.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    */<a name="line.71"></a>
+<span class="sourceLineNo">072</span>   public Entry(Id id, Text title, Calendar updated) {<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      super(id, title, updated);<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   }<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   /**<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * Normal constructor.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    *<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @param id The ID of this entry.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @param title The title of this entry.<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @param updated The updated timestamp of this entry.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    */<a name="line.82"></a>
+<span class="sourceLineNo">083</span>   public Entry(String id, String title, String updated) {<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      super(id, title, updated);<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   /** Bean constructor. */<a name="line.87"></a>
+<span class="sourceLineNo">088</span>   public Entry() {}<a name="line.88"></a>
+<span class="sourceLineNo">089</span><a name="line.89"></a>
+<span class="sourceLineNo">090</span><a name="line.90"></a>
+<span class="sourceLineNo">091</span>   //--------------------------------------------------------------------------------<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   // Bean properties<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   //--------------------------------------------------------------------------------<a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span>   /**<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    * Returns the content of this entry.<a name="line.96"></a>
+<span class="sourceLineNo">097</span>    *<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    * @return The content of this entry.<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    */<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   public Content getContent() {<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      return content;<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   }<a name="line.102"></a>
+<span class="sourceLineNo">103</span><a name="line.103"></a>
+<span class="sourceLineNo">104</span>   /**<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    * Sets the content of this entry.<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    *<a name="line.106"></a>
+<span class="sourceLineNo">107</span>    * @param content The content of this entry.<a name="line.107"></a>
+<span class="sourceLineNo">108</span>    * @return This object (for method chaining).<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    */<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   @BeanProperty("content")<a name="line.110"></a>
+<span class="sourceLineNo">111</span>   public Entry content(Content content) {<a name="line.111"></a>
+<span class="sourceLineNo">112</span>      this.content = content;<a name="line.112"></a>
+<span class="sourceLineNo">113</span>      return this;<a name="line.113"></a>
+<span class="sourceLineNo">114</span>   }<a name="line.114"></a>
+<span class="sourceLineNo">115</span><a name="line.115"></a>
+<span class="sourceLineNo">116</span>   /**<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    * Returns the publish timestamp of this entry.<a name="line.117"></a>
+<span class="sourceLineNo">118</span>    *<a name="line.118"></a>
+<span class="sourceLineNo">119</span>    * @return The publish timestamp of this entry.<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    */<a name="line.120"></a>
+<span class="sourceLineNo">121</span>   @BeanProperty(swap=CalendarSwap.ISO8601DT.class)<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public Calendar getPublished() {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      return published;<a name="line.123"></a>
+<span class="sourceLineNo">124</span>   }<a name="line.124"></a>
+<span class="sourceLineNo">125</span><a name="line.125"></a>
+<span class="sourceLineNo">126</span>   /**<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    * Sets the publish timestamp of this entry.<a name="line.127"></a>
+<span class="sourceLineNo">128</span>    *<a name="line.128"></a>
+<span class="sourceLineNo">129</span>    * @param published The publish timestamp of this entry.<a name="line.129"></a>
+<span class="sourceLineNo">130</span>    * @return This object (for method chaining).<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    */<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   @BeanProperty("published")<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   public Entry published(Calendar published) {<a name="line.133"></a>
+<span class="sourceLineNo">134</span>      this.published = published;<a name="line.134"></a>
+<span class="sourceLineNo">135</span>      return this;<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
+<span class="sourceLineNo">137</span><a name="line.137"></a>
+<span class="sourceLineNo">138</span>   /**<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    * Sets the publish timestamp of this entry.<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    *<a name="line.140"></a>
+<span class="sourceLineNo">141</span>    * @param published The publish timestamp of this entry in ISO8601 format.<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    * @return This object (for method chaining).<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    */<a name="line.143"></a>
+<span class="sourceLineNo">144</span>   @BeanProperty("published")<a name="line.144"></a>
+<span class="sourceLineNo">145</span>   public Entry published(String published) {<a name="line.145"></a>
+<span class="sourceLineNo">146</span>      this.published = parseDateTime(published);<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      return this;<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   /**<a name="line.150"></a>
+<span class="sourceLineNo">151</span>    * Returns the source of this entry.<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    *<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * @return The source of this entry.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    */<a name="line.154"></a>
+<span class="sourceLineNo">155</span>   public Source getSource() {<a name="line.155"></a>
+<span class="sourceLineNo">156</span>      return source;<a name="line.156"></a>
+<span class="sourceLineNo">157</span>   }<a name="line.157"></a>
+<span class="sourceLineNo">158</span><a name="line.158"></a>
+<span class="sourceLineNo">159</span>   /**<a name="line.159"></a>
+<span class="sourceLineNo">160</span>    * Sets the source of this entry.<a name="line.160"></a>
+<span class="sourceLineNo">161</span>    *<a name="line.161"></a>
+<span class="sourceLineNo">162</span>    * @param source The source of this entry.<a name="line.162"></a>
+<span class="sourceLineNo">163</span>    * @return This object (for method chaining).<a name="line.163"></a>
+<span class="sourceLineNo">164</span>    */<a name="line.164"></a>
+<span class="sourceLineNo">165</span>   @BeanProperty("source")<a name="line.165"></a>
+<span class="sourceLineNo">166</span>   public Entry source(Source source) {<a name="line.166"></a>
+<span class="sourceLineNo">167</span>      this.source = source;<a name="line.167"></a>
+<span class="sourceLineNo">168</span>      return this;<a name="line.168"></a>
+<span class="sourceLineNo">169</span>   }<a name="line.169"></a>
+<span class="sourceLineNo">170</span><a name="line.170"></a>
+<span class="sourceLineNo">171</span>   /**<a name="line.171"></a>
+<span class="sourceLineNo">172</span>    * Returns the summary of this entry.<a name="line.172"></a>
+<span class="sourceLineNo">173</span>    *<a name="line.173"></a>
+<span class="sourceLineNo">174</span>    * @return The summary of this entry.<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    */<a name="line.175"></a>
+<span class="sourceLineNo">176</span>   public Text getSummary() {<a name="line.176"></a>
+<span class="sourceLineNo">177</span>      return summary;<a name="line.177"></a>
+<span class="sourceLineNo">178</span>   }<a name="line.178"></a>
+<span class="sourceLineNo">179</span><a name="line.179"></a>
+<span class="sourceLineNo">180</span>   /**<a name="line.180"></a>
+<span class="sourceLineNo">181</span>    * Sets the summary of this entry.<a name="line.181"></a>
+<span class="sourceLineNo">182</span>    *<a name="line.182"></a>
+<span class="sourceLineNo">183</span>    * @param summary The summary of this entry.<a name="line.183"></a>
+<span class="sourceLineNo">184</span>    * @return This object (for method chaining).<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    */<a name="line.185"></a>
+<span class="sourceLineNo">186</span>   @BeanProperty("summary")<a name="line.186"></a>
+<span class="sourceLineNo">187</span>   public Entry summary(Text summary) {<a name="line.187"></a>
+<span class="sourceLineNo">188</span>      this.summary = summary;<a name="line.188"></a>
+<span class="sourceLineNo">189</span>      return this;<a name="line.189"></a>
+<span class="sourceLineNo">190</span>   }<a name="line.190"></a>
+<span class="sourceLineNo">191</span><a name="line.191"></a>
+<span class="sourceLineNo">192</span>   /**<a name="line.192"></a>
+<span class="sourceLineNo">193</span>    * Sets the summary of this entry.<a name="line.193"></a>
+<span class="sourceLineNo">194</span>    *<a name="line.194"></a>
+<span class="sourceLineNo">195</span>    * @param summary The summary of this entry.<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    * @return This object (for method chaining).<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    */<a name="line.197"></a>
+<span class="sourceLineNo">198</span>   @BeanProperty("summary")<a name="line.198"></a>
+<span class="sourceLineNo">199</span>   public Entry summary(String summary) {<a name="line.199"></a>
+<span class="sourceLineNo">200</span>      this.summary = new Text(summary);<a name="line.200"></a>
+<span class="sourceLineNo">201</span>      return this;<a name="line.201"></a>
+<span class="sourceLineNo">202</span>   }<a name="line.202"></a>
+<span class="sourceLineNo">203</span><a name="line.203"></a>
+<span class="sourceLineNo">204</span><a name="line.204"></a>
+<span class="sourceLineNo">205</span>   //--------------------------------------------------------------------------------<a name="line.205"></a>
+<span class="sourceLineNo">206</span>   // Overridden setters (to simplify method chaining)<a name="line.206"></a>
+<span class="sourceLineNo">207</span>   //--------------------------------------------------------------------------------<a name="line.207"></a>
+<span class="sourceLineNo">208</span><a name="line.208"></a>
+<span class="sourceLineNo">209</span>   @Override /* CommonEntry */<a name="line.209"></a>
+<span class="sourceLineNo">210</span>   public Entry authors(Person...authors) {<a name="line.210"></a>
+<span class="sourceLineNo">211</span>      super.authors(authors);<a name="line.211"></a>
+<span class="sourceLineNo">212</span>      return this;<a name="line.212"></a>
+<span class="sourceLineNo">213</span>   }<a name="line.213"></a>
+<span class="sourceLineNo">214</span><a name="line.214"></a>
+<span class="sourceLineNo">215</span>   @Override /* CommonEntry */<a name="line.215"></a>
+<span class="sourceLineNo">216</span>   public Entry categories(Category...categories) {<a name="line.216"></a>
+<span class="sourceLineNo">217</span>      super.categories(categories);<a name="line.217"></a>
+<span class="sourceLineNo">218</span>      return this;<a name="line.218"></a>
+<span class="sourceLineNo">219</span>   }<a name="line.219"></a>
+<span class="sourceLineNo">220</span><a name="line.220"></a>
+<span class="sourceLineNo">221</span>   @Override /* CommonEntry */<a name="line.221"></a>
+<span class="sourceLineNo">222</span>   public Entry contributors(Person...contributors) {<a name="line.222"></a>
+<span class="sourceLineNo">223</span>      super.contributors(contributors);<a name="line.223"></a>
+<span class="sourceLineNo">224</span>      return this;<a name="line.224"></a>
+<span class="sourceLineNo">225</span>   }<a name="line.225"></a>
+<span class="sourceLineNo">226</span><a name="line.226"></a>
+<span class="sourceLineNo">227</span>   @Override /* CommonEntry */<a name="line.227"></a>
+<span class="sourceLineNo">228</span>   public Entry id(Id id) {<a name="line.228"></a>
+<span class="sourceLineNo">229</span>      super.id(id);<a name="line.229"></a>
+<span class="sourceLineNo">230</span>      return this;<a name="line.230"></a>
+<span class="sourceLineNo">231</span>   }<a name="line.231"></a>
+<span class="sourceLineNo">232</span><a name="line.232"></a>
+<span class="sourceLineNo">233</span>   @Override /* CommonEntry */<a name="line.233"></a>
+<span class="sourceLineNo">234</span>   public Entry links(Link...links) {<a name="line.234"></a>
+<span class="sourceLineNo">235</span>      super.links(links);<a name="line.235"></a>
+<span class="sourceLineNo">236</span>      return this;<a name="line.236"></a>
+<span class="sourceLineNo">237</span>   }<a name="line.237"></a>
+<span class="sourceLineNo">238</span><a name="line.238"></a>
+<span class="sourceLineNo">239</span>   @Override /* CommonEntry */<a name="line.239"></a>
+<span class="sourceLineNo">240</span>   public Entry rights(Text rights) {<a name="line.240"></a>
+<span class="sourceLineNo">241</span>      super.rights(rights);<a name="line.241"></a>
+<span class="sourceLineNo">242</span>      return this;<a name="line.242"></a>
+<span class="sourceLineNo">243</span>   }<a name="line.243"></a>
+<span class="sourceLineNo">244</span><a name="line.244"></a>
+<span class="sourceLineNo">245</span>   @Override /* CommonEntry */<a name="line.245"></a>
+<span class="sourceLineNo">246</span>   public Entry rights(String rights) {<a name="line.246"></a>
+<span class="sourceLineNo">247</span>      super.rights(rights);<a name="line.247"></a>
+<span class="sourceLineNo">248</span>      return this;<a name="line.248"></a>
+<span class="sourceLineNo">249</span>   }<a name="line.249"></a>
+<span class="sourceLineNo">250</span><a name="line.250"></a>
+<span class="sourceLineNo">251</span>   @Override /* CommonEntry */<a name="line.251"></a>
+<span class="sourceLineNo">252</span>   public Entry title(Text title) {<a name="line.252"></a>
+<span class="sourceLineNo">253</span>      super.title(title);<a name="line.253"></a>
+<span class="sourceLineNo">254</span>      return this;<a name="line.254"></a>
+<span class="sourceLineNo">255</span>   }<a name="line.255"></a>
+<span class="sourceLineNo">256</span><a name="line.256"></a>
+<span class="sourceLineNo">257</span>   @Override /* CommonEntry */<a name="line.257"></a>
+<span class="sourceLineNo">258</span>   public Entry title(String title) {<a name="line.258"></a>
+<span class="sourceLineNo">259</span>      super.title(title);<a name="line.259"></a>
+<span class="sourceLineNo">260</span>      return this;<a name="line.260"></a>
+<span class="sourceLineNo">261</span>   }<a name="line.261"></a>
+<span class="sourceLineNo">262</span><a name="line.262"></a>
+<span class="sourceLineNo">263</span>   @Override /* CommonEntry */<a name="line.263"></a>
+<span class="sourceLineNo">264</span>   public Entry updated(Calendar updated) {<a name="line.264"></a>
+<span class="sourceLineNo">265</span>      super.updated(updated);<a name="line.265"></a>
+<span class="sourceLineNo">266</span>      return this;<a name="line.266"></a>
+<span class="sourceLineNo">267</span>   }<a name="line.267"></a>
+<span class="sourceLineNo">268</span><a name="line.268"></a>
+<span class="sourceLineNo">269</span>   @Override /* CommonEntry */<a name="line.269"></a>
+<span class="sourceLineNo">270</span>   public Entry updated(String updated) {<a name="line.270"></a>
+<span class="sourceLineNo">271</span>      super.updated(updated);<a name="line.271"></a>
+<span class="sourceLineNo">272</span>      return this;<a name="line.272"></a>
+<span class="sourceLineNo">273</span>   }<a name="line.273"></a>
+<span class="sourceLineNo">274</span><a name="line.274"></a>
+<span class="sourceLineNo">275</span>   @Override /* Common */<a name="line.275"></a>
+<span class="sourceLineNo">276</span>   public Entry base(URI base) {<a name="line.276"></a>
+<span class="sourceLineNo">277</span>      super.base(base);<a name="line.277"></a>
+<span class="sourceLineNo">278</span>      return this;<a name="line.278"></a>
+<span class="sourceLineNo">279</span>   }<a name="line.279"></a>
+<span class="sourceLineNo">280</span><a name="line.280"></a>
+<span class="sourceLineNo">281</span>   @Override /* Common */<a name="line.281"></a>
+<span class="sourceLineNo">282</span>   public Entry lang(String lang) {<a name="line.282"></a>
+<span class="sourceLineNo">283</span>      super.lang(lang);<a name="line.283"></a>
+<span class="sourceLineNo">284</span>      return this;<a name="line.284"></a>
+<span class="sourceLineNo">285</span>   }<a name="line.285"></a>
+<span class="sourceLineNo">286</span>}<a name="line.286"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Feed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Feed.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Feed.html
index 2d646e9..cc9870a 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Feed.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Feed.html
@@ -54,250 +54,257 @@
 <span class="sourceLineNo">046</span> *          atomEntry*<a name="line.46"></a>
 <span class="sourceLineNo">047</span> *       }<a name="line.47"></a>
 <span class="sourceLineNo">048</span> * &lt;/p&gt;<a name="line.48"></a>
-<span class="sourceLineNo">049</span> * &lt;p&gt;<a name="line.49"></a>
-<span class="sourceLineNo">050</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.50"></a>
-<span class="sourceLineNo">051</span> */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>@Bean(typeName="feed")<a name="line.52"></a>
-<span class="sourceLineNo">053</span>@SuppressWarnings("hiding")<a name="line.53"></a>
-<span class="sourceLineNo">054</span>public class Feed extends CommonEntry {<a name="line.54"></a>
-<span class="sourceLineNo">055</span><a name="line.55"></a>
-<span class="sourceLineNo">056</span>   private Generator generator;  // atomGenerator?<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   private Icon icon;            // atomIcon?<a name="line.57"></a>
-<span class="sourceLineNo">058</span>   private Logo logo;            // atomLogo?<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   private Text subtitle;        // atomSubtitle?<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   private Entry[] entries;      // atomEntry*<a name="line.60"></a>
-<span class="sourceLineNo">061</span><a name="line.61"></a>
-<span class="sourceLineNo">062</span>   /**<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    * Normal constructor.<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    *<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * @param id The feed identifier.<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    * @param title The feed title.<a name="line.66"></a>
-<span class="sourceLineNo">067</span>    * @param updated The feed updated timestamp.<a name="line.67"></a>
-<span class="sourceLineNo">068</span>    */<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   public Feed(Id id, Text title, Calendar updated) {<a name="line.69"></a>
-<span class="sourceLineNo">070</span>      super(id, title, updated);<a name="line.70"></a>
-<span class="sourceLineNo">071</span>   }<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span>   /**<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * Normal constructor.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    *<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    * @param id The feed identifier.<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    * @param title The feed title.<a name="line.77"></a>
-<span class="sourceLineNo">078</span>    * @param updated The feed updated timestamp.<a name="line.78"></a>
-<span class="sourceLineNo">079</span>    */<a name="line.79"></a>
-<span class="sourceLineNo">080</span>   public Feed(String id, String title, String updated) {<a name="line.80"></a>
-<span class="sourceLineNo">081</span>      super(id, title, updated);<a name="line.81"></a>
-<span class="sourceLineNo">082</span>   }<a name="line.82"></a>
-<span class="sourceLineNo">083</span><a name="line.83"></a>
-<span class="sourceLineNo">084</span>   /** Bean constructor. */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   public Feed() {}<a name="line.85"></a>
-<span class="sourceLineNo">086</span><a name="line.86"></a>
-<span class="sourceLineNo">087</span><a name="line.87"></a>
-<span class="sourceLineNo">088</span>   //--------------------------------------------------------------------------------<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   // Bean properties<a name="line.89"></a>
-<span class="sourceLineNo">090</span>   //--------------------------------------------------------------------------------<a name="line.90"></a>
-<span class="sourceLineNo">091</span><a name="line.91"></a>
-<span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * Returns generator information on this feed.<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    *<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return The generator information on this feed.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   public Generator getGenerator() {<a name="line.97"></a>
-<span class="sourceLineNo">098</span>      return generator;<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   }<a name="line.99"></a>
-<span class="sourceLineNo">100</span><a name="line.100"></a>
-<span class="sourceLineNo">101</span>   /**<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    * Sets the generator information on this feed.<a name="line.102"></a>
-<span class="sourceLineNo">103</span>    *<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * @param generator The generator information on this feed.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    * @return This object (for method chaining).<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    */<a name="line.106"></a>
-<span class="sourceLineNo">107</span>   @BeanProperty("generator")<a name="line.107"></a>
-<span class="sourceLineNo">108</span>   public Feed generator(Generator generator) {<a name="line.108"></a>
-<span class="sourceLineNo">109</span>      this.generator = generator;<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      return this;<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   }<a name="line.111"></a>
-<span class="sourceLineNo">112</span><a name="line.112"></a>
-<span class="sourceLineNo">113</span>   /**<a name="line.113"></a>
-<span class="sourceLineNo">114</span>    * Returns the feed icon.<a name="line.114"></a>
-<span class="sourceLineNo">115</span>    *<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    * @return The feed icon.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    */<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   public Icon getIcon() {<a name="line.118"></a>
-<span class="sourceLineNo">119</span>      return icon;<a name="line.119"></a>
-<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
-<span class="sourceLineNo">121</span><a name="line.121"></a>
-<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * Sets the feed icon.<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    *<a name="line.124"></a>
-<span class="sourceLineNo">125</span>    * @param icon The feed icon.<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    * @return This object (for method chaining).<a name="line.126"></a>
-<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
-<span class="sourceLineNo">128</span>   @BeanProperty("icon")<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   public Feed icon(Icon icon) {<a name="line.129"></a>
-<span class="sourceLineNo">130</span>      this.icon = icon;<a name="line.130"></a>
-<span class="sourceLineNo">131</span>      return this;<a name="line.131"></a>
-<span class="sourceLineNo">132</span>   }<a name="line.132"></a>
-<span class="sourceLineNo">133</span><a name="line.133"></a>
-<span class="sourceLineNo">134</span>   /**<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    * Returns the feed logo.<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    *<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    * @return The feed logo.<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    */<a name="line.138"></a>
-<span class="sourceLineNo">139</span>   public Logo getLogo() {<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      return logo;<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   }<a name="line.141"></a>
-<span class="sourceLineNo">142</span><a name="line.142"></a>
-<span class="sourceLineNo">143</span>   /**<a name="line.143"></a>
-<span class="sourceLineNo">144</span>    * Sets the feed logo.<a name="line.144"></a>
-<span class="sourceLineNo">145</span>    *<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * @param logo The feed logo.<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    * @return This object (for method chaining).<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    */<a name="line.148"></a>
-<span class="sourceLineNo">149</span>   @BeanProperty("logo")<a name="line.149"></a>
-<span class="sourceLineNo">150</span>   public Feed logo(Logo logo) {<a name="line.150"></a>
-<span class="sourceLineNo">151</span>      this.logo = logo;<a name="line.151"></a>
-<span class="sourceLineNo">152</span>      return this;<a name="line.152"></a>
-<span class="sourceLineNo">153</span>   }<a name="line.153"></a>
-<span class="sourceLineNo">154</span><a name="line.154"></a>
-<span class="sourceLineNo">155</span>   /**<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    * Returns the feed subtitle.<a name="line.156"></a>
-<span class="sourceLineNo">157</span>    *<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    * @return The feed subtitle.<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    */<a name="line.159"></a>
-<span class="sourceLineNo">160</span>   @BeanProperty("subtitle")<a name="line.160"></a>
-<span class="sourceLineNo">161</span>   public Text getSubTitle() {<a name="line.161"></a>
-<span class="sourceLineNo">162</span>      return subtitle;<a name="line.162"></a>
-<span class="sourceLineNo">163</span>   }<a name="line.163"></a>
-<span class="sourceLineNo">164</span><a name="line.164"></a>
-<span class="sourceLineNo">165</span>   /**<a name="line.165"></a>
-<span class="sourceLineNo">166</span>    * Sets the feed subtitle.<a name="line.166"></a>
-<span class="sourceLineNo">167</span>    *<a name="line.167"></a>
-<span class="sourceLineNo">168</span>    * @param subtitle The feed subtitle.<a name="line.168"></a>
-<span class="sourceLineNo">169</span>    * @return This object (for method chaining).<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    */<a name="line.170"></a>
-<span class="sourceLineNo">171</span>   @BeanProperty("subtitle")<a name="line.171"></a>
-<span class="sourceLineNo">172</span>   public Feed subtitle(Text subtitle) {<a name="line.172"></a>
-<span class="sourceLineNo">173</span>      this.subtitle = subtitle;<a name="line.173"></a>
-<span class="sourceLineNo">174</span>      return this;<a name="line.174"></a>
-<span class="sourceLineNo">175</span>   }<a name="line.175"></a>
-<span class="sourceLineNo">176</span><a name="line.176"></a>
-<span class="sourceLineNo">177</span>   /**<a name="line.177"></a>
-<span class="sourceLineNo">178</span>    * Sets the feed subtitle.<a name="line.178"></a>
-<span class="sourceLineNo">179</span>    *<a name="line.179"></a>
-<span class="sourceLineNo">180</span>    * @param subtitle The feed subtitle.<a name="line.180"></a>
-<span class="sourceLineNo">181</span>    * @return This object (for method chaining).<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    */<a name="line.182"></a>
-<span class="sourceLineNo">183</span>   public Feed subtitle(String subtitle) {<a name="line.183"></a>
-<span class="sourceLineNo">184</span>      this.subtitle = new Text(subtitle);<a name="line.184"></a>
-<span class="sourceLineNo">185</span>      return this;<a name="line.185"></a>
-<span class="sourceLineNo">186</span>   }<a name="line.186"></a>
-<span class="sourceLineNo">187</span><a name="line.187"></a>
-<span class="sourceLineNo">188</span>   /**<a name="line.188"></a>
-<span class="sourceLineNo">189</span>    * Returns the entries in the feed.<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    *<a name="line.190"></a>
-<span class="sourceLineNo">191</span>    * @return The entries in the feed.<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    */<a name="line.192"></a>
-<span class="sourceLineNo">193</span>   @Xml(format=COLLAPSED)<a name="line.193"></a>
-<span class="sourceLineNo">194</span>   public Entry[] getEntries() {<a name="line.194"></a>
-<span class="sourceLineNo">195</span>      return entries;<a name="line.195"></a>
-<span class="sourceLineNo">196</span>   }<a name="line.196"></a>
-<span class="sourceLineNo">197</span><a name="line.197"></a>
-<span class="sourceLineNo">198</span>   /**<a name="line.198"></a>
-<span class="sourceLineNo">199</span>    * Sets the entries in the feed.<a name="line.199"></a>
-<span class="sourceLineNo">200</span>    *<a name="line.200"></a>
-<span class="sourceLineNo">201</span>    * @param entries The entries in the feed.<a name="line.201"></a>
-<span class="sourceLineNo">202</span>    * @return This object (for method chaining).<a name="line.202"></a>
-<span class="sourceLineNo">203</span>    */<a name="line.203"></a>
-<span class="sourceLineNo">204</span>   @BeanProperty("entries")<a name="line.204"></a>
-<span class="sourceLineNo">205</span>   public Feed entries(Entry...entries) {<a name="line.205"></a>
-<span class="sourceLineNo">206</span>      this.entries = entries;<a name="line.206"></a>
-<span class="sourceLineNo">207</span>      return this;<a name="line.207"></a>
-<span class="sourceLineNo">208</span>   }<a name="line.208"></a>
-<span class="sourceLineNo">209</span><a name="line.209"></a>
-<span class="sourceLineNo">210</span><a name="line.210"></a>
-<span class="sourceLineNo">211</span>   //--------------------------------------------------------------------------------<a name="line.211"></a>
-<span class="sourceLineNo">212</span>   // Overridden setters (to simplify method chaining)<a name="line.212"></a>
-<span class="sourceLineNo">213</span>   //--------------------------------------------------------------------------------<a name="line.213"></a>
-<span class="sourceLineNo">214</span><a name="line.214"></a>
-<span class="sourceLineNo">215</span>   @Override /* CommonEntry */<a name="line.215"></a>
-<span class="sourceLineNo">216</span>   public Feed authors(Person...authors) {<a name="line.216"></a>
-<span class="sourceLineNo">217</span>      super.authors(authors);<a name="line.217"></a>
-<span class="sourceLineNo">218</span>      return this;<a name="line.218"></a>
-<span class="sourceLineNo">219</span>   }<a name="line.219"></a>
-<span class="sourceLineNo">220</span><a name="line.220"></a>
-<span class="sourceLineNo">221</span>   @Override /* CommonEntry */<a name="line.221"></a>
-<span class="sourceLineNo">222</span>   public Feed categories(Category...categories) {<a name="line.222"></a>
-<span class="sourceLineNo">223</span>      super.categories(categories);<a name="line.223"></a>
-<span class="sourceLineNo">224</span>      return this;<a name="line.224"></a>
-<span class="sourceLineNo">225</span>   }<a name="line.225"></a>
-<span class="sourceLineNo">226</span><a name="line.226"></a>
-<span class="sourceLineNo">227</span>   @Override /* CommonEntry */<a name="line.227"></a>
-<span class="sourceLineNo">228</span>   public Feed contributors(Person...contributors) {<a name="line.228"></a>
-<span class="sourceLineNo">229</span>      super.contributors(contributors);<a name="line.229"></a>
-<span class="sourceLineNo">230</span>      return this;<a name="line.230"></a>
-<span class="sourceLineNo">231</span>   }<a name="line.231"></a>
-<span class="sourceLineNo">232</span><a name="line.232"></a>
-<span class="sourceLineNo">233</span>   @Override /* CommonEntry */<a name="line.233"></a>
-<span class="sourceLineNo">234</span>   public Feed id(Id id) {<a name="line.234"></a>
-<span class="sourceLineNo">235</span>      super.id(id);<a name="line.235"></a>
-<span class="sourceLineNo">236</span>      return this;<a name="line.236"></a>
-<span class="sourceLineNo">237</span>   }<a name="line.237"></a>
-<span class="sourceLineNo">238</span><a name="line.238"></a>
-<span class="sourceLineNo">239</span>   @Override /* CommonEntry */<a name="line.239"></a>
-<span class="sourceLineNo">240</span>   public Feed links(Link...links) {<a name="line.240"></a>
-<span class="sourceLineNo">241</span>      super.links(links);<a name="line.241"></a>
-<span class="sourceLineNo">242</span>      return this;<a name="line.242"></a>
-<span class="sourceLineNo">243</span>   }<a name="line.243"></a>
-<span class="sourceLineNo">244</span><a name="line.244"></a>
-<span class="sourceLineNo">245</span>   @Override /* CommonEntry */<a name="line.245"></a>
-<span class="sourceLineNo">246</span>   public Feed rights(Text rights) {<a name="line.246"></a>
-<span class="sourceLineNo">247</span>      super.rights(rights);<a name="line.247"></a>
-<span class="sourceLineNo">248</span>      return this;<a name="line.248"></a>
-<span class="sourceLineNo">249</span>   }<a name="line.249"></a>
-<span class="sourceLineNo">250</span><a name="line.250"></a>
-<span class="sourceLineNo">251</span>   @Override /* CommonEntry */<a name="line.251"></a>
-<span class="sourceLineNo">252</span>   public Feed rights(String rights) {<a name="line.252"></a>
-<span class="sourceLineNo">253</span>      super.rights(rights);<a name="line.253"></a>
-<span class="sourceLineNo">254</span>      return this;<a name="line.254"></a>
-<span class="sourceLineNo">255</span>   }<a name="line.255"></a>
-<span class="sourceLineNo">256</span><a name="line.256"></a>
-<span class="sourceLineNo">257</span>   @Override /* CommonEntry */<a name="line.257"></a>
-<span class="sourceLineNo">258</span>   public Feed title(Text title) {<a name="line.258"></a>
-<span class="sourceLineNo">259</span>      super.title(title);<a name="line.259"></a>
-<span class="sourceLineNo">260</span>      return this;<a name="line.260"></a>
-<span class="sourceLineNo">261</span>   }<a name="line.261"></a>
-<span class="sourceLineNo">262</span><a name="line.262"></a>
-<span class="sourceLineNo">263</span>   @Override /* CommonEntry */<a name="line.263"></a>
-<span class="sourceLineNo">264</span>   public Feed title(String title) {<a name="line.264"></a>
-<span class="sourceLineNo">265</span>      super.title(title);<a name="line.265"></a>
-<span class="sourceLineNo">266</span>      return this;<a name="line.266"></a>
-<span class="sourceLineNo">267</span>   }<a name="line.267"></a>
-<span class="sourceLineNo">268</span><a name="line.268"></a>
-<span class="sourceLineNo">269</span>   @Override /* CommonEntry */<a name="line.269"></a>
-<span class="sourceLineNo">270</span>   public Feed updated(Calendar updated) {<a name="line.270"></a>
-<span class="sourceLineNo">271</span>      super.updated(updated);<a name="line.271"></a>
-<span class="sourceLineNo">272</span>      return this;<a name="line.272"></a>
-<span class="sourceLineNo">273</span>   }<a name="line.273"></a>
-<span class="sourceLineNo">274</span><a name="line.274"></a>
-<span class="sourceLineNo">275</span>   @Override /* CommonEntry */<a name="line.275"></a>
-<span class="sourceLineNo">276</span>   public Feed updated(String updated) {<a name="line.276"></a>
-<span class="sourceLineNo">277</span>      super.updated(updated);<a name="line.277"></a>
-<span class="sourceLineNo">278</span>      return this;<a name="line.278"></a>
-<span class="sourceLineNo">279</span>   }<a name="line.279"></a>
-<span class="sourceLineNo">280</span><a name="line.280"></a>
-<span class="sourceLineNo">281</span>   @Override /* Common */<a name="line.281"></a>
-<span class="sourceLineNo">282</span>   public Feed base(URI base) {<a name="line.282"></a>
-<span class="sourceLineNo">283</span>      super.base(base);<a name="line.283"></a>
-<span class="sourceLineNo">284</span>      return this;<a name="line.284"></a>
-<span class="sourceLineNo">285</span>   }<a name="line.285"></a>
-<span class="sourceLineNo">286</span><a name="line.286"></a>
-<span class="sourceLineNo">287</span>   @Override /* Common */<a name="line.287"></a>
-<span class="sourceLineNo">288</span>   public Feed lang(String lang) {<a name="line.288"></a>
-<span class="sourceLineNo">289</span>      super.lang(lang);<a name="line.289"></a>
-<span class="sourceLineNo">290</span>      return this;<a name="line.290"></a>
-<span class="sourceLineNo">291</span>   }<a name="line.291"></a>
-<span class="sourceLineNo">292</span>}<a name="line.292"></a>
+<span class="sourceLineNo">049</span> *<a name="line.49"></a>
+<span class="sourceLineNo">050</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.50"></a>
+<span class="sourceLineNo">051</span> * &lt;ul class='doctree'&gt;<a name="line.51"></a>
+<span class="sourceLineNo">052</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.52"></a>
+<span class="sourceLineNo">053</span> *    &lt;ul&gt;<a name="line.53"></a>
+<span class="sourceLineNo">054</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.54"></a>
+<span class="sourceLineNo">055</span> *    &lt;/ul&gt;<a name="line.55"></a>
+<span class="sourceLineNo">056</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.56"></a>
+<span class="sourceLineNo">057</span> * &lt;/ul&gt;<a name="line.57"></a>
+<span class="sourceLineNo">058</span> */<a name="line.58"></a>
+<span class="sourceLineNo">059</span>@Bean(typeName="feed")<a name="line.59"></a>
+<span class="sourceLineNo">060</span>@SuppressWarnings("hiding")<a name="line.60"></a>
+<span class="sourceLineNo">061</span>public class Feed extends CommonEntry {<a name="line.61"></a>
+<span class="sourceLineNo">062</span><a name="line.62"></a>
+<span class="sourceLineNo">063</span>   private Generator generator;  // atomGenerator?<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   private Icon icon;            // atomIcon?<a name="line.64"></a>
+<span class="sourceLineNo">065</span>   private Logo logo;            // atomLogo?<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   private Text subtitle;        // atomSubtitle?<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   private Entry[] entries;      // atomEntry*<a name="line.67"></a>
+<span class="sourceLineNo">068</span><a name="line.68"></a>
+<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    * Normal constructor.<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    *<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * @param id The feed identifier.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    * @param title The feed title.<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    * @param updated The feed updated timestamp.<a name="line.74"></a>
+<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   public Feed(Id id, Text title, Calendar updated) {<a name="line.76"></a>
+<span class="sourceLineNo">077</span>      super(id, title, updated);<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
+<span class="sourceLineNo">079</span><a name="line.79"></a>
+<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * Normal constructor.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    *<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    * @param id The feed identifier.<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    * @param title The feed title.<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    * @param updated The feed updated timestamp.<a name="line.85"></a>
+<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   public Feed(String id, String title, String updated) {<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      super(id, title, updated);<a name="line.88"></a>
+<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
+<span class="sourceLineNo">090</span><a name="line.90"></a>
+<span class="sourceLineNo">091</span>   /** Bean constructor. */<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   public Feed() {}<a name="line.92"></a>
+<span class="sourceLineNo">093</span><a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span>   //--------------------------------------------------------------------------------<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   // Bean properties<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   //--------------------------------------------------------------------------------<a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>   /**<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * Returns generator information on this feed.<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    *<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return The generator information on this feed.<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   public Generator getGenerator() {<a name="line.104"></a>
+<span class="sourceLineNo">105</span>      return generator;<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   }<a name="line.106"></a>
+<span class="sourceLineNo">107</span><a name="line.107"></a>
+<span class="sourceLineNo">108</span>   /**<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    * Sets the generator information on this feed.<a name="line.109"></a>
+<span class="sourceLineNo">110</span>    *<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    * @param generator The generator information on this feed.<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    * @return This object (for method chaining).<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    */<a name="line.113"></a>
+<span class="sourceLineNo">114</span>   @BeanProperty("generator")<a name="line.114"></a>
+<span class="sourceLineNo">115</span>   public Feed generator(Generator generator) {<a name="line.115"></a>
+<span class="sourceLineNo">116</span>      this.generator = generator;<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      return this;<a name="line.117"></a>
+<span class="sourceLineNo">118</span>   }<a name="line.118"></a>
+<span class="sourceLineNo">119</span><a name="line.119"></a>
+<span class="sourceLineNo">120</span>   /**<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    * Returns the feed icon.<a name="line.121"></a>
+<span class="sourceLineNo">122</span>    *<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    * @return The feed icon.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    */<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   public Icon getIcon() {<a name="line.125"></a>
+<span class="sourceLineNo">126</span>      return icon;<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   }<a name="line.127"></a>
+<span class="sourceLineNo">128</span><a name="line.128"></a>
+<span class="sourceLineNo">129</span>   /**<a name="line.129"></a>
+<span class="sourceLineNo">130</span>    * Sets the feed icon.<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    *<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    * @param icon The feed icon.<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    * @return This object (for method chaining).<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    */<a name="line.134"></a>
+<span class="sourceLineNo">135</span>   @BeanProperty("icon")<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   public Feed icon(Icon icon) {<a name="line.136"></a>
+<span class="sourceLineNo">137</span>      this.icon = icon;<a name="line.137"></a>
+<span class="sourceLineNo">138</span>      return this;<a name="line.138"></a>
+<span class="sourceLineNo">139</span>   }<a name="line.139"></a>
+<span class="sourceLineNo">140</span><a name="line.140"></a>
+<span class="sourceLineNo">141</span>   /**<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    * Returns the feed logo.<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    *<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    * @return The feed logo.<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    */<a name="line.145"></a>
+<span class="sourceLineNo">146</span>   public Logo getLogo() {<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      return logo;<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   }<a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   /**<a name="line.150"></a>
+<span class="sourceLineNo">151</span>    * Sets the feed logo.<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    *<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * @param logo The feed logo.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    * @return This object (for method chaining).<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    */<a name="line.155"></a>
+<span class="sourceLineNo">156</span>   @BeanProperty("logo")<a name="line.156"></a>
+<span class="sourceLineNo">157</span>   public Feed logo(Logo logo) {<a name="line.157"></a>
+<span class="sourceLineNo">158</span>      this.logo = logo;<a name="line.158"></a>
+<span class="sourceLineNo">159</span>      return this;<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   }<a name="line.160"></a>
+<span class="sourceLineNo">161</span><a name="line.161"></a>
+<span class="sourceLineNo">162</span>   /**<a name="line.162"></a>
+<span class="sourceLineNo">163</span>    * Returns the feed subtitle.<a name="line.163"></a>
+<span class="sourceLineNo">164</span>    *<a name="line.164"></a>
+<span class="sourceLineNo">165</span>    * @return The feed subtitle.<a name="line.165"></a>
+<span class="sourceLineNo">166</span>    */<a name="line.166"></a>
+<span class="sourceLineNo">167</span>   @BeanProperty("subtitle")<a name="line.167"></a>
+<span class="sourceLineNo">168</span>   public Text getSubTitle() {<a name="line.168"></a>
+<span class="sourceLineNo">169</span>      return subtitle;<a name="line.169"></a>
+<span class="sourceLineNo">170</span>   }<a name="line.170"></a>
+<span class="sourceLineNo">171</span><a name="line.171"></a>
+<span class="sourceLineNo">172</span>   /**<a name="line.172"></a>
+<span class="sourceLineNo">173</span>    * Sets the feed subtitle.<a name="line.173"></a>
+<span class="sourceLineNo">174</span>    *<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    * @param subtitle The feed subtitle.<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    * @return This object (for method chaining).<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    */<a name="line.177"></a>
+<span class="sourceLineNo">178</span>   @BeanProperty("subtitle")<a name="line.178"></a>
+<span class="sourceLineNo">179</span>   public Feed subtitle(Text subtitle) {<a name="line.179"></a>
+<span class="sourceLineNo">180</span>      this.subtitle = subtitle;<a name="line.180"></a>
+<span class="sourceLineNo">181</span>      return this;<a name="line.181"></a>
+<span class="sourceLineNo">182</span>   }<a name="line.182"></a>
+<span class="sourceLineNo">183</span><a name="line.183"></a>
+<span class="sourceLineNo">184</span>   /**<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    * Sets the feed subtitle.<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    *<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    * @param subtitle The feed subtitle.<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    * @return This object (for method chaining).<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    */<a name="line.189"></a>
+<span class="sourceLineNo">190</span>   public Feed subtitle(String subtitle) {<a name="line.190"></a>
+<span class="sourceLineNo">191</span>      this.subtitle = new Text(subtitle);<a name="line.191"></a>
+<span class="sourceLineNo">192</span>      return this;<a name="line.192"></a>
+<span class="sourceLineNo">193</span>   }<a name="line.193"></a>
+<span class="sourceLineNo">194</span><a name="line.194"></a>
+<span class="sourceLineNo">195</span>   /**<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    * Returns the entries in the feed.<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    *<a name="line.197"></a>
+<span class="sourceLineNo">198</span>    * @return The entries in the feed.<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    */<a name="line.199"></a>
+<span class="sourceLineNo">200</span>   @Xml(format=COLLAPSED)<a name="line.200"></a>
+<span class="sourceLineNo">201</span>   public Entry[] getEntries() {<a name="line.201"></a>
+<span class="sourceLineNo">202</span>      return entries;<a name="line.202"></a>
+<span class="sourceLineNo">203</span>   }<a name="line.203"></a>
+<span class="sourceLineNo">204</span><a name="line.204"></a>
+<span class="sourceLineNo">205</span>   /**<a name="line.205"></a>
+<span class="sourceLineNo">206</span>    * Sets the entries in the feed.<a name="line.206"></a>
+<span class="sourceLineNo">207</span>    *<a name="line.207"></a>
+<span class="sourceLineNo">208</span>    * @param entries The entries in the feed.<a name="line.208"></a>
+<span class="sourceLineNo">209</span>    * @return This object (for method chaining).<a name="line.209"></a>
+<span class="sourceLineNo">210</span>    */<a name="line.210"></a>
+<span class="sourceLineNo">211</span>   @BeanProperty("entries")<a name="line.211"></a>
+<span class="sourceLineNo">212</span>   public Feed entries(Entry...entries) {<a name="line.212"></a>
+<span class="sourceLineNo">213</span>      this.entries = entries;<a name="line.213"></a>
+<span class="sourceLineNo">214</span>      return this;<a name="line.214"></a>
+<span class="sourceLineNo">215</span>   }<a name="line.215"></a>
+<span class="sourceLineNo">216</span><a name="line.216"></a>
+<span class="sourceLineNo">217</span><a name="line.217"></a>
+<span class="sourceLineNo">218</span>   //--------------------------------------------------------------------------------<a name="line.218"></a>
+<span class="sourceLineNo">219</span>   // Overridden setters (to simplify method chaining)<a name="line.219"></a>
+<span class="sourceLineNo">220</span>   //--------------------------------------------------------------------------------<a name="line.220"></a>
+<span class="sourceLineNo">221</span><a name="line.221"></a>
+<span class="sourceLineNo">222</span>   @Override /* CommonEntry */<a name="line.222"></a>
+<span class="sourceLineNo">223</span>   public Feed authors(Person...authors) {<a name="line.223"></a>
+<span class="sourceLineNo">224</span>      super.authors(authors);<a name="line.224"></a>
+<span class="sourceLineNo">225</span>      return this;<a name="line.225"></a>
+<span class="sourceLineNo">226</span>   }<a name="line.226"></a>
+<span class="sourceLineNo">227</span><a name="line.227"></a>
+<span class="sourceLineNo">228</span>   @Override /* CommonEntry */<a name="line.228"></a>
+<span class="sourceLineNo">229</span>   public Feed categories(Category...categories) {<a name="line.229"></a>
+<span class="sourceLineNo">230</span>      super.categories(categories);<a name="line.230"></a>
+<span class="sourceLineNo">231</span>      return this;<a name="line.231"></a>
+<span class="sourceLineNo">232</span>   }<a name="line.232"></a>
+<span class="sourceLineNo">233</span><a name="line.233"></a>
+<span class="sourceLineNo">234</span>   @Override /* CommonEntry */<a name="line.234"></a>
+<span class="sourceLineNo">235</span>   public Feed contributors(Person...contributors) {<a name="line.235"></a>
+<span class="sourceLineNo">236</span>      super.contributors(contributors);<a name="line.236"></a>
+<span class="sourceLineNo">237</span>      return this;<a name="line.237"></a>
+<span class="sourceLineNo">238</span>   }<a name="line.238"></a>
+<span class="sourceLineNo">239</span><a name="line.239"></a>
+<span class="sourceLineNo">240</span>   @Override /* CommonEntry */<a name="line.240"></a>
+<span class="sourceLineNo">241</span>   public Feed id(Id id) {<a name="line.241"></a>
+<span class="sourceLineNo">242</span>      super.id(id);<a name="line.242"></a>
+<span class="sourceLineNo">243</span>      return this;<a name="line.243"></a>
+<span class="sourceLineNo">244</span>   }<a name="line.244"></a>
+<span class="sourceLineNo">245</span><a name="line.245"></a>
+<span class="sourceLineNo">246</span>   @Override /* CommonEntry */<a name="line.246"></a>
+<span class="sourceLineNo">247</span>   public Feed links(Link...links) {<a name="line.247"></a>
+<span class="sourceLineNo">248</span>      super.links(links);<a name="line.248"></a>
+<span class="sourceLineNo">249</span>      return this;<a name="line.249"></a>
+<span class="sourceLineNo">250</span>   }<a name="line.250"></a>
+<span class="sourceLineNo">251</span><a name="line.251"></a>
+<span class="sourceLineNo">252</span>   @Override /* CommonEntry */<a name="line.252"></a>
+<span class="sourceLineNo">253</span>   public Feed rights(Text rights) {<a name="line.253"></a>
+<span class="sourceLineNo">254</span>      super.rights(rights);<a name="line.254"></a>
+<span class="sourceLineNo">255</span>      return this;<a name="line.255"></a>
+<span class="sourceLineNo">256</span>   }<a name="line.256"></a>
+<span class="sourceLineNo">257</span><a name="line.257"></a>
+<span class="sourceLineNo">258</span>   @Override /* CommonEntry */<a name="line.258"></a>
+<span class="sourceLineNo">259</span>   public Feed rights(String rights) {<a name="line.259"></a>
+<span class="sourceLineNo">260</span>      super.rights(rights);<a name="line.260"></a>
+<span class="sourceLineNo">261</span>      return this;<a name="line.261"></a>
+<span class="sourceLineNo">262</span>   }<a name="line.262"></a>
+<span class="sourceLineNo">263</span><a name="line.263"></a>
+<span class="sourceLineNo">264</span>   @Override /* CommonEntry */<a name="line.264"></a>
+<span class="sourceLineNo">265</span>   public Feed title(Text title) {<a name="line.265"></a>
+<span class="sourceLineNo">266</span>      super.title(title);<a name="line.266"></a>
+<span class="sourceLineNo">267</span>      return this;<a name="line.267"></a>
+<span class="sourceLineNo">268</span>   }<a name="line.268"></a>
+<span class="sourceLineNo">269</span><a name="line.269"></a>
+<span class="sourceLineNo">270</span>   @Override /* CommonEntry */<a name="line.270"></a>
+<span class="sourceLineNo">271</span>   public Feed title(String title) {<a name="line.271"></a>
+<span class="sourceLineNo">272</span>      super.title(title);<a name="line.272"></a>
+<span class="sourceLineNo">273</span>      return this;<a name="line.273"></a>
+<span class="sourceLineNo">274</span>   }<a name="line.274"></a>
+<span class="sourceLineNo">275</span><a name="line.275"></a>
+<span class="sourceLineNo">276</span>   @Override /* CommonEntry */<a name="line.276"></a>
+<span class="sourceLineNo">277</span>   public Feed updated(Calendar updated) {<a name="line.277"></a>
+<span class="sourceLineNo">278</span>      super.updated(updated);<a name="line.278"></a>
+<span class="sourceLineNo">279</span>      return this;<a name="line.279"></a>
+<span class="sourceLineNo">280</span>   }<a name="line.280"></a>
+<span class="sourceLineNo">281</span><a name="line.281"></a>
+<span class="sourceLineNo">282</span>   @Override /* CommonEntry */<a name="line.282"></a>
+<span class="sourceLineNo">283</span>   public Feed updated(String updated) {<a name="line.283"></a>
+<span class="sourceLineNo">284</span>      super.updated(updated);<a name="line.284"></a>
+<span class="sourceLineNo">285</span>      return this;<a name="line.285"></a>
+<span class="sourceLineNo">286</span>   }<a name="line.286"></a>
+<span class="sourceLineNo">287</span><a name="line.287"></a>
+<span class="sourceLineNo">288</span>   @Override /* Common */<a name="line.288"></a>
+<span class="sourceLineNo">289</span>   public Feed base(URI base) {<a name="line.289"></a>
+<span class="sourceLineNo">290</span>      super.base(base);<a name="line.290"></a>
+<span class="sourceLineNo">291</span>      return this;<a name="line.291"></a>
+<span class="sourceLineNo">292</span>   }<a name="line.292"></a>
+<span class="sourceLineNo">293</span><a name="line.293"></a>
+<span class="sourceLineNo">294</span>   @Override /* Common */<a name="line.294"></a>
+<span class="sourceLineNo">295</span>   public Feed lang(String lang) {<a name="line.295"></a>
+<span class="sourceLineNo">296</span>      super.lang(lang);<a name="line.296"></a>
+<span class="sourceLineNo">297</span>      return this;<a name="line.297"></a>
+<span class="sourceLineNo">298</span>   }<a name="line.298"></a>
+<span class="sourceLineNo">299</span>}<a name="line.299"></a>
 
 
 


[21/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
index b83924c..5609320 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.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>="type,description,name,in,flow,authorizationUrl,tokenUrl,scopes")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.56">SecurityScheme</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.63">SecurityScheme</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 the definition of a security scheme that can be used by the operations.
  <p>
@@ -145,8 +145,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       }
    }
  </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>
@@ -375,7 +382,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SecurityScheme</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.56">SecurityScheme</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.63">SecurityScheme</a>()</pre>
 </li>
 </ul>
 </li>
@@ -392,7 +399,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>strict</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.70">strict</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.77">strict</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">SwaggerElement</a></code></span></div>
 <div class="block">Sets strict mode on this bean.</div>
 <dl>
@@ -409,7 +416,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.83">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.90">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Required. The type of the security scheme.
@@ -426,7 +433,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.96">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.103">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.
  <p>
  Required. The type of the security scheme.
@@ -445,7 +452,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.109">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.116">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -461,7 +468,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.120">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.127">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A short description for security scheme.</div>
@@ -477,7 +484,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.132">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.139">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A short description for security scheme.</div>
@@ -495,7 +502,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.143">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.150">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -511,7 +518,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.154">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.161">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.
  <p>
  The name of the header or query parameter to be used.</div>
@@ -527,7 +534,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.166">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.173">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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.
  <p>
  The name of the header or query parameter to be used.</div>
@@ -545,7 +552,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.177">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.184">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>&nbsp;name)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -561,7 +568,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getIn</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.188">getIn</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.195">getIn</a>()</pre>
 <div class="block">Bean property getter:  <property>in</property>.
  <p>
  The location of the API key. Valid values are <js>"query"</js> or <js>"header"</js>.</div>
@@ -577,7 +584,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setIn</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.200">setIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.207">setIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
 <div class="block">Bean property setter:  <property>in</property>.
  <p>
  The location of the API key. Valid values are <js>"query"</js> or <js>"header"</js>.</div>
@@ -595,7 +602,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>in</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.211">in</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.218">in</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setIn-java.lang.String-"><code>setIn(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -611,7 +618,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFlow</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.223">getFlow</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.230">getFlow</a>()</pre>
 <div class="block">Bean property getter:  <property>flow</property>.
  <p>
  The flow used by the OAuth2 security scheme.
@@ -628,7 +635,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setFlow</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.236">setFlow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;flow)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.243">setFlow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;flow)</pre>
 <div class="block">Bean property setter:  <property>flow</property>.
  <p>
  The flow used by the OAuth2 security scheme.
@@ -647,7 +654,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>flow</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.247">flow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;flow)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.254">flow</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;flow)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setFlow-java.lang.String-"><code>setFlow(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -663,7 +670,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getAuthorizationUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.259">getAuthorizationUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.266">getAuthorizationUrl</a>()</pre>
 <div class="block">Bean property getter:  <property>authorizationUrl</property>.
  <p>
  The authorization URL to be used for this flow.
@@ -680,7 +687,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setAuthorizationUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.272">setAuthorizationUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizationUrl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.279">setAuthorizationUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizationUrl)</pre>
 <div class="block">Bean property setter:  <property>authorizationUrl</property>.
  <p>
  The authorization URL to be used for this flow.
@@ -699,7 +706,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>authorizationUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.283">authorizationUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizationUrl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.290">authorizationUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizationUrl)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setAuthorizationUrl-java.lang.String-"><code>setAuthorizationUrl(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -715,7 +722,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTokenUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.295">getTokenUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.302">getTokenUrl</a>()</pre>
 <div class="block">Bean property getter:  <property>tokenUrl</property>.
  <p>
  The token URL to be used for this flow.
@@ -732,7 +739,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTokenUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.308">setTokenUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.315">setTokenUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</pre>
 <div class="block">Bean property setter:  <property>tokenUrl</property>.
  <p>
  The token URL to be used for this flow.
@@ -751,7 +758,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>tokenUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.319">tokenUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.326">tokenUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setTokenUrl-java.lang.String-"><code>setTokenUrl(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -767,7 +774,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getScopes</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.330">getScopes</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.337">getScopes</a>()</pre>
 <div class="block">Bean property getter:  <property>scopes</property>.
  <p>
  The available scopes for the OAuth2 security scheme.</div>
@@ -783,7 +790,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setScopes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.342">setScopes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;scopes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.349">setScopes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;scopes)</pre>
 <div class="block">Bean property setter:  <property>scopes</property>.
  <p>
  The available scopes for the OAuth2 security scheme.</div>
@@ -801,7 +808,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addScope</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.356">addScope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.363">addScope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</pre>
 <div class="block">Bean property adder:  <property>scopes</property>.
  <p>
@@ -821,7 +828,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>scope</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.370">scope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.377">scope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#addScope-java.lang.String-java.lang.String-"><code>addScope(String,String)</code></a>.</div>
 <dl>


[49/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
index 435d60a..03b560b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
@@ -119,7 +119,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#typeName--">typeName</a>="entry")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.51">Entry</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.58">Entry</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre>
 <div class="block">Represents an <code>atomEntry</code> construct in the RFC4287 specification.
  <p>
@@ -143,8 +143,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
          &amp; extensionElement*)
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -376,7 +383,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>Entry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.65">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.72">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
              <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -394,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>Entry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.76">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.83">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;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>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -412,7 +419,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Entry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.81">Entry</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.88">Entry</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -430,7 +437,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getContent</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.93">getContent</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.100">getContent</a>()</pre>
 <div class="block">Returns the content of this entry.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -445,7 +452,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <li class="blockList">
 <h4>content</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="content")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.104">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;content)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.111">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;content)</pre>
 <div class="block">Sets the content of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -462,7 +469,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>getPublished</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html" title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.115">getPublished</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.122">getPublished</a>()</pre>
 <div class="block">Returns the publish timestamp of this entry.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -477,7 +484,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
 <li class="blockList">
 <h4>published</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="published")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.126">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;published)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.133">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;published)</pre>
 <div class="block">Sets the publish timestamp of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -494,7 +501,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>published</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="published")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.138">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;published)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.145">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;published)</pre>
 <div class="block">Sets the publish timestamp of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -510,7 +517,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getSource</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.148">getSource</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.155">getSource</a>()</pre>
 <div class="block">Returns the source of this entry.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -525,7 +532,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>source</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="source")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.159">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;source)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.166">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a>&nbsp;source)</pre>
 <div class="block">Sets the source of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -541,7 +548,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>getSummary</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.169">getSummary</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.176">getSummary</a>()</pre>
 <div class="block">Returns the summary of this entry.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -556,7 +563,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>summary</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="summary")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.180">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;summary)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.187">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;summary)</pre>
 <div class="block">Sets the summary of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -573,7 +580,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>summary</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="summary")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.192">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.199">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;summary)</pre>
 <div class="block">Sets the summary of this entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -589,7 +596,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>authors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.203">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.210">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of authors for this object.</div>
 <dl>
@@ -608,7 +615,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>categories</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.209">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.216">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of categories of this object.</div>
 <dl>
@@ -627,7 +634,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>contributors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.215">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.222">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of contributors of this object.</div>
 <dl>
@@ -646,7 +653,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.221">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.228">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div>
 <div class="block">Sets the ID of this object.</div>
 <dl>
@@ -665,7 +672,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>links</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.227">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.234">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of links of this object.</div>
 <dl>
@@ -684,7 +691,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.233">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.240">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -703,7 +710,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.239">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.246">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -722,7 +729,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.245">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.252">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -741,7 +748,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.251">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.258">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -760,7 +767,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.257">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.264">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -779,7 +786,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.263">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.270">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -798,7 +805,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.269">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.276">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -817,7 +824,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.275">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.282">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
index c458330..976b612 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
@@ -119,7 +119,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#typeName--">typeName</a>="feed")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.54">Feed</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.61">Feed</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre>
 <div class="block">Top-level ATOM feed object.
  <p>
@@ -146,8 +146,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
          atomEntry*
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -385,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>Feed</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.69">Feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.76">Feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
             <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -403,7 +410,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>Feed</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.80">Feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.87">Feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;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>&nbsp;updated)</pre>
 <div class="block">Normal constructor.</div>
@@ -421,7 +428,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Feed</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.85">Feed</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.92">Feed</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -439,7 +446,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>getGenerator</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.97">getGenerator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.104">getGenerator</a>()</pre>
 <div class="block">Returns generator information on this feed.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -454,7 +461,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
 <li class="blockList">
 <h4>generator</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="generator")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.108">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;generator)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.115">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;generator)</pre>
 <div class="block">Sets the generator information on this feed.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -470,7 +477,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getIcon</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.118">getIcon</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.125">getIcon</a>()</pre>
 <div class="block">Returns the feed icon.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -485,7 +492,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <li class="blockList">
 <h4>icon</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="icon")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.129">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;icon)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.136">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;icon)</pre>
 <div class="block">Sets the feed icon.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -501,7 +508,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogo</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.139">getLogo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.146">getLogo</a>()</pre>
 <div class="block">Returns the feed logo.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -516,7 +523,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <li class="blockList">
 <h4>logo</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="logo")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.150">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;logo)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.157">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a>&nbsp;logo)</pre>
 <div class="block">Sets the feed logo.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -533,7 +540,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <li class="blockList">
 <h4>getSubTitle</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.161">getSubTitle</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.168">getSubTitle</a>()</pre>
 <div class="block">Returns the feed subtitle.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -548,7 +555,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title=
 <li class="blockList">
 <h4>subtitle</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.172">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;subtitle)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.179">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;subtitle)</pre>
 <div class="block">Sets the feed subtitle.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -564,7 +571,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>subtitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.183">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;subtitle)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.190">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;subtitle)</pre>
 <div class="block">Sets the feed subtitle.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -581,7 +588,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <li class="blockList">
 <h4>getEntries</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>)
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.194">getEntries</a>()</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.201">getEntries</a>()</pre>
 <div class="block">Returns the entries in the feed.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -596,7 +603,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title
 <li class="blockList">
 <h4>entries</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="entries")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.205">entries</a>(<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>...&nbsp;entries)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.212">entries</a>(<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>...&nbsp;entries)</pre>
 <div class="block">Sets the entries in the feed.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -612,7 +619,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>authors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.216">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.223">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of authors for this object.</div>
 <dl>
@@ -631,7 +638,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>categories</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.222">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.229">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of categories of this object.</div>
 <dl>
@@ -650,7 +657,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>contributors</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.228">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.235">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of contributors of this object.</div>
 <dl>
@@ -669,7 +676,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.234">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.241">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div>
 <div class="block">Sets the ID of this object.</div>
 <dl>
@@ -688,7 +695,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>links</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.240">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.247">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div>
 <div class="block">Sets the list of links of this object.</div>
 <dl>
@@ -707,7 +714,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.246">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.253">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -726,7 +733,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.252">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.259">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rights)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
@@ -745,7 +752,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.258">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.265">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -764,7 +771,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.264">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.271">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the title of this object.</div>
 <dl>
@@ -783,7 +790,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.270">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.277">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -802,7 +809,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>updated</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.276">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.283">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;updated)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
@@ -821,7 +828,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.282">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.289">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -840,7 +847,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.288">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.295">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
index 693e602..8ad2d12 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.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#typeName--">typeName</a>="generator")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.40">Generator</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.47">Generator</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomGenerator</code> construct in the RFC4287 specification.
  <p>
@@ -127,8 +127,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       text
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -260,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Generator</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.52">Generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.59">Generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -274,7 +281,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Generator</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.57">Generator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.64">Generator</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -293,7 +300,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getUri</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.70">getUri</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.77">getUri</a>()</pre>
 <div class="block">Returns the URI of this generator statement.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -308,7 +315,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.81">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.88">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of this generator statement.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -325,7 +332,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.93">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.100">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of this generator statement.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -342,7 +349,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t
 <li class="blockList">
 <h4>getVersion</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.104">getVersion</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.111">getVersion</a>()</pre>
 <div class="block">Returns the version of this generator statement.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -357,7 +364,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>version</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="version")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.115">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.122">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
 <div class="block">Sets the version of this generator statement.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -374,7 +381,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t
 <li class="blockList">
 <h4>getText</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT">TEXT</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.126">getText</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.133">getText</a>()</pre>
 <div class="block">Returns the content of this generator statement.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -389,7 +396,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>text</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="text")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.137">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.144">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Sets the content of this generator statement.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -405,7 +412,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.148">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.155">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -424,7 +431,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.154">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.161">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
index 546f59b..53f8285 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.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#typeName--">typeName</a>="icon")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.38">Icon</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.45">Icon</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomIcon</code> construct in the RFC4287 specification.
  <p>
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       (atomUri)
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -239,7 +246,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Icon</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.48">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.55">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -253,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Icon</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.57">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.64">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -267,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Icon</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.62">Icon</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.69">Icon</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -286,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getUri</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ELEMENTS">ELEMENTS</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.75">getUri</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.82">getUri</a>()</pre>
 <div class="block">Returns the URI of this icon.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -301,7 +308,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.86">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.93">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of this icon.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -318,7 +325,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title=
 <li class="blockList">
 <h4>uri</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.98">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.105">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Sets the URI of this icon.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -334,7 +341,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.109">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.116">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -353,7 +360,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.115">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.122">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>


[39/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html
index 40fe1d3..35e9678 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html
@@ -117,9 +117,17 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.27">HtmlElementContainer</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.35">HtmlElementContainer</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre>
-<div class="block">A subclass of HTML elements that contain only other elements, not text.</div>
+<div class="block">A subclass of HTML elements that contain only other elements, not text.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -233,7 +241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElementContainer</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.27">HtmlElementContainer</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.35">HtmlElementContainer</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ELEMENTS">ELEMENTS</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--">beanDictionary</a>=<a href="../../../../../org/apache/juneau/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary.class</a>,
               <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="c")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.37">getChildren</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.45">getChildren</a>()</pre>
 <div class="block">The children of this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -268,7 +276,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <li class="blockList">
 <h4>setChildren</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.47">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;children)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.55">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;children)</pre>
 <div class="block">Sets the children for this container.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -284,7 +292,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.58">getChild</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.66">getChild</a>(int&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified index.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,7 +308,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.72">getChild</a>(int...&nbsp;index)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.80">getChild</a>(int...&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified address.
  <p>
  Indexes are zero-indexed.
@@ -320,7 +328,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.97">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.105">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
                       int&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified index.</div>
 <dl>
@@ -340,7 +348,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.107">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.115">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -356,7 +364,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.122">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.130">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block">Adds a child element to this element.</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/html5/HtmlElementMixed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html
index 7707252..a55f8eb 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html
@@ -117,9 +117,17 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.27">HtmlElementMixed</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.35">HtmlElementMixed</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre>
-<div class="block">A subclass of HTML elements that contain mixed content (elements and text).</div>
+<div class="block">A subclass of HTML elements that contain mixed content (elements and text).
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -233,7 +241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElementMixed</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.27">HtmlElementMixed</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.35">HtmlElementMixed</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#MIXED">MIXED</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--">beanDictionary</a>=<a href="../../../../../org/apache/juneau/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary.class</a>,
               <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="c")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.37">getChildren</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.45">getChildren</a>()</pre>
 <div class="block">The children of this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -268,7 +276,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi
 <li class="blockList">
 <h4>setChildren</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.48">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;children)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.56">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;children)</pre>
 <div class="block">Sets the children of this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -284,7 +292,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.59">getChild</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.67">getChild</a>(int&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified index.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,7 +308,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.73">getChild</a>(int...&nbsp;index)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.81">getChild</a>(int...&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified address.
  <p>
  Indexes are zero-indexed.
@@ -320,7 +328,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getChild</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.98">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.106">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type,
                       int&nbsp;index)</pre>
 <div class="block">Returns the child node at the specified index.</div>
 <dl>
@@ -340,7 +348,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.109">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.117">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -357,7 +365,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.125">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.133">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block">Adds a child element to this element.</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/html5/HtmlElementRawText.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html
index 6521081..c3f566a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html
@@ -117,9 +117,17 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.22">HtmlElementRawText</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.30">HtmlElementRawText</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre>
-<div class="block">A subclass of HTML elements that contain <a href="https://www.w3.org/TR/html51/syntax.html#raw-text">raw text</a> only.</div>
+<div class="block">A subclass of HTML elements that contain <a href="https://www.w3.org/TR/html51/syntax.html#raw-text">raw text</a> only.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -208,7 +216,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElementRawText</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.22">HtmlElementRawText</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.30">HtmlElementRawText</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +235,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <h4>getText</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT_PWS">TEXT_PWS</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.33">getText</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.41">getText</a>()</pre>
 <div class="block">Returns the inner text of this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -242,7 +250,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>setText</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.44">setText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.52">setText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Sets the inner text of this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -258,7 +266,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.55">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.63">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Sets the text node on this element.</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/html5/HtmlElementText.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html
index 8a65e65..8016aea 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html
@@ -117,9 +117,17 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.22">HtmlElementText</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.30">HtmlElementText</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre>
-<div class="block">A subclass of HTML elements that contain text only.</div>
+<div class="block">A subclass of HTML elements that contain text only.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -208,7 +216,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElementText</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.22">HtmlElementText</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.30">HtmlElementText</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +235,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <h4>getText</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT">TEXT</a>)
  <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.33">getText</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.41">getText</a>()</pre>
 <div class="block">Returns the inner text of this element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -242,7 +250,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h
 <li class="blockList">
 <h4>setText</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.44">setText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.52">setText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Sets the innter text of this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -258,7 +266,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.55">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.63">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block">Sets the text node on this element.</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/html5/HtmlElementVoid.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html
index 9665118..7d8a986 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html
@@ -112,11 +112,19 @@
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#VOID">VOID</a>)
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.25">HtmlElementVoid</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.33">HtmlElementVoid</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre>
 <div class="block">A subclass of HTML elements that have no content or end tags.
  <p>
- See <a href="https://www.w3.org/TR/html51/syntax.html#void-elements">void elements</a></div>
+ See <a href="https://www.w3.org/TR/html51/syntax.html#void-elements">void elements</a>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -180,7 +188,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlElementVoid</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.25">HtmlElementVoid</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.33">HtmlElementVoid</a>()</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/I.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/I.html b/content/site/apidocs/org/apache/juneau/dto/html5/I.html
index dc156dd..86638d7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/I.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/I.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="i")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.22">I</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.30">I</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element">&lt;i&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>I</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.22">I</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.30">I</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html b/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html
index 58edcf4..8a0ad96 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="iframe")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.24">Iframe</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.32">Iframe</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element">&lt;iframe&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Iframe</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.24">Iframe</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.32">Iframe</a>()</pre>
 </li>
 </ul>
 </li>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.33">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.41">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -301,7 +309,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.44">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.52">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-name">name</a> attribute.
  Name of nested browsing context.</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>sandbox</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.55">sandbox</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sandbox)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.63">sandbox</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sandbox)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox">sandbox</a> attribute.
  Security rules for nested content.</div>
 <dl>
@@ -335,7 +343,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.67">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.75">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -353,7 +361,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>srcdoc</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.78">srcdoc</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srcdoc)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.86">srcdoc</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srcdoc)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc">srcdoc</a> attribute.
  A document to render in the iframe.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.90">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.98">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -388,7 +396,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.101">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.109">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -407,7 +415,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.107">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.115">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -426,7 +434,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.113">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.121">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -445,7 +453,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.119">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.127">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -465,7 +473,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.125">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.133">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Img.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Img.html b/content/site/apidocs/org/apache/juneau/dto/html5/Img.html
index 3cbbfe8..a95bc0a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Img.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Img.html
@@ -119,9 +119,17 @@ 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#typeName--">typeName</a>="img")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.23">Img</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.31">Img</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element">&lt;img&gt;</a> element.</div>
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element">&lt;img&gt;</a> element.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -252,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Img</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.23">Img</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.31">Img</a>()</pre>
 </li>
 </ul>
 </li>
@@ -269,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>alt</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.31">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.39">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-alt">alt</a> attribute.
  Replacement text for use when images are not available.</div>
 <dl>
@@ -286,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.42">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.50">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin">crossorigin</a> attribute.
  How the element handles crossorigin requests.</div>
 <dl>
@@ -303,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.54">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.62">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -321,7 +329,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>ismap</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.66">ismap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;ismap)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.74">ismap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;ismap)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-ismap">ismap</a> attribute.
  Whether the image is a server-side image map.</div>
 <dl>
@@ -339,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.78">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.86">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -357,7 +365,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>usemap</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.89">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;usemap)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.97">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;usemap)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute.
  Name of image map to use.</div>
 <dl>
@@ -374,7 +382,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.101">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.109">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -392,7 +400,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.112">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.120">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -411,7 +419,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.118">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.126">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -430,7 +438,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.124">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.132">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>


[47/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
index 470d560..09443b0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.49">Text</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.56">Text</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomTextConstruct</code> construct in the RFC4287 specification.
  <p>
@@ -141,8 +141,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       | anyXHTML)*
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</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.Atom'>Atom</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -262,7 +269,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Text</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.59">Text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.66">Text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Normal content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -276,7 +283,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Text</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.64">Text</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.71">Text</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -295,7 +302,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getType</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.77">getType</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.84">getType</a>()</pre>
 <div class="block">Returns the content type of this content.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -310,7 +317,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>type</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="type")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.96">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.103">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Sets the content type of this content.
  <p>
  Must be one of the following:
@@ -335,7 +342,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title=
 <li class="blockList">
 <h4>getText</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#XMLTEXT">XMLTEXT</a>)
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.107">getText</a>()</pre>
+public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.114">getText</a>()</pre>
 <div class="block">Returns the content of this content.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -350,7 +357,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>text</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="text")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.118">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.125">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text)</pre>
 <div class="block">Sets the content of this content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -366,7 +373,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.129">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.136">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -385,7 +392,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title=
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.135">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.142">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
@@ -404,7 +411,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.141">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.148">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
index b7b9f48..df26cbb 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
@@ -108,7 +108,9 @@
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></td>
 <td class="colLast">
-<div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a></div>
+<div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a>
+
+ <h6 class='topic'>Additional Information</div>
 </td>
 </tr>
 <tr class="altColor">

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/A.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/A.html b/content/site/apidocs/org/apache/juneau/dto/html5/A.html
index 8e64c90..a36da35 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/A.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/A.html
@@ -119,9 +119,17 @@ 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#typeName--">typeName</a>="a")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.24">A</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.32">A</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element">&lt;a&gt;</a> element.</div>
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element">&lt;a&gt;</a> element.
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>A</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.24">A</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.32">A</a>()</pre>
 </li>
 </ul>
 </li>
@@ -282,7 +290,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>download</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.33">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.41">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.
  Whether to download the resource instead of navigating to it, and its file name if so.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>href</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.45">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.53">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.
  Address of the hyperlink.</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>hreflang</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.56">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.64">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.
  Language of the linked resource.</div>
 <dl>
@@ -335,7 +343,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>rel</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.67">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.75">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.
  Relationship between the document containing the hyperlink and the destination resource.</div>
 <dl>
@@ -352,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>target</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.78">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.86">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.
  Default browsing context for hyperlink navigation and form submission.</div>
 <dl>
@@ -369,7 +377,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.89">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.97">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.
  Hint for the type of the referenced resource.</div>
 <dl>
@@ -386,7 +394,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.100">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.108">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -405,7 +413,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.106">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.114">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -424,7 +432,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.112">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.120">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -443,7 +451,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.118">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.126">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -463,7 +471,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.124">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.132">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html b/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
index 0c30cee..4049b9a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="abbr")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.22">Abbr</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.30">Abbr</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element">&lt;abbr&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Abbr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.22">Abbr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.30">Abbr</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -272,7 +280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -291,7 +299,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -310,7 +318,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.47">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.55">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#title-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-title">title</a> attribute.</div>
 <dl>
@@ -329,7 +337,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.53">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.61">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -349,7 +357,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.59">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.67">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Address.html b/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
index 066ffcc..de2c7f8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="address")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.22">Address</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.30">Address</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-address-element">&lt;address&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Address</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.22">Address</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.30">Address</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Area.html b/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
index 04e3901..0ff684e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="area")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.24">Area</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.32">Area</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-area-element">&lt;area&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Area</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.24">Area</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.32">Area</a>()</pre>
 </li>
 </ul>
 </li>
@@ -282,7 +290,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>alt</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.32">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.40">alt</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alt)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt">alt</a> attribute.
  Replacement text for use when images are not available.</div>
 <dl>
@@ -299,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>coords</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.43">coords</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;coords)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.51">coords</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;coords)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords">coords</a> attribute.
  Coordinates for the shape to be created in an image map.</div>
 <dl>
@@ -316,7 +324,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>download</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.55">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.63">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.
  Whether to download the resource instead of navigating to it, and its file name if so.</div>
 <dl>
@@ -334,7 +342,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>href</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.67">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.75">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.
  Address of the hyperlink.</div>
 <dl>
@@ -352,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>hreflang</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.78">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.86">hreflang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hreflang)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.
  Language of the linked resource.</div>
 <dl>
@@ -369,7 +377,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>rel</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.89">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.97">rel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rel)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.
  Relationship between the document containing the hyperlink and the destination resource.</div>
 <dl>
@@ -386,7 +394,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>shape</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.100">shape</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;shape)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.108">shape</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;shape)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape">shape</a> attribute.
  The kind of shape to be created in an image map.</div>
 <dl>
@@ -403,7 +411,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>target</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.111">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.119">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.
  Browsing context for hyperlink navigation.</div>
 <dl>
@@ -420,7 +428,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.122">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.130">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.
  Hint for the type of the referenced resource.</div>
 <dl>
@@ -437,7 +445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.133">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.141">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -456,7 +464,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.139">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.147">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -475,7 +483,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.145">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.153">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Article.html b/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
index c73d946..edd9adc 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="article")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.22">Article</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.30">Article</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-article-element">&lt;article&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -254,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Article</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.22">Article</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.30">Article</a>()</pre>
 </li>
 </ul>
 </li>
@@ -271,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>header</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.30">header</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.38">header</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Adds a header node to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -287,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>footer</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.41">footer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.49">footer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block">Adds a footer node to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -303,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>link</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.52">link</a>(<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;link)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.60">link</a>(<a href="../../../../../org/apache/juneau/dto/html5/Link.html" title="class in org.apache.juneau.dto.html5">Link</a>&nbsp;link)</pre>
 <div class="block">Adds a link node to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -319,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>section</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.63">section</a>(<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;section)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.71">section</a>(<a href="../../../../../org/apache/juneau/dto/html5/Section.html" title="class in org.apache.juneau.dto.html5">Section</a>&nbsp;section)</pre>
 <div class="block">Adds a section node to this element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -335,7 +343,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.74">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.82">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -354,7 +362,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.80">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.88">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -373,7 +381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.86">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.94">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -392,7 +400,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.92">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.100">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -412,7 +420,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.98">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.106">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Aside.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Aside.html b/content/site/apidocs/org/apache/juneau/dto/html5/Aside.html
index d1bbccd..de4a093 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Aside.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Aside.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="aside")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.22">Aside</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.30">Aside</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-aside-element">&lt;aside&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Aside</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.22">Aside</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.30">Aside</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Aside.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[11/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/csv/CsvSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/csv/CsvSerializerContext.html b/content/site/apidocs/src-html/org/apache/juneau/csv/CsvSerializerContext.html
index 48cd479..14f08ef 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/csv/CsvSerializerContext.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/csv/CsvSerializerContext.html
@@ -32,10 +32,10 @@
 <span class="sourceLineNo">024</span> * See {@link PropertyStore} for more information about context properties.<a name="line.24"></a>
 <span class="sourceLineNo">025</span> *<a name="line.25"></a>
 <span class="sourceLineNo">026</span> * &lt;h5 class='section'&gt;Inherited configurable properties:&lt;/h5&gt;<a name="line.26"></a>
-<span class="sourceLineNo">027</span> * &lt;ul class='javahierarchy'&gt;<a name="line.27"></a>
-<span class="sourceLineNo">028</span> *    &lt;li class='c'&gt;&lt;a class="doclink" href="../BeanContext.html#ConfigProperties"&gt;BeanContext&lt;/a&gt; - Properties associated with handling beans on serializers and parsers.<a name="line.28"></a>
+<span class="sourceLineNo">027</span> * &lt;ul class='doctree'&gt;<a name="line.27"></a>
+<span class="sourceLineNo">028</span> *    &lt;li class='jc'&gt;&lt;a class="doclink" href="../BeanContext.html#ConfigProperties"&gt;BeanContext&lt;/a&gt; - Properties associated with handling beans on serializers and parsers.<a name="line.28"></a>
 <span class="sourceLineNo">029</span> *    &lt;ul&gt;<a name="line.29"></a>
-<span class="sourceLineNo">030</span> *       &lt;li class='c'&gt;&lt;a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties"&gt;SerializerContext&lt;/a&gt; - Configurable properties common to all serializers.<a name="line.30"></a>
+<span class="sourceLineNo">030</span> *       &lt;li class='jc'&gt;&lt;a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties"&gt;SerializerContext&lt;/a&gt; - Configurable properties common to all serializers.<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *    &lt;/ul&gt;<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/ul&gt;<a name="line.32"></a>
 <span class="sourceLineNo">033</span> */<a name="line.33"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/AtomBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/AtomBuilder.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/AtomBuilder.html
index d17bffb..1ddbb4b 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/AtomBuilder.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/AtomBuilder.html
@@ -38,198 +38,205 @@
 <span class="sourceLineNo">030</span> *          &lt;jsm&gt;link&lt;/jsm&gt;(&lt;js&gt;"self"&lt;/js&gt;, &lt;js&gt;"application/atom+xml"&lt;/js&gt;, &lt;js&gt;"http://www.sample.com/feed.atom"&lt;/js&gt;)<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *       );<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;p&gt;<a name="line.33"></a>
-<span class="sourceLineNo">034</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.34"></a>
-<span class="sourceLineNo">035</span> */<a name="line.35"></a>
-<span class="sourceLineNo">036</span>public class AtomBuilder {<a name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * Creates a {@link Category} element with the specified {@link Category#term(String)} attribute.<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    *<a name="line.40"></a>
-<span class="sourceLineNo">041</span>    * @param term The {@link Category#term(String)} attribute.<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * @return The new element.<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    */<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   public static final Category category(String term) {<a name="line.44"></a>
-<span class="sourceLineNo">045</span>      return new Category(term);<a name="line.45"></a>
-<span class="sourceLineNo">046</span>   }<a name="line.46"></a>
-<span class="sourceLineNo">047</span><a name="line.47"></a>
-<span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * Creates a {@link Content} element with the specified {@link Content#type(String)} attribute.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    *<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * @return The new element.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public static final Content content() {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      return new Content();<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   /**<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    * Creates a {@link Content} element.<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    *<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * @param type The {@link Content#type(String)} attribute.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @return The new element.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   public static final Content content(String type) {<a name="line.63"></a>
-<span class="sourceLineNo">064</span>      return new Content(type);<a name="line.64"></a>
-<span class="sourceLineNo">065</span>   }<a name="line.65"></a>
-<span class="sourceLineNo">066</span><a name="line.66"></a>
-<span class="sourceLineNo">067</span>   /**<a name="line.67"></a>
-<span class="sourceLineNo">068</span>    * Creates an {@link Entry} element with the specified {@link Entry#id(Id)}, {@link Entry#title(Text)}, and {@link Entry#updated(Calendar)} attributes.<a name="line.68"></a>
-<span class="sourceLineNo">069</span>    *<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * @param id The {@link Entry#id(Id)} attribute.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * @param title The {@link Entry#title(Text)} attribute.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @param updated The {@link Entry#updated(Calendar)} attribute.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @return The new element.<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    */<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public static final Entry entry(Id id, Text title, Calendar updated) {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      return new Entry(id, title, updated);<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
-<span class="sourceLineNo">078</span><a name="line.78"></a>
-<span class="sourceLineNo">079</span>   /**<a name="line.79"></a>
-<span class="sourceLineNo">080</span>    * Creates an {@link Entry} element with the specified {@link Entry#id(Id)}, {@link Entry#title(Text)}, and {@link Entry#updated(Calendar)} attributes.<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    *<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * @param id The {@link Entry#id(Id)} attribute.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @param title The {@link Entry#title(Text)} attribute.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * @param updated The {@link Entry#updated(Calendar)} attribute.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    * @return The new element.<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
-<span class="sourceLineNo">087</span>   public static final Entry entry(String id, String title, String updated) {<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return new Entry(id, title, updated);<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * Creates a {@link Feed} element with the specified {@link Feed#id(Id)}, {@link Entry#title(Text)}, and {@link Feed#updated(Calendar)} attributes.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    *<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * @param id The {@link Feed#id(Id)} attribute.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @param title The {@link Feed#title(Text)} attribute.<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    * @param updated The {@link Feed#updated(Calendar)} attribute.<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    * @return The new element.<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    */<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   public static final Feed feed(Id id, Text title, Calendar updated) {<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return new Feed(id, title, updated);<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span><a name="line.102"></a>
-<span class="sourceLineNo">103</span>   /**<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * Creates a {@link Feed} element with the specified {@link Feed#id(Id)}, {@link Entry#title(Text)}, and {@link Feed#updated(Calendar)} attributes.<a name="line.104"></a>
-<span class="sourceLineNo">105</span>    *<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * @param id The {@link Feed#id(Id)} attribute.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    * @param title The {@link Feed#title(Text)} attribute.<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    * @param updated The {@link Feed#updated(Calendar)} attribute.<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    * @return The new element.<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    */<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   public static final Feed feed(String id, String title, String updated) {<a name="line.111"></a>
-<span class="sourceLineNo">112</span>      return new Feed(id, title, updated);<a name="line.112"></a>
-<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
-<span class="sourceLineNo">114</span><a name="line.114"></a>
-<span class="sourceLineNo">115</span>   /**<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    * Creates a {@link Generator} element with the specified {@link Generator#text(String)} child node.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    *<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * @param text The {@link Generator#text(String)} child node.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    * @return The new element.<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    */<a name="line.120"></a>
-<span class="sourceLineNo">121</span>   public static final Generator generator(String text) {<a name="line.121"></a>
-<span class="sourceLineNo">122</span>      return new Generator(text);<a name="line.122"></a>
-<span class="sourceLineNo">123</span>   }<a name="line.123"></a>
-<span class="sourceLineNo">124</span><a name="line.124"></a>
-<span class="sourceLineNo">125</span>   /**<a name="line.125"></a>
-<span class="sourceLineNo">126</span>    * Creates an {@link Icon} element with the specified {@link Icon#uri(URI)} attribute.<a name="line.126"></a>
-<span class="sourceLineNo">127</span>    *<a name="line.127"></a>
-<span class="sourceLineNo">128</span>    * @param uri The {@link Icon#uri(URI)} attribute.<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    * @return The new element.<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    */<a name="line.130"></a>
-<span class="sourceLineNo">131</span>   public static final Icon icon(String uri) {<a name="line.131"></a>
-<span class="sourceLineNo">132</span>      return new Icon(uri);<a name="line.132"></a>
-<span class="sourceLineNo">133</span>   }<a name="line.133"></a>
-<span class="sourceLineNo">134</span><a name="line.134"></a>
-<span class="sourceLineNo">135</span>   /**<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    * Creates an {@link Icon} element with the specified {@link Icon#uri(URI)} attribute.<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    *<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    * @param uri The {@link Icon#uri(URI)} attribute.<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    * @return The new element.<a name="line.139"></a>
-<span class="sourceLineNo">140</span>    */<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   public static final Icon icon(URI uri) {<a name="line.141"></a>
-<span class="sourceLineNo">142</span>      return new Icon(uri);<a name="line.142"></a>
-<span class="sourceLineNo">143</span>   }<a name="line.143"></a>
-<span class="sourceLineNo">144</span><a name="line.144"></a>
-<span class="sourceLineNo">145</span>   /**<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    * Creates an {@link Id} element with the specified {@link Id#text(String)} child node.<a name="line.146"></a>
-<span class="sourceLineNo">147</span>    *<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    * @param text The {@link Id#text(String)} child node.<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    * @return The new element.<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    */<a name="line.150"></a>
-<span class="sourceLineNo">151</span>   public static final Id id(String text) {<a name="line.151"></a>
-<span class="sourceLineNo">152</span>      return new Id(text);<a name="line.152"></a>
-<span class="sourceLineNo">153</span>   }<a name="line.153"></a>
-<span class="sourceLineNo">154</span><a name="line.154"></a>
-<span class="sourceLineNo">155</span>   /**<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    * Creates a {@link Link} element with the specified {@link Link#rel(String)}, {@link Link#type(String)}, and {@link Link#href(String)} attributes.<a name="line.156"></a>
-<span class="sourceLineNo">157</span>    *<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    * @param rel The {@link Link#rel(String)} attribute.<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    * @param type The {@link Link#type(String)} attribute.<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    * @param href The {@link Link#href(String)} attribute.<a name="line.160"></a>
-<span class="sourceLineNo">161</span>    * @return The new element.<a name="line.161"></a>
-<span class="sourceLineNo">162</span>    */<a name="line.162"></a>
-<span class="sourceLineNo">163</span>   public static final Link link(String rel, String type, String href) {<a name="line.163"></a>
-<span class="sourceLineNo">164</span>      return new Link(rel, type, href);<a name="line.164"></a>
-<span class="sourceLineNo">165</span>   }<a name="line.165"></a>
-<span class="sourceLineNo">166</span><a name="line.166"></a>
-<span class="sourceLineNo">167</span>   /**<a name="line.167"></a>
-<span class="sourceLineNo">168</span>    * Creates a {@link Logo} element with the specified {@link Logo#uri(URI)} attribute.<a name="line.168"></a>
-<span class="sourceLineNo">169</span>    *<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    * @param uri The {@link Logo#uri(URI)} attribute.<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    * @return The new element.<a name="line.171"></a>
-<span class="sourceLineNo">172</span>    */<a name="line.172"></a>
-<span class="sourceLineNo">173</span>   public static final Logo logo(String uri) {<a name="line.173"></a>
-<span class="sourceLineNo">174</span>      return new Logo(uri);<a name="line.174"></a>
-<span class="sourceLineNo">175</span>   }<a name="line.175"></a>
-<span class="sourceLineNo">176</span><a name="line.176"></a>
-<span class="sourceLineNo">177</span>   /**<a name="line.177"></a>
-<span class="sourceLineNo">178</span>    * Creates a {@link Logo} element with the specified {@link Logo#uri(URI)} attribute.<a name="line.178"></a>
-<span class="sourceLineNo">179</span>    *<a name="line.179"></a>
-<span class="sourceLineNo">180</span>    * @param uri The {@link Logo#uri(URI)} attribute.<a name="line.180"></a>
-<span class="sourceLineNo">181</span>    * @return The new element.<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    */<a name="line.182"></a>
-<span class="sourceLineNo">183</span>   public static final Logo logo(URI uri) {<a name="line.183"></a>
-<span class="sourceLineNo">184</span>      return new Logo(uri);<a name="line.184"></a>
-<span class="sourceLineNo">185</span>   }<a name="line.185"></a>
-<span class="sourceLineNo">186</span><a name="line.186"></a>
-<span class="sourceLineNo">187</span>   /**<a name="line.187"></a>
-<span class="sourceLineNo">188</span>    * Creates a {@link Person} element with the specified {@link Person#name(String)} attribute.<a name="line.188"></a>
-<span class="sourceLineNo">189</span>    *<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    * @param name The {@link Person#name(String)} attribute.<a name="line.190"></a>
-<span class="sourceLineNo">191</span>    * @return The new element.<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    */<a name="line.192"></a>
-<span class="sourceLineNo">193</span>   public static final Person person(String name) {<a name="line.193"></a>
-<span class="sourceLineNo">194</span>      return new Person(name);<a name="line.194"></a>
-<span class="sourceLineNo">195</span>   }<a name="line.195"></a>
-<span class="sourceLineNo">196</span><a name="line.196"></a>
-<span class="sourceLineNo">197</span>   /**<a name="line.197"></a>
-<span class="sourceLineNo">198</span>    * Creates a {@link Source} element.<a name="line.198"></a>
-<span class="sourceLineNo">199</span>    *<a name="line.199"></a>
-<span class="sourceLineNo">200</span>    * @return The new element.<a name="line.200"></a>
-<span class="sourceLineNo">201</span>    */<a name="line.201"></a>
-<span class="sourceLineNo">202</span>   public static final Source source() {<a name="line.202"></a>
-<span class="sourceLineNo">203</span>      return new Source();<a name="line.203"></a>
-<span class="sourceLineNo">204</span>   }<a name="line.204"></a>
-<span class="sourceLineNo">205</span><a name="line.205"></a>
-<span class="sourceLineNo">206</span>   /**<a name="line.206"></a>
-<span class="sourceLineNo">207</span>    * Creates a {@link Text} element.<a name="line.207"></a>
-<span class="sourceLineNo">208</span>    *<a name="line.208"></a>
-<span class="sourceLineNo">209</span>    * @return The new element.<a name="line.209"></a>
-<span class="sourceLineNo">210</span>    */<a name="line.210"></a>
-<span class="sourceLineNo">211</span>   public static final Text text() {<a name="line.211"></a>
-<span class="sourceLineNo">212</span>      return new Text();<a name="line.212"></a>
-<span class="sourceLineNo">213</span>   }<a name="line.213"></a>
-<span class="sourceLineNo">214</span><a name="line.214"></a>
-<span class="sourceLineNo">215</span>   /**<a name="line.215"></a>
-<span class="sourceLineNo">216</span>    * Creates a {@link Text} element with the specified {@link Text#type(String)} attribute.<a name="line.216"></a>
-<span class="sourceLineNo">217</span>    *<a name="line.217"></a>
-<span class="sourceLineNo">218</span>    * @param type The {@link Text#type(String)} attribute.<a name="line.218"></a>
-<span class="sourceLineNo">219</span>    * @return The new element.<a name="line.219"></a>
-<span class="sourceLineNo">220</span>    */<a name="line.220"></a>
-<span class="sourceLineNo">221</span>   public static final Text text(String type) {<a name="line.221"></a>
-<span class="sourceLineNo">222</span>      return new Text(type);<a name="line.222"></a>
-<span class="sourceLineNo">223</span>   }<a name="line.223"></a>
-<span class="sourceLineNo">224</span>}<a name="line.224"></a>
+<span class="sourceLineNo">033</span> *<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> * &lt;ul class='doctree'&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *    &lt;ul&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;/ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>public class AtomBuilder {<a name="line.43"></a>
+<span class="sourceLineNo">044</span><a name="line.44"></a>
+<span class="sourceLineNo">045</span>   /**<a name="line.45"></a>
+<span class="sourceLineNo">046</span>    * Creates a {@link Category} element with the specified {@link Category#term(String)} attribute.<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    *<a name="line.47"></a>
+<span class="sourceLineNo">048</span>    * @param term The {@link Category#term(String)} attribute.<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * @return The new element.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    */<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   public static final Category category(String term) {<a name="line.51"></a>
+<span class="sourceLineNo">052</span>      return new Category(term);<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
+<span class="sourceLineNo">054</span><a name="line.54"></a>
+<span class="sourceLineNo">055</span>   /**<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    * Creates a {@link Content} element with the specified {@link Content#type(String)} attribute.<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    *<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    * @return The new element.<a name="line.58"></a>
+<span class="sourceLineNo">059</span>    */<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   public static final Content content() {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>      return new Content();<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   }<a name="line.62"></a>
+<span class="sourceLineNo">063</span><a name="line.63"></a>
+<span class="sourceLineNo">064</span>   /**<a name="line.64"></a>
+<span class="sourceLineNo">065</span>    * Creates a {@link Content} element.<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    *<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    * @param type The {@link Content#type(String)} attribute.<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @return The new element.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    */<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   public static final Content content(String type) {<a name="line.70"></a>
+<span class="sourceLineNo">071</span>      return new Content(type);<a name="line.71"></a>
+<span class="sourceLineNo">072</span>   }<a name="line.72"></a>
+<span class="sourceLineNo">073</span><a name="line.73"></a>
+<span class="sourceLineNo">074</span>   /**<a name="line.74"></a>
+<span class="sourceLineNo">075</span>    * Creates an {@link Entry} element with the specified {@link Entry#id(Id)}, {@link Entry#title(Text)}, and {@link Entry#updated(Calendar)} attributes.<a name="line.75"></a>
+<span class="sourceLineNo">076</span>    *<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * @param id The {@link Entry#id(Id)} attribute.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * @param title The {@link Entry#title(Text)} attribute.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @param updated The {@link Entry#updated(Calendar)} attribute.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @return The new element.<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    */<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public static final Entry entry(Id id, Text title, Calendar updated) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      return new Entry(id, title, updated);<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   }<a name="line.84"></a>
+<span class="sourceLineNo">085</span><a name="line.85"></a>
+<span class="sourceLineNo">086</span>   /**<a name="line.86"></a>
+<span class="sourceLineNo">087</span>    * Creates an {@link Entry} element with the specified {@link Entry#id(Id)}, {@link Entry#title(Text)}, and {@link Entry#updated(Calendar)} attributes.<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    *<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    * @param id The {@link Entry#id(Id)} attribute.<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @param title The {@link Entry#title(Text)} attribute.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * @param updated The {@link Entry#updated(Calendar)} attribute.<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    * @return The new element.<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    */<a name="line.93"></a>
+<span class="sourceLineNo">094</span>   public static final Entry entry(String id, String title, String updated) {<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return new Entry(id, title, updated);<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   /**<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * Creates a {@link Feed} element with the specified {@link Feed#id(Id)}, {@link Entry#title(Text)}, and {@link Feed#updated(Calendar)} attributes.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    *<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * @param id The {@link Feed#id(Id)} attribute.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @param title The {@link Feed#title(Text)} attribute.<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    * @param updated The {@link Feed#updated(Calendar)} attribute.<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    * @return The new element.<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    */<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   public static final Feed feed(Id id, Text title, Calendar updated) {<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      return new Feed(id, title, updated);<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   }<a name="line.108"></a>
+<span class="sourceLineNo">109</span><a name="line.109"></a>
+<span class="sourceLineNo">110</span>   /**<a name="line.110"></a>
+<span class="sourceLineNo">111</span>    * Creates a {@link Feed} element with the specified {@link Feed#id(Id)}, {@link Entry#title(Text)}, and {@link Feed#updated(Calendar)} attributes.<a name="line.111"></a>
+<span class="sourceLineNo">112</span>    *<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * @param id The {@link Feed#id(Id)} attribute.<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    * @param title The {@link Feed#title(Text)} attribute.<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    * @param updated The {@link Feed#updated(Calendar)} attribute.<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    * @return The new element.<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    */<a name="line.117"></a>
+<span class="sourceLineNo">118</span>   public static final Feed feed(String id, String title, String updated) {<a name="line.118"></a>
+<span class="sourceLineNo">119</span>      return new Feed(id, title, updated);<a name="line.119"></a>
+<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
+<span class="sourceLineNo">121</span><a name="line.121"></a>
+<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    * Creates a {@link Generator} element with the specified {@link Generator#text(String)} child node.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    *<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * @param text The {@link Generator#text(String)} child node.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * @return The new element.<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   public static final Generator generator(String text) {<a name="line.128"></a>
+<span class="sourceLineNo">129</span>      return new Generator(text);<a name="line.129"></a>
+<span class="sourceLineNo">130</span>   }<a name="line.130"></a>
+<span class="sourceLineNo">131</span><a name="line.131"></a>
+<span class="sourceLineNo">132</span>   /**<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    * Creates an {@link Icon} element with the specified {@link Icon#uri(URI)} attribute.<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    *<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * @param uri The {@link Icon#uri(URI)} attribute.<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    * @return The new element.<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    */<a name="line.137"></a>
+<span class="sourceLineNo">138</span>   public static final Icon icon(String uri) {<a name="line.138"></a>
+<span class="sourceLineNo">139</span>      return new Icon(uri);<a name="line.139"></a>
+<span class="sourceLineNo">140</span>   }<a name="line.140"></a>
+<span class="sourceLineNo">141</span><a name="line.141"></a>
+<span class="sourceLineNo">142</span>   /**<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    * Creates an {@link Icon} element with the specified {@link Icon#uri(URI)} attribute.<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    *<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    * @param uri The {@link Icon#uri(URI)} attribute.<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    * @return The new element.<a name="line.146"></a>
+<span class="sourceLineNo">147</span>    */<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   public static final Icon icon(URI uri) {<a name="line.148"></a>
+<span class="sourceLineNo">149</span>      return new Icon(uri);<a name="line.149"></a>
+<span class="sourceLineNo">150</span>   }<a name="line.150"></a>
+<span class="sourceLineNo">151</span><a name="line.151"></a>
+<span class="sourceLineNo">152</span>   /**<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    * Creates an {@link Id} element with the specified {@link Id#text(String)} child node.<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    *<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    * @param text The {@link Id#text(String)} child node.<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    * @return The new element.<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    */<a name="line.157"></a>
+<span class="sourceLineNo">158</span>   public static final Id id(String text) {<a name="line.158"></a>
+<span class="sourceLineNo">159</span>      return new Id(text);<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   }<a name="line.160"></a>
+<span class="sourceLineNo">161</span><a name="line.161"></a>
+<span class="sourceLineNo">162</span>   /**<a name="line.162"></a>
+<span class="sourceLineNo">163</span>    * Creates a {@link Link} element with the specified {@link Link#rel(String)}, {@link Link#type(String)}, and {@link Link#href(String)} attributes.<a name="line.163"></a>
+<span class="sourceLineNo">164</span>    *<a name="line.164"></a>
+<span class="sourceLineNo">165</span>    * @param rel The {@link Link#rel(String)} attribute.<a name="line.165"></a>
+<span class="sourceLineNo">166</span>    * @param type The {@link Link#type(String)} attribute.<a name="line.166"></a>
+<span class="sourceLineNo">167</span>    * @param href The {@link Link#href(String)} attribute.<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    * @return The new element.<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    */<a name="line.169"></a>
+<span class="sourceLineNo">170</span>   public static final Link link(String rel, String type, String href) {<a name="line.170"></a>
+<span class="sourceLineNo">171</span>      return new Link(rel, type, href);<a name="line.171"></a>
+<span class="sourceLineNo">172</span>   }<a name="line.172"></a>
+<span class="sourceLineNo">173</span><a name="line.173"></a>
+<span class="sourceLineNo">174</span>   /**<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    * Creates a {@link Logo} element with the specified {@link Logo#uri(URI)} attribute.<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    *<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    * @param uri The {@link Logo#uri(URI)} attribute.<a name="line.177"></a>
+<span class="sourceLineNo">178</span>    * @return The new element.<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    */<a name="line.179"></a>
+<span class="sourceLineNo">180</span>   public static final Logo logo(String uri) {<a name="line.180"></a>
+<span class="sourceLineNo">181</span>      return new Logo(uri);<a name="line.181"></a>
+<span class="sourceLineNo">182</span>   }<a name="line.182"></a>
+<span class="sourceLineNo">183</span><a name="line.183"></a>
+<span class="sourceLineNo">184</span>   /**<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    * Creates a {@link Logo} element with the specified {@link Logo#uri(URI)} attribute.<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    *<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    * @param uri The {@link Logo#uri(URI)} attribute.<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    * @return The new element.<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    */<a name="line.189"></a>
+<span class="sourceLineNo">190</span>   public static final Logo logo(URI uri) {<a name="line.190"></a>
+<span class="sourceLineNo">191</span>      return new Logo(uri);<a name="line.191"></a>
+<span class="sourceLineNo">192</span>   }<a name="line.192"></a>
+<span class="sourceLineNo">193</span><a name="line.193"></a>
+<span class="sourceLineNo">194</span>   /**<a name="line.194"></a>
+<span class="sourceLineNo">195</span>    * Creates a {@link Person} element with the specified {@link Person#name(String)} attribute.<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    *<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    * @param name The {@link Person#name(String)} attribute.<a name="line.197"></a>
+<span class="sourceLineNo">198</span>    * @return The new element.<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    */<a name="line.199"></a>
+<span class="sourceLineNo">200</span>   public static final Person person(String name) {<a name="line.200"></a>
+<span class="sourceLineNo">201</span>      return new Person(name);<a name="line.201"></a>
+<span class="sourceLineNo">202</span>   }<a name="line.202"></a>
+<span class="sourceLineNo">203</span><a name="line.203"></a>
+<span class="sourceLineNo">204</span>   /**<a name="line.204"></a>
+<span class="sourceLineNo">205</span>    * Creates a {@link Source} element.<a name="line.205"></a>
+<span class="sourceLineNo">206</span>    *<a name="line.206"></a>
+<span class="sourceLineNo">207</span>    * @return The new element.<a name="line.207"></a>
+<span class="sourceLineNo">208</span>    */<a name="line.208"></a>
+<span class="sourceLineNo">209</span>   public static final Source source() {<a name="line.209"></a>
+<span class="sourceLineNo">210</span>      return new Source();<a name="line.210"></a>
+<span class="sourceLineNo">211</span>   }<a name="line.211"></a>
+<span class="sourceLineNo">212</span><a name="line.212"></a>
+<span class="sourceLineNo">213</span>   /**<a name="line.213"></a>
+<span class="sourceLineNo">214</span>    * Creates a {@link Text} element.<a name="line.214"></a>
+<span class="sourceLineNo">215</span>    *<a name="line.215"></a>
+<span class="sourceLineNo">216</span>    * @return The new element.<a name="line.216"></a>
+<span class="sourceLineNo">217</span>    */<a name="line.217"></a>
+<span class="sourceLineNo">218</span>   public static final Text text() {<a name="line.218"></a>
+<span class="sourceLineNo">219</span>      return new Text();<a name="line.219"></a>
+<span class="sourceLineNo">220</span>   }<a name="line.220"></a>
+<span class="sourceLineNo">221</span><a name="line.221"></a>
+<span class="sourceLineNo">222</span>   /**<a name="line.222"></a>
+<span class="sourceLineNo">223</span>    * Creates a {@link Text} element with the specified {@link Text#type(String)} attribute.<a name="line.223"></a>
+<span class="sourceLineNo">224</span>    *<a name="line.224"></a>
+<span class="sourceLineNo">225</span>    * @param type The {@link Text#type(String)} attribute.<a name="line.225"></a>
+<span class="sourceLineNo">226</span>    * @return The new element.<a name="line.226"></a>
+<span class="sourceLineNo">227</span>    */<a name="line.227"></a>
+<span class="sourceLineNo">228</span>   public static final Text text(String type) {<a name="line.228"></a>
+<span class="sourceLineNo">229</span>      return new Text(type);<a name="line.229"></a>
+<span class="sourceLineNo">230</span>   }<a name="line.230"></a>
+<span class="sourceLineNo">231</span>}<a name="line.231"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Category.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Category.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Category.html
index f8de6f8..920d75a 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Category.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Category.html
@@ -41,114 +41,121 @@
 <span class="sourceLineNo">033</span> *          undefinedContent<a name="line.33"></a>
 <span class="sourceLineNo">034</span> *       }<a name="line.34"></a>
 <span class="sourceLineNo">035</span> * &lt;/p&gt;<a name="line.35"></a>
-<span class="sourceLineNo">036</span> * &lt;p&gt;<a name="line.36"></a>
-<span class="sourceLineNo">037</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.37"></a>
-<span class="sourceLineNo">038</span> */<a name="line.38"></a>
-<span class="sourceLineNo">039</span>@Bean(typeName="category")<a name="line.39"></a>
-<span class="sourceLineNo">040</span>@SuppressWarnings("hiding")<a name="line.40"></a>
-<span class="sourceLineNo">041</span>public class Category extends Common {<a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span>   private String term;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   private URI scheme;<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   private String label;<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * Normal constructor.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * @param term The category term.<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    */<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   public Category(String term) {<a name="line.51"></a>
-<span class="sourceLineNo">052</span>      term(term);<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   }<a name="line.53"></a>
-<span class="sourceLineNo">054</span><a name="line.54"></a>
-<span class="sourceLineNo">055</span>   /** Bean constructor. */<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   public Category() {}<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>   //--------------------------------------------------------------------------------<a name="line.59"></a>
-<span class="sourceLineNo">060</span>   // Bean properties<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   //--------------------------------------------------------------------------------<a name="line.61"></a>
-<span class="sourceLineNo">062</span><a name="line.62"></a>
-<span class="sourceLineNo">063</span>   /**<a name="line.63"></a>
-<span class="sourceLineNo">064</span>    * @return The category term.<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   @Xml(format=ATTR)<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   public String getTerm() {<a name="line.67"></a>
-<span class="sourceLineNo">068</span>      return term;<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   }<a name="line.69"></a>
-<span class="sourceLineNo">070</span><a name="line.70"></a>
-<span class="sourceLineNo">071</span>   /**<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * Sets the category term.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    *<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * @param term The category term.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * @return This object (for method chaining).<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    */<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   @BeanProperty("term")<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   public Category term(String term) {<a name="line.78"></a>
-<span class="sourceLineNo">079</span>      this.term = term;<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      return this;<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
-<span class="sourceLineNo">082</span><a name="line.82"></a>
-<span class="sourceLineNo">083</span>   /**<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * Returns the category scheme.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    *<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * @return The category scheme.<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    */<a name="line.87"></a>
-<span class="sourceLineNo">088</span>   @Xml(format=ATTR)<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   public URI getScheme() {<a name="line.89"></a>
-<span class="sourceLineNo">090</span>      return scheme;<a name="line.90"></a>
-<span class="sourceLineNo">091</span>   }<a name="line.91"></a>
-<span class="sourceLineNo">092</span><a name="line.92"></a>
-<span class="sourceLineNo">093</span>   /**<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * Sets the category scheme.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    *<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    * @param scheme The category scheme.<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    * @return This object (for method chaining).<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    */<a name="line.98"></a>
-<span class="sourceLineNo">099</span>   @BeanProperty("scheme")<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   public Category scheme(URI scheme) {<a name="line.100"></a>
-<span class="sourceLineNo">101</span>      this.scheme = scheme;<a name="line.101"></a>
-<span class="sourceLineNo">102</span>      return this;<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
-<span class="sourceLineNo">104</span><a name="line.104"></a>
-<span class="sourceLineNo">105</span>   /**<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * Returns the category label.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    *<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    * @return The category label.<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    */<a name="line.109"></a>
-<span class="sourceLineNo">110</span>   @Xml(format=ATTR)<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   public String getLabel() {<a name="line.111"></a>
-<span class="sourceLineNo">112</span>      return label;<a name="line.112"></a>
-<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
-<span class="sourceLineNo">114</span><a name="line.114"></a>
-<span class="sourceLineNo">115</span>   /**<a name="line.115"></a>
-<span class="sourceLineNo">116</span>    * Sets the category label.<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    *<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * @param label The category label.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    * @return This object (for method chaining).<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    */<a name="line.120"></a>
-<span class="sourceLineNo">121</span>   @BeanProperty("label")<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   public Category label(String label) {<a name="line.122"></a>
-<span class="sourceLineNo">123</span>      this.label = label;<a name="line.123"></a>
-<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
-<span class="sourceLineNo">126</span><a name="line.126"></a>
-<span class="sourceLineNo">127</span><a name="line.127"></a>
-<span class="sourceLineNo">128</span>   //--------------------------------------------------------------------------------<a name="line.128"></a>
-<span class="sourceLineNo">129</span>   // Overridden setters (to simplify method chaining)<a name="line.129"></a>
-<span class="sourceLineNo">130</span>   //--------------------------------------------------------------------------------<a name="line.130"></a>
-<span class="sourceLineNo">131</span><a name="line.131"></a>
-<span class="sourceLineNo">132</span>   @Override /* Common */<a name="line.132"></a>
-<span class="sourceLineNo">133</span>   public Category base(URI base) {<a name="line.133"></a>
-<span class="sourceLineNo">134</span>      super.base(base);<a name="line.134"></a>
-<span class="sourceLineNo">135</span>      return this;<a name="line.135"></a>
-<span class="sourceLineNo">136</span>   }<a name="line.136"></a>
-<span class="sourceLineNo">137</span><a name="line.137"></a>
-<span class="sourceLineNo">138</span>   @Override /* Common */<a name="line.138"></a>
-<span class="sourceLineNo">139</span>   public Category lang(String lang) {<a name="line.139"></a>
-<span class="sourceLineNo">140</span>      super.lang(lang);<a name="line.140"></a>
-<span class="sourceLineNo">141</span>      return this;<a name="line.141"></a>
-<span class="sourceLineNo">142</span>   }<a name="line.142"></a>
-<span class="sourceLineNo">143</span>}<a name="line.143"></a>
+<span class="sourceLineNo">036</span> *<a name="line.36"></a>
+<span class="sourceLineNo">037</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> * &lt;ul class='doctree'&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;ul&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> *    &lt;/ul&gt;<a name="line.42"></a>
+<span class="sourceLineNo">043</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.43"></a>
+<span class="sourceLineNo">044</span> * &lt;/ul&gt;<a name="line.44"></a>
+<span class="sourceLineNo">045</span> */<a name="line.45"></a>
+<span class="sourceLineNo">046</span>@Bean(typeName="category")<a name="line.46"></a>
+<span class="sourceLineNo">047</span>@SuppressWarnings("hiding")<a name="line.47"></a>
+<span class="sourceLineNo">048</span>public class Category extends Common {<a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span>   private String term;<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   private URI scheme;<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   private String label;<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    * Normal constructor.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    * @param term The category term.<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    */<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   public Category(String term) {<a name="line.58"></a>
+<span class="sourceLineNo">059</span>      term(term);<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   }<a name="line.60"></a>
+<span class="sourceLineNo">061</span><a name="line.61"></a>
+<span class="sourceLineNo">062</span>   /** Bean constructor. */<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   public Category() {}<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span>   //--------------------------------------------------------------------------------<a name="line.66"></a>
+<span class="sourceLineNo">067</span>   // Bean properties<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   //--------------------------------------------------------------------------------<a name="line.68"></a>
+<span class="sourceLineNo">069</span><a name="line.69"></a>
+<span class="sourceLineNo">070</span>   /**<a name="line.70"></a>
+<span class="sourceLineNo">071</span>    * @return The category term.<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   @Xml(format=ATTR)<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   public String getTerm() {<a name="line.74"></a>
+<span class="sourceLineNo">075</span>      return term;<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   }<a name="line.76"></a>
+<span class="sourceLineNo">077</span><a name="line.77"></a>
+<span class="sourceLineNo">078</span>   /**<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * Sets the category term.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    *<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * @param term The category term.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * @return This object (for method chaining).<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    */<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   @BeanProperty("term")<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   public Category term(String term) {<a name="line.85"></a>
+<span class="sourceLineNo">086</span>      this.term = term;<a name="line.86"></a>
+<span class="sourceLineNo">087</span>      return this;<a name="line.87"></a>
+<span class="sourceLineNo">088</span>   }<a name="line.88"></a>
+<span class="sourceLineNo">089</span><a name="line.89"></a>
+<span class="sourceLineNo">090</span>   /**<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * Returns the category scheme.<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    *<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * @return The category scheme.<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    */<a name="line.94"></a>
+<span class="sourceLineNo">095</span>   @Xml(format=ATTR)<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   public URI getScheme() {<a name="line.96"></a>
+<span class="sourceLineNo">097</span>      return scheme;<a name="line.97"></a>
+<span class="sourceLineNo">098</span>   }<a name="line.98"></a>
+<span class="sourceLineNo">099</span><a name="line.99"></a>
+<span class="sourceLineNo">100</span>   /**<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * Sets the category scheme.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    *<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    * @param scheme The category scheme.<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    * @return This object (for method chaining).<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    */<a name="line.105"></a>
+<span class="sourceLineNo">106</span>   @BeanProperty("scheme")<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   public Category scheme(URI scheme) {<a name="line.107"></a>
+<span class="sourceLineNo">108</span>      this.scheme = scheme;<a name="line.108"></a>
+<span class="sourceLineNo">109</span>      return this;<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   }<a name="line.110"></a>
+<span class="sourceLineNo">111</span><a name="line.111"></a>
+<span class="sourceLineNo">112</span>   /**<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * Returns the category label.<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    *<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    * @return The category label.<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    */<a name="line.116"></a>
+<span class="sourceLineNo">117</span>   @Xml(format=ATTR)<a name="line.117"></a>
+<span class="sourceLineNo">118</span>   public String getLabel() {<a name="line.118"></a>
+<span class="sourceLineNo">119</span>      return label;<a name="line.119"></a>
+<span class="sourceLineNo">120</span>   }<a name="line.120"></a>
+<span class="sourceLineNo">121</span><a name="line.121"></a>
+<span class="sourceLineNo">122</span>   /**<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    * Sets the category label.<a name="line.123"></a>
+<span class="sourceLineNo">124</span>    *<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * @param label The category label.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    * @return This object (for method chaining).<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    */<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   @BeanProperty("label")<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   public Category label(String label) {<a name="line.129"></a>
+<span class="sourceLineNo">130</span>      this.label = label;<a name="line.130"></a>
+<span class="sourceLineNo">131</span>      return this;<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   }<a name="line.132"></a>
+<span class="sourceLineNo">133</span><a name="line.133"></a>
+<span class="sourceLineNo">134</span><a name="line.134"></a>
+<span class="sourceLineNo">135</span>   //--------------------------------------------------------------------------------<a name="line.135"></a>
+<span class="sourceLineNo">136</span>   // Overridden setters (to simplify method chaining)<a name="line.136"></a>
+<span class="sourceLineNo">137</span>   //--------------------------------------------------------------------------------<a name="line.137"></a>
+<span class="sourceLineNo">138</span><a name="line.138"></a>
+<span class="sourceLineNo">139</span>   @Override /* Common */<a name="line.139"></a>
+<span class="sourceLineNo">140</span>   public Category base(URI base) {<a name="line.140"></a>
+<span class="sourceLineNo">141</span>      super.base(base);<a name="line.141"></a>
+<span class="sourceLineNo">142</span>      return this;<a name="line.142"></a>
+<span class="sourceLineNo">143</span>   }<a name="line.143"></a>
+<span class="sourceLineNo">144</span><a name="line.144"></a>
+<span class="sourceLineNo">145</span>   @Override /* Common */<a name="line.145"></a>
+<span class="sourceLineNo">146</span>   public Category lang(String lang) {<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      super.lang(lang);<a name="line.147"></a>
+<span class="sourceLineNo">148</span>      return this;<a name="line.148"></a>
+<span class="sourceLineNo">149</span>   }<a name="line.149"></a>
+<span class="sourceLineNo">150</span>}<a name="line.150"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Common.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Common.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Common.html
index 632ee5e..8e3d0af 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Common.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Common.html
@@ -38,75 +38,82 @@
 <span class="sourceLineNo">030</span> *       attribute xml:lang { atomLanguageTag }?,<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *       undefinedAttribute*<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;p&gt;<a name="line.33"></a>
-<span class="sourceLineNo">034</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.34"></a>
-<span class="sourceLineNo">035</span> */<a name="line.35"></a>
-<span class="sourceLineNo">036</span>@SuppressWarnings("hiding")<a name="line.36"></a>
-<span class="sourceLineNo">037</span>public abstract class Common {<a name="line.37"></a>
-<span class="sourceLineNo">038</span><a name="line.38"></a>
-<span class="sourceLineNo">039</span>   private URI base;<a name="line.39"></a>
-<span class="sourceLineNo">040</span>   private String lang;<a name="line.40"></a>
-<span class="sourceLineNo">041</span><a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span>   //--------------------------------------------------------------------------------<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   // Bean properties<a name="line.44"></a>
-<span class="sourceLineNo">045</span>   //--------------------------------------------------------------------------------<a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * Returns the uri base of this object.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    *<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * @return The URI base of this object.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   @Xml(prefix="xml", format=ATTR)<a name="line.52"></a>
-<span class="sourceLineNo">053</span>   public URI getBase() {<a name="line.53"></a>
-<span class="sourceLineNo">054</span>      return base;<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
-<span class="sourceLineNo">056</span><a name="line.56"></a>
-<span class="sourceLineNo">057</span>   /**<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    * Sets the URI base of this object.<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    *<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * @param base The URI base of this object.<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @return This object (for method chaining).<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   @BeanProperty("base")<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public Common base(URI base) {<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      this.base = base;<a name="line.65"></a>
-<span class="sourceLineNo">066</span>      return this;<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   }<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * Sets the URI base of this object.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    *<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @param base The URI base of this object.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    * @return This object (for method chaining).<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    */<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public Common base(String base) {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      this.base = toURI(base);<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * Returns the language of this object.<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    *<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @return The language of this object.<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   @Xml(prefix="xml", format=ATTR)<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   public String getLang() {<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      return lang;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>   }<a name="line.88"></a>
-<span class="sourceLineNo">089</span><a name="line.89"></a>
-<span class="sourceLineNo">090</span>   /**<a name="line.90"></a>
-<span class="sourceLineNo">091</span>    * Sets the language of this object.<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    *<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * @param lang The language of this object.<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * @return This object (for method chaining).<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    */<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   @BeanProperty("lang")<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   public Common lang(String lang) {<a name="line.97"></a>
-<span class="sourceLineNo">098</span>      this.lang = lang;<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      return this;<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
-<span class="sourceLineNo">101</span>}<a name="line.101"></a>
+<span class="sourceLineNo">033</span> *<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> * &lt;ul class='doctree'&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *    &lt;ul&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;/ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>@SuppressWarnings("hiding")<a name="line.43"></a>
+<span class="sourceLineNo">044</span>public abstract class Common {<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   private URI base;<a name="line.46"></a>
+<span class="sourceLineNo">047</span>   private String lang;<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span>   //--------------------------------------------------------------------------------<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   // Bean properties<a name="line.51"></a>
+<span class="sourceLineNo">052</span>   //--------------------------------------------------------------------------------<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    * Returns the uri base of this object.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    *<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * @return The URI base of this object.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    */<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   @Xml(prefix="xml", format=ATTR)<a name="line.59"></a>
+<span class="sourceLineNo">060</span>   public URI getBase() {<a name="line.60"></a>
+<span class="sourceLineNo">061</span>      return base;<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   }<a name="line.62"></a>
+<span class="sourceLineNo">063</span><a name="line.63"></a>
+<span class="sourceLineNo">064</span>   /**<a name="line.64"></a>
+<span class="sourceLineNo">065</span>    * Sets the URI base of this object.<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    *<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    * @param base The URI base of this object.<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @return This object (for method chaining).<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    */<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   @BeanProperty("base")<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public Common base(URI base) {<a name="line.71"></a>
+<span class="sourceLineNo">072</span>      this.base = base;<a name="line.72"></a>
+<span class="sourceLineNo">073</span>      return this;<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   }<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   /**<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * Sets the URI base of this object.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    *<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @param base The URI base of this object.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    * @return This object (for method chaining).<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    */<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public Common base(String base) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      this.base = toURI(base);<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span>   /**<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    * Returns the language of this object.<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    *<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @return The language of this object.<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    */<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   @Xml(prefix="xml", format=ATTR)<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public String getLang() {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      return lang;<a name="line.94"></a>
+<span class="sourceLineNo">095</span>   }<a name="line.95"></a>
+<span class="sourceLineNo">096</span><a name="line.96"></a>
+<span class="sourceLineNo">097</span>   /**<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    * Sets the language of this object.<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    *<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    * @param lang The language of this object.<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * @return This object (for method chaining).<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    */<a name="line.102"></a>
+<span class="sourceLineNo">103</span>   @BeanProperty("lang")<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   public Common lang(String lang) {<a name="line.104"></a>
+<span class="sourceLineNo">105</span>      this.lang = lang;<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      return this;<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   }<a name="line.107"></a>
+<span class="sourceLineNo">108</span>}<a name="line.108"></a>
 
 
 


[28/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
index 0d226ba..7a31f3c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
@@ -132,11 +132,19 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.22">SchemaArray</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.30">SchemaArray</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;</pre>
 <div class="block">Represents a list of <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> objects.
  <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../serialized-form.html#org.apache.juneau.dto.jsonschema.SchemaArray">Serialized Form</a></dd>
@@ -289,7 +297,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockList">
 <li class="blockList">
 <h4>SchemaArray</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.29">SchemaArray</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.37">SchemaArray</a>()</pre>
 <div class="block">Default constructor.</div>
 </li>
 </ul>
@@ -299,7 +307,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaArray</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.36">SchemaArray</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.44">SchemaArray</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
 <div class="block">Constructor with predefined types to add to this list.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -321,7 +329,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>addAll</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema">SchemaArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.47">addAll</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaArray.html" title="class in org.apache.juneau.dto.jsonschema">SchemaArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaArray.html#line.55">addAll</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
 <div class="block">Convenience method for adding one or more <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> objects to
    this array.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
index 3e56bea..bfb2a3a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.30">SchemaMap</a>
+<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.39">SchemaMap</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentHashMap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;</pre>
 <div class="block">A container for retrieving JSON <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> objects by URI.
  <p>
@@ -130,6 +130,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
  <ul class='spaced-list'>
    <li><a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html#getReader-java.net.URI-"><code>getReader(URI)</code></a> - If schemas should be loaded from readers and automatically parsed.
    <li><a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html#load-java.net.URI-"><code>load(URI)</code></a> - If you want control over construction of <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> objects.
+ </ul>
+
+ <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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
  </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -269,7 +278,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaMap</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.30">SchemaMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.39">SchemaMap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -286,7 +295,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.35">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.44">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#get-java.lang.Object-" title="class or interface in java.util">get</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>,<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&gt;</code></dd>
@@ -301,7 +310,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.48">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.57">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Return the <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema"><code>Schema</code></a> object at the specified URI.
  If this schema object has not been loaded yet, calls <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html#load-java.net.URI-"><code>load(URI)</code></a>.</div>
 <dl>
@@ -318,7 +327,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html" title="class in org.apache.juneau.dto.jsonschema">SchemaMap</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.72">add</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html" title="class in org.apache.juneau.dto.jsonschema">SchemaMap</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.81">add</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>...&nbsp;schemas)</pre>
 <div class="block">Convenience method for prepopulating this map with the specified schemas.
  <p>
  The schemas passed in through this method MUST have their ID properties set.</div>
@@ -338,7 +347,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.92">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.101">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Subclasses must implement either this method or <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html#getReader-java.net.URI-"><code>getReader(URI)</code></a> to load the schema with the specified URI.
  It's up to the implementer to decide where these come from.
  <p>
@@ -358,7 +367,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/C
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getReader</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.118">getReader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaMap.html#line.127">getReader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;uri)</pre>
 <div class="block">Subclasses must implement either this method or <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaMap.html#load-java.net.URI-"><code>load(URI)</code></a> to load the schema with the specified URI.
  It's up to the implementer to decide where these come from.
  <p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
index a4540de..d477916 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
@@ -111,11 +111,19 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.20">SchemaProperty</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.28">SchemaProperty</a>
 extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a></pre>
 <div class="block">Represents a JSON property in the JSON-Schema core specification.
  <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -207,7 +215,7 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>SchemaProperty</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.25">SchemaProperty</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.33">SchemaProperty</a>()</pre>
 <div class="block">Default constructor.</div>
 </li>
 </ul>
@@ -217,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>SchemaProperty</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.32">SchemaProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.40">SchemaProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Convenience constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -231,7 +239,7 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaProperty</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.42">SchemaProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaProperty.html#line.50">SchemaProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                       <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;type)</pre>
 <div class="block">Convenience constructor.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
index c325abb..26de784 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
@@ -112,7 +112,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html#line.28">SchemaPropertySimpleArray</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html#line.37">SchemaPropertySimpleArray</a>
 extends <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.html" title="class in org.apache.juneau.dto.jsonschema">SchemaProperty</a></pre>
 <div class="block">Convenience class for representing a property that's an array of simple types.
  <p>
@@ -124,7 +124,16 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.
       .setItems(
          <jk>new</jk> Schema().setType(elementType)
       );
- </p></div>
+ </p>
+
+ <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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -206,7 +215,7 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/SchemaProperty.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaPropertySimpleArray</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html#line.36">SchemaPropertySimpleArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html#line.45">SchemaPropertySimpleArray</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                  <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;elementType)</pre>
 <div class="block">Constructor.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
index 846c404..64f9935 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
@@ -107,7 +107,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaRef.html#line.26">SchemaRef</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaRef.html#line.35">SchemaRef</a>
 extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a></pre>
 <div class="block">Convenience class for representing a schema reference such as <js>"{'$ref':'/url/to/ref'}"</js>.
  <p>
@@ -115,7 +115,16 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" ti
 
  <p class='bcode'>
    Schema s = <jk>new</jk> Schema().setRef(uri);
- </p></div>
+ </p>
+
+ <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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -196,7 +205,7 @@ extends <a href="../../../../../org/apache/juneau/dto/jsonschema/Schema.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaRef</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaRef.html#line.33">SchemaRef</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/SchemaRef.html#line.42">SchemaRef</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
 <div class="block">Constructor.</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/Contact.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Contact.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Contact.html
index 2a86ba9..3d7fdf1 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Contact.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Contact.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,url,email")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.33">Contact</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.40">Contact</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">Contact information for the exposed API.
 
@@ -126,8 +126,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"email"</js>: <js>"support@swagger.io"</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>
@@ -252,7 +259,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Contact</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.33">Contact</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.40">Contact</a>()</pre>
 </li>
 </ul>
 </li>
@@ -269,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.46">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.53">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.
  <p>
  The identifying name of the contact person/organization.</div>
@@ -285,7 +292,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.58">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.65">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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.
  <p>
  The identifying name of the contact person/organization.</div>
@@ -303,7 +310,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.69">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.76">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>&nbsp;name)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -319,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.80">getUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.87">getUrl</a>()</pre>
 <div class="block">Bean property getter:  <property>url</property>.
  <p>
  The URL pointing to the contact information. MUST be in the format of a URL.</div>
@@ -335,7 +342,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.92">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.99">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Bean property setter:  <property>url</property>.
  <p>
  The URL pointing to the contact information. MUST be in the format of a URL.</div>
@@ -353,7 +360,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>url</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.103">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.110">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#setUrl-java.lang.String-"><code>setUrl(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -369,7 +376,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getEmail</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.114">getEmail</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.121">getEmail</a>()</pre>
 <div class="block">Bean property getter:  <property>email</property>.
  <p>
  The email address of the contact person/organization. MUST be in the format of an email address.</div>
@@ -385,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setEmail</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.126">setEmail</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.133">setEmail</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
 <div class="block">Bean property setter:  <property>email</property>.
  <p>
  The email address of the contact person/organization. MUST be in the format of an email address.</div>
@@ -403,7 +410,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>email</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.137">email</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class in org.apache.juneau.dto.swagger">Contact</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Contact.html#line.144">email</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;email)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Contact.html#setEmail-java.lang.String-"><code>setEmail(String)</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/ExternalDocumentation.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/ExternalDocumentation.html b/content/site/apidocs/org/apache/juneau/dto/swagger/ExternalDocumentation.html
index d05bfbc..80852c9 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/ExternalDocumentation.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/ExternalDocumentation.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>="description,url")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.32">ExternalDocumentation</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.39">ExternalDocumentation</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 referencing an external resource for extended documentation.
 
@@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       <js>"url"</js>: <js>"https://swagger.io"</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>
@@ -233,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ExternalDocumentation</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.32">ExternalDocumentation</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.39">ExternalDocumentation</a>()</pre>
 </li>
 </ul>
 </li>
@@ -250,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.44">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.51">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A short description of the target documentation. GFM syntax can be used for rich text representation.</div>
@@ -266,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.56">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.63">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A short description of the target documentation. GFM syntax can be used for rich text representation.</div>
@@ -284,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.67">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.74">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -300,7 +307,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrl</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.78">getUrl</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.85">getUrl</a>()</pre>
 <div class="block">Bean property getter:  <property>url</property>.
  <p>
  Required. The URL for the target documentation. Value MUST be in the format of a URL.</div>
@@ -316,7 +323,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.90">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.97">setUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Bean property setter:  <property>url</property>.
  <p>
  Required. The URL for the target documentation. Value MUST be in the format of a URL.</div>
@@ -334,7 +341,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>url</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.101">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html#line.108">url</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html#setUrl-java.lang.String-"><code>setUrl(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>



[16/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/MediaType.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/MediaType.html b/content/site/apidocs/org/apache/juneau/http/MediaType.html
index 1666379..59ff708 100644
--- a/content/site/apidocs/org/apache/juneau/http/MediaType.html
+++ b/content/site/apidocs/org/apache/juneau/http/MediaType.html
@@ -113,10 +113,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public class <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.29">MediaType</a>
+public class <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.35">MediaType</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">Describes a single media type used in content negotiation between an HTTP client and server, as described in
- Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).</div>
+ Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).
+
+ <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>
@@ -316,7 +322,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>CSV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.37">CSV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.43">CSV</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -326,7 +332,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>HTML</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.38">HTML</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.44">HTML</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -336,7 +342,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>JSON</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.39">JSON</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.45">JSON</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -346,7 +352,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>MSGPACK</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.40">MSGPACK</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.46">MSGPACK</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -356,7 +362,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>PLAIN</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.41">PLAIN</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.47">PLAIN</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -366,7 +372,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>UON</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.42">UON</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.48">UON</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -376,7 +382,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>URLENCODING</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.43">URLENCODING</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.49">URLENCODING</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -386,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>XML</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.44">XML</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.50">XML</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -396,7 +402,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>XMLSOAP</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.45">XMLSOAP</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.51">XMLSOAP</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -406,7 +412,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>RDF</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.47">RDF</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.53">RDF</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -416,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>RDFABBREV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.48">RDFABBREV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.54">RDFABBREV</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -426,7 +432,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>NTRIPLE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.49">NTRIPLE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.55">NTRIPLE</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -436,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>TURTLE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.50">TURTLE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.56">TURTLE</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -446,7 +452,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>N3</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.51">N3</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.57">N3</a></pre>
 <div class="block">Reusable predefined media type</div>
 </li>
 </ul>
@@ -464,7 +470,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&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.80">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>&nbsp;s)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.86">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>&nbsp;s)</pre>
 <div class="block">Returns the media type for the specified string.
  The same media type strings always return the same objects so that these objects
  can be compared for equality using '=='.
@@ -492,7 +498,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.147">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.153">getType</a>()</pre>
 <div class="block">Returns the <js>'type'</js> fragment of the <js>'type/subType'</js> string.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -506,7 +512,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSubType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.156">getSubType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.162">getSubType</a>()</pre>
 <div class="block">Returns the <js>'subType'</js> fragment of the <js>'type/subType'</js> string.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -520,7 +526,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSubTypes</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.167">getSubTypes</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.173">getSubTypes</a>()</pre>
 <div class="block">Returns the subtypes broken down by fragments delimited by <js>"'"</js>.
  For example, the media type <js>"text/foo+bar"</js> will return a list of
  <code>[<js>'foo'</js>,<js>'bar'</js>]</code></div>
@@ -536,7 +542,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public final&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.185">matches</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
+<pre>public final&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.191">matches</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
 <div class="block">Returns <jk>true</jk> if this media type is a match for the specified media type.
  <p>
  Matches if any of the following is true:
@@ -560,7 +566,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>match</h4>
-<pre>public final&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.209">match</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
+<pre>public final&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.215">match</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
 <div class="block">Returns a match metric against the specified media type where a larger number represents a better match.
  <p>
  <ul>
@@ -590,7 +596,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getParameters</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.253">getParameters</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.259">getParameters</a>()</pre>
 <div class="block">Returns the additional parameters on this media type.
  <p>
  For example, given the media type string <js>"text/html;level=1"</js>, will return a map
@@ -607,7 +613,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.258">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.264">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>&nbsp;in class&nbsp;<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>
@@ -620,7 +626,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.269">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.275">hashCode</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#hashCode--" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<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>
@@ -633,7 +639,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.274">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.280">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</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#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/MediaTypeRange.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/MediaTypeRange.html b/content/site/apidocs/org/apache/juneau/http/MediaTypeRange.html
index e2c5dff..4cb74e5 100644
--- a/content/site/apidocs/org/apache/juneau/http/MediaTypeRange.html
+++ b/content/site/apidocs/org/apache/juneau/http/MediaTypeRange.html
@@ -113,11 +113,17 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public final class <a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.26">MediaTypeRange</a>
+public final class <a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.32">MediaTypeRange</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>
 implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>&gt;</pre>
 <div class="block">Describes a single type used in content negotiation between an HTTP client and server, as described in
- Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).</div>
+ Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).
+
+ <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>
@@ -219,7 +225,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.56">parse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.62">parse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Parses an <code>Accept</code> header value into an array of media ranges.
  <p>
  The returned media ranges are sorted such that the most acceptable media is available at ordinal position <js>'0'</js>, and the least acceptable at position n-1.
@@ -251,7 +257,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaType</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.141">getMediaType</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.147">getMediaType</a>()</pre>
 <div class="block">Returns the media type enclosed by this media range.
 
  <h5 class='section'>Examples:</h5>
@@ -272,7 +278,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getQValue</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.155">getQValue</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.161">getQValue</a>()</pre>
 <div class="block">Returns the <js>'q'</js> (quality) value for this type, as described in Section 3.9 of RFC2616.
  <p>
  The quality value is a float between <code>0.0</code> (unacceptable) and <code>1.0</code> (most acceptable).
@@ -291,7 +297,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtensions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.166">getExtensions</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.172">getExtensions</a>()</pre>
 <div class="block">Returns the optional set of custom extensions defined for this type.
  <p>
  Values are lowercase and never <jk>null</jk>.</div>
@@ -307,7 +313,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.178">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.184">toString</a>()</pre>
 <div class="block">Provides a string representation of this media range, suitable for use as an <code>Accept</code> header value.
  <p>
  The literal text generated will be all lowercase.</div>
@@ -325,7 +331,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.208">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.214">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <div class="block">Returns <jk>true</jk> if the specified object is also a <code>MediaType</code>, and has the same qValue, type, parameters, and extensions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -341,7 +347,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.228">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.234">hashCode</a>()</pre>
 <div class="block">Returns a hash based on this instance's <code>media-type</code>.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -357,7 +363,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>compareTo</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.245">compareTo</a>(<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>&nbsp;o)</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.251">compareTo</a>(<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http">MediaTypeRange</a>&nbsp;o)</pre>
 <div class="block">Compares two MediaRanges for equality.
  <p>
  The values are first compared according to <code>qValue</code> values.
@@ -380,7 +386,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public&nbsp;float&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.265">matches</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
+<pre>public&nbsp;float&nbsp;<a href="../../../../src-html/org/apache/juneau/http/MediaTypeRange.html#line.271">matches</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
 <div class="block">Matches the specified media type against this range and returns a q-value
  between 0 and 1 indicating the quality of the match.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/Pragma.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Pragma.html b/content/site/apidocs/org/apache/juneau/http/Pragma.html
index 1ecfba0..081694d 100644
--- a/content/site/apidocs/org/apache/juneau/http/Pragma.html
+++ b/content/site/apidocs/org/apache/juneau/http/Pragma.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Pragma.html#line.54">Pragma</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Pragma.html#line.60">Pragma</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Pragma</l> HTTP request/response header.
  <p>
@@ -151,7 +151,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  No new Pragma directives will be defined in HTTP.
  <p>
  Note: because the meaning of "Pragma: no-cache as a response header field is not actually specified, it does not
- provide a reliable replacement for "Cache-Control: no-cache" in a response.</div>
+ provide a reliable replacement for "Cache-Control: no-cache" in a response.
+
+ <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>
@@ -211,7 +217,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Pragma.html" title="class in org.apache.juneau.http">Pragma</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Pragma.html#line.62">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Pragma.html" title="class in org.apache.juneau.http">Pragma</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Pragma.html#line.68">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Pragma</code> header.</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/http/ProxyAuthenticate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html b/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
index 0cfcd1a..dc5563f 100644
--- a/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
+++ b/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthenticate.html#line.41">ProxyAuthenticate</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthenticate.html#line.47">ProxyAuthenticate</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l> Proxy-Authenticate</l> HTTP response header.
  <p>
@@ -138,7 +138,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  Unlike WWW-Authenticate, the Proxy-Authenticate header field applies only to the current connection and SHOULD NOT
  be passed on to downstream clients.
  However, an intermediate proxy might need to obtain its own credentials by requesting them from the downstream
- client, which in some circumstances will appear as if the proxy is forwarding the Proxy-Authenticate header field.</div>
+ client, which in some circumstances will appear as if the proxy is forwarding the Proxy-Authenticate header field.
+
+ <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>
@@ -198,7 +204,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ProxyAuthenticate.html" title="class in org.apache.juneau.http">ProxyAuthenticate</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ProxyAuthenticate.html#line.49">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ProxyAuthenticate.html" title="class in org.apache.juneau.http">ProxyAuthenticate</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ProxyAuthenticate.html#line.55">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Proxy-Authenticate</code> header.</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/http/ProxyAuthorization.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html b/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
index ef20483..67c197b 100644
--- a/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
+++ b/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthorization.html#line.43">ProxyAuthorization</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthorization.html#line.49">ProxyAuthorization</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Proxy-Authorization</l> HTTP request header.
  <p>
@@ -140,7 +140,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  When multiple proxies are used in a chain, the Proxy-Authorization header field is consumed by the first outbound
  proxy that was expecting to receive credentials.
  A proxy MAY relay the credentials from the client request to the next proxy if that is the mechanism by which the
- proxies cooperatively authenticate a given request.</div>
+ proxies cooperatively authenticate a given request.
+
+ <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>
@@ -200,7 +206,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ProxyAuthorization.html" title="class in org.apache.juneau.http">ProxyAuthorization</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ProxyAuthorization.html#line.51">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/ProxyAuthorization.html" title="class in org.apache.juneau.http">ProxyAuthorization</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/ProxyAuthorization.html#line.57">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Proxy-Authorization</code> header.</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/http/Range.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Range.html b/content/site/apidocs/org/apache/juneau/http/Range.html
index 8a00ea8..b733d91 100644
--- a/content/site/apidocs/org/apache/juneau/http/Range.html
+++ b/content/site/apidocs/org/apache/juneau/http/Range.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Range.html#line.119">Range</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Range.html#line.125">Range</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Range</l> HTTP request header.
  <p>
@@ -216,7 +216,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  If a proxy that supports ranges receives a Range request, forwards the request to an inbound server, and receives an
  entire entity in reply, it SHOULD only return the requested range to its client.
- It SHOULD store the entire received response in its cache if that is consistent with its cache allocation policies.</div>
+ It SHOULD store the entire received response in its cache if that is consistent with its cache allocation policies.
+
+ <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>
@@ -276,7 +282,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Range.html" title="class in org.apache.juneau.http">Range</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Range.html#line.127">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Range.html" title="class in org.apache.juneau.http">Range</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Range.html#line.133">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Range</code> header.</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/http/Referer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Referer.html b/content/site/apidocs/org/apache/juneau/http/Referer.html
index 1f7a3c3..e837109 100644
--- a/content/site/apidocs/org/apache/juneau/http/Referer.html
+++ b/content/site/apidocs/org/apache/juneau/http/Referer.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Referer.html#line.48">Referer</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Referer.html#line.54">Referer</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http">HeaderUri</a></pre>
 <div class="block">Represents a parsed <l>Referer</l> HTTP request header.
  <p>
@@ -145,7 +145,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
  </p>
  <p>
  If the field value is a relative URI, it SHOULD be interpreted relative to the Request-URI.
- The URI MUST NOT include a fragment. See section 15.1.3 for security considerations.</div>
+ The URI MUST NOT include a fragment. See section 15.1.3 for security considerations.
+
+ <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>
@@ -205,7 +211,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Referer.html" title="class in org.apache.juneau.http">Referer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Referer.html#line.56">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Referer.html" title="class in org.apache.juneau.http">Referer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Referer.html#line.62">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Referer</code> header.</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/http/RetryAfter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/RetryAfter.html b/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
index 12309ac..ce4b9a9 100644
--- a/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
+++ b/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.50">RetryAfter</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.56">RetryAfter</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Retry-After</l> HTTP response header.
  <p>
@@ -143,7 +143,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    Retry-After: 120
  </p>
  <p>
- In the latter example, the delay is 2 minutes.</div>
+ In the latter example, the delay is 2 minutes.
+
+ <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>
@@ -215,7 +221,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/RetryAfter.html" title="class in org.apache.juneau.http">RetryAfter</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.58">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/RetryAfter.html" title="class in org.apache.juneau.http">RetryAfter</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.64">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Retry-After</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -231,7 +237,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockList">
 <li class="blockList">
 <h4>asDate</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.72">asDate</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.78">asDate</a>()</pre>
 <div class="block">Returns this header value as a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a> object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -245,7 +251,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asInt</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.83">asInt</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.89">asInt</a>()</pre>
 <div class="block">Returns this header value as an integer.</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/http/Server.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Server.html b/content/site/apidocs/org/apache/juneau/http/Server.html
index 2f1aa6f..8071207 100644
--- a/content/site/apidocs/org/apache/juneau/http/Server.html
+++ b/content/site/apidocs/org/apache/juneau/http/Server.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Server.html#line.48">Server</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Server.html#line.54">Server</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Server</l> HTTP response header.
  <p>
@@ -145,7 +145,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  Note: Revealing the specific software version of the server might allow the server machine to become more vulnerable
  to attacks against software that is known to contain security holes.
- Server implementors are encouraged to make this field a configurable option.</div>
+ Server implementors are encouraged to make this field a configurable option.
+
+ <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>
@@ -205,7 +211,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Server.html" title="class in org.apache.juneau.http">Server</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Server.html#line.56">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Server.html" title="class in org.apache.juneau.http">Server</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Server.html#line.62">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Server</code> header.</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/http/StringRange.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/StringRange.html b/content/site/apidocs/org/apache/juneau/http/StringRange.html
index 4ce54dc..ee29938 100644
--- a/content/site/apidocs/org/apache/juneau/http/StringRange.html
+++ b/content/site/apidocs/org/apache/juneau/http/StringRange.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public final class <a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.31">StringRange</a>
+public final class <a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.37">StringRange</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>
 implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&gt;</pre>
 <div class="block">Represents a single value in a comma-delimited header value that optionally contains a quality
@@ -122,7 +122,13 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
  Similar in concept to <a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http"><code>MediaTypeRange</code></a> except instead of media types (e.g. <js>"text/json"</js>),
  it's a simple type (e.g. <js>"iso-8601"</js>).
  <p>
- An example of a type range is a value in an <code>Accept-Encoding</code> header.</div>
+ An example of a type range is a value in an <code>Accept-Encoding</code> header.
+
+ <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>
@@ -223,7 +229,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.62">parse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.68">parse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Parses a header such as an <code>Accept-Encoding</code> header value into an array of type ranges.
  <p>
  The syntax expected to be found in the referenced <code>value</code> complies with the syntax described in RFC2616, Section 14.1, as described below:
@@ -256,7 +262,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.147">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.153">getType</a>()</pre>
 <div class="block">Returns the type enclosed by this type range.
 
  <h5 class='section'>Examples:</h5>
@@ -277,7 +283,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getQValue</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.161">getQValue</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.167">getQValue</a>()</pre>
 <div class="block">Returns the <js>'q'</js> (quality) value for this type, as described in Section 3.9 of RFC2616.
  <p>
  The quality value is a float between <code>0.0</code> (unacceptable) and <code>1.0</code> (most acceptable).
@@ -296,7 +302,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtensions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.172">getExtensions</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.178">getExtensions</a>()</pre>
 <div class="block">Returns the optional set of custom extensions defined for this type.
  <p>
  Values are lowercase and never <jk>null</jk>.</div>
@@ -312,7 +318,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.184">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.190">toString</a>()</pre>
 <div class="block">Provides a string representation of this media range, suitable for use as an <code>Accept</code> header value.
  <p>
  The literal text generated will be all lowercase.</div>
@@ -330,7 +336,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.214">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.220">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <div class="block">Returns <jk>true</jk> if the specified object is also a <code>MediaType</code>, and has the same qValue, type, parameters, and extensions.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -346,7 +352,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.234">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.240">hashCode</a>()</pre>
 <div class="block">Returns a hash based on this instance's <code>media-type</code>.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -362,7 +368,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>compareTo</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.249">compareTo</a>(<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&nbsp;o)</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.255">compareTo</a>(<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&nbsp;o)</pre>
 <div class="block">Compares two MediaRanges for equality.
  <p>
  The values are first compared according to <code>qValue</code> values.
@@ -383,7 +389,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.271">matches</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.277">matches</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Checks if the specified type matches this range.
  <p>
  The type will match this range if the range type string is the same or <js>"*"</js>.</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/http/TE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/TE.html b/content/site/apidocs/org/apache/juneau/http/TE.html
index 211d7f6..34c5ba6 100644
--- a/content/site/apidocs/org/apache/juneau/http/TE.html
+++ b/content/site/apidocs/org/apache/juneau/http/TE.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TE.html#line.75">TE</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TE.html#line.81">TE</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></pre>
 <div class="block">Represents a parsed <l>TE</l> HTTP request header.
  <p>
@@ -168,7 +168,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
    The "chunked" transfer-coding always has a qvalue of 1.
  </ol>
  If the TE field-value is empty or if no TE field is present, the only transfer-coding is "chunked".
- A message with no transfer-coding is always acceptable.</div>
+ A message with no transfer-coding is always acceptable.
+
+ <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>
@@ -228,7 +234,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/TE.html" title="class in org.apache.juneau.http">TE</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/TE.html#line.85">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/TE.html" title="class in org.apache.juneau.http">TE</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/TE.html#line.91">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Accept</code> header.</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/http/Trailer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Trailer.html b/content/site/apidocs/org/apache/juneau/http/Trailer.html
index 0b70c0d..9e79c88 100644
--- a/content/site/apidocs/org/apache/juneau/http/Trailer.html
+++ b/content/site/apidocs/org/apache/juneau/http/Trailer.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Trailer.html#line.48">Trailer</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Trailer.html#line.54">Trailer</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Trailer</l> HTTP response header.
  <p>
@@ -145,6 +145,12 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    <li>Transfer-Encoding
    <li>Content-Length
    <li>Trailer
+ </ul>
+
+ <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>
@@ -205,7 +211,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Trailer.html" title="class in org.apache.juneau.http">Trailer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Trailer.html#line.56">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Trailer.html" title="class in org.apache.juneau.http">Trailer</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Trailer.html#line.62">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Trailer</code> header.</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/http/TransferEncoding.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html b/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
index df4958b..5ca5101 100644
--- a/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
+++ b/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TransferEncoding.html#line.47">TransferEncoding</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TransferEncoding.html#line.53">TransferEncoding</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Transfer-Encoding</l> HTTP response header.
  <p>
@@ -144,7 +144,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  Additional information about the encoding parameters MAY be provided by other entity-header fields not defined by
  this specification.
  <p>
- Many older HTTP/1.0 applications do not understand the Transfer-Encoding header.</div>
+ Many older HTTP/1.0 applications do not understand the Transfer-Encoding header.
+
+ <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>
@@ -204,7 +210,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/TransferEncoding.html" title="class in org.apache.juneau.http">TransferEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/TransferEncoding.html#line.55">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/TransferEncoding.html" title="class in org.apache.juneau.http">TransferEncoding</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/TransferEncoding.html#line.61">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Transfer-Encoding</code> header.</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/http/Upgrade.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Upgrade.html b/content/site/apidocs/org/apache/juneau/http/Upgrade.html
index 933bf95..2846119 100644
--- a/content/site/apidocs/org/apache/juneau/http/Upgrade.html
+++ b/content/site/apidocs/org/apache/juneau/http/Upgrade.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Upgrade.html#line.67">Upgrade</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Upgrade.html#line.73">Upgrade</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Upgrade</l> HTTP request header.
  <p>
@@ -164,7 +164,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  This specification only defines the protocol name "HTTP" for use by the family of Hypertext Transfer Protocols, as
  defined by the HTTP version rules of section 3.1 and future updates to this specification.
  Any token can be used as a protocol name; however, it will only be useful if both the client and server associate
- the name with the same protocol.</div>
+ the name with the same protocol.
+
+ <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>
@@ -224,7 +230,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Upgrade.html" title="class in org.apache.juneau.http">Upgrade</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Upgrade.html#line.75">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Upgrade.html" title="class in org.apache.juneau.http">Upgrade</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Upgrade.html#line.81">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Upgrade</code> header.</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/http/UserAgent.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/UserAgent.html b/content/site/apidocs/org/apache/juneau/http/UserAgent.html
index 78fb767..94d0ecb 100644
--- a/content/site/apidocs/org/apache/juneau/http/UserAgent.html
+++ b/content/site/apidocs/org/apache/juneau/http/UserAgent.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/UserAgent.html#line.43">UserAgent</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/UserAgent.html#line.49">UserAgent</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>User-Agent</l> HTTP request header.
  <p>
@@ -140,7 +140,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  Example:
  <p class='bcode'>
    User-Agent: CERN-LineMode/2.15 libwww/2.17b3
- </p></div>
+ </p>
+
+ <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>
@@ -200,7 +206,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/UserAgent.html" title="class in org.apache.juneau.http">UserAgent</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/UserAgent.html#line.51">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/UserAgent.html" title="class in org.apache.juneau.http">UserAgent</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/UserAgent.html#line.57">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>User-Agent</code> header.</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/http/Vary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Vary.html b/content/site/apidocs/org/apache/juneau/http/Vary.html
index 9613bae..560d40b 100644
--- a/content/site/apidocs/org/apache/juneau/http/Vary.html
+++ b/content/site/apidocs/org/apache/juneau/http/Vary.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Vary.html#line.61">Vary</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Vary.html#line.67">Vary</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Vary</l> HTTP response header.
  <p>
@@ -158,7 +158,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p>
  A Vary field value of "*" signals that unspecified parameters not limited to the request-headers (e.g., the network
  address of the client), play a role in the selection of the response representation.
- The "*" value MUST NOT be generated by a proxy server; it may only be generated by an origin server.</div>
+ The "*" value MUST NOT be generated by a proxy server; it may only be generated by an origin server.
+
+ <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>
@@ -218,7 +224,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http">Vary</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Vary.html#line.69">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http">Vary</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Vary.html#line.75">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Vary</code> header.</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/http/Via.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Via.html b/content/site/apidocs/org/apache/juneau/http/Via.html
index 189acdc..dee4322 100644
--- a/content/site/apidocs/org/apache/juneau/http/Via.html
+++ b/content/site/apidocs/org/apache/juneau/http/Via.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Via.html#line.98">Via</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Via.html#line.104">Via</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Via</l> HTTP response header.
  <p>
@@ -195,7 +195,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  <p>
  Applications SHOULD NOT combine multiple entries unless they are all under the same organizational control and the
  hosts have already been replaced by pseudonyms.
- Applications MUST NOT combine entries which have different received-protocol values.</div>
+ Applications MUST NOT combine entries which have different received-protocol values.
+
+ <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>
@@ -255,7 +261,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http">Via</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Via.html#line.106">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http">Via</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Via.html#line.112">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Via</code> header.</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/http/Warning.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Warning.html b/content/site/apidocs/org/apache/juneau/http/Warning.html
index ba67c54..efa90c5 100644
--- a/content/site/apidocs/org/apache/juneau/http/Warning.html
+++ b/content/site/apidocs/org/apache/juneau/http/Warning.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.106">Warning</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.112">Warning</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Warning</l> HTTP request/response header.
  <p>
@@ -203,7 +203,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  different from the Date value in the response, then that warning-value MUST be deleted from the message before
  storing, forwarding, or using it.
  (This prevents bad consequences of naive caching of Warning header fields.)
- If all of the warning-values are deleted for this reason, the Warning header MUST be deleted as well.</div>
+ If all of the warning-values are deleted for this reason, the Warning header MUST be deleted as well.
+
+ <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>
@@ -263,7 +269,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>forString</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http">Warning</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.114">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>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http">Warning</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.120">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>&nbsp;value)</pre>
 <div class="block">Returns a parsed <code>Warning</code> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>



[20/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
index 89d7e05..c9e34e5 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
@@ -114,11 +114,18 @@ 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>="swagger,info,tags,externalDocs,basePath,schemes,consumes,produces,paths,definitions,parameters,responses,securityDefinitions,security")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.28">Swagger</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.35">Swagger</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">This is the root document object for the API specification.
- <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>
@@ -589,7 +596,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NULL</h4>
-<pre>public static final&nbsp;<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/Swagger.html#line.31">NULL</a></pre>
+<pre>public static final&nbsp;<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/Swagger.html#line.38">NULL</a></pre>
 <div class="block">Represents a null swagger</div>
 </li>
 </ul>
@@ -607,7 +614,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Swagger</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.28">Swagger</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.35">Swagger</a>()</pre>
 </li>
 </ul>
 </li>
@@ -624,7 +631,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSwagger</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.57">getSwagger</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.64">getSwagger</a>()</pre>
 <div class="block">Bean property getter:  <property>swagger</property>.
  <p>
  Required. Specifies the Swagger Specification version being used.
@@ -642,7 +649,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSwagger</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.71">setSwagger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;swagger)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.78">setSwagger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;swagger)</pre>
 <div class="block">Bean property setter:  <property>swagger</property>.
  <p>
  Required. Specifies the Swagger Specification version being used.
@@ -662,7 +669,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>swagger</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.82">swagger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;swagger)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.89">swagger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;swagger)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setSwagger-java.lang.String-"><code>setSwagger(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -678,7 +685,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getInfo</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.94">getInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.101">getInfo</a>()</pre>
 <div class="block">Bean property getter:  <property>info</property>.
  <p>
  Required. Provides metadata about the API.
@@ -695,7 +702,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setInfo</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.107">setInfo</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;info)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.114">setInfo</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;info)</pre>
 <div class="block">Bean property setter:  <property>info</property>.
  <p>
  Required. Provides metadata about the API.
@@ -714,7 +721,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>info</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.118">info</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;info)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.125">info</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in org.apache.juneau.dto.swagger">Info</a>&nbsp;info)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setInfo-org.apache.juneau.dto.swagger.Info-"><code>setInfo(Info)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -730,7 +737,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getHost</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.133">getHost</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.140">getHost</a>()</pre>
 <div class="block">Bean property getter:  <property>host</property>.
  <p>
  The host (name or ip) serving the API.
@@ -750,7 +757,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setHost</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.149">setHost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.156">setHost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</pre>
 <div class="block">Bean property setter:  <property>host</property>.
  <p>
  The host (name or ip) serving the API.
@@ -772,7 +779,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>host</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.160">host</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.167">host</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;host)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setHost-java.lang.String-"><code>setHost(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -788,7 +795,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getBasePath</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.174">getBasePath</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.181">getBasePath</a>()</pre>
 <div class="block">Bean property getter:  <property>basePath</property>.
  <p>
  The base path on which the API is served, which is relative to the <code>host</code>.
@@ -807,7 +814,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setBasePath</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.189">setBasePath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basePath)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.196">setBasePath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basePath)</pre>
 <div class="block">Bean property setter:  <property>basePath</property>.
  <p>
  The base path on which the API is served, which is relative to the <code>host</code>.
@@ -828,7 +835,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>basePath</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.200">basePath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basePath)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.207">basePath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basePath)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setBasePath-java.lang.String-"><code>setBasePath(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -844,7 +851,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSchemes</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.213">getSchemes</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.220">getSchemes</a>()</pre>
 <div class="block">Bean property getter:  <property>schemes</property>.
  <p>
  The transfer protocol of the API.
@@ -862,7 +869,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.227">setSchemes</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.234">setSchemes</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
 <div class="block">Bean property setter:  <property>schemes</property>.
  <p>
  The transfer protocol of the API.
@@ -882,7 +889,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.242">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.249">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
 <div class="block">Bean property adder:  <property>schemes</property>.
  <p>
  The transfer protocol of the API.
@@ -902,7 +909,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSchemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.256">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.263">addSchemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemes)</pre>
 <div class="block">Bean property adder:  <property>schemes</property>.
  <p>
  The transfer protocol of the API.
@@ -922,7 +929,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>schemes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.271">schemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.278">schemes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;schemes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addSchemes-java.lang.String...-"><code>addSchemes(String...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -938,7 +945,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getConsumes</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.284">getConsumes</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.291">getConsumes</a>()</pre>
 <div class="block">Bean property getter:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -956,7 +963,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.298">setConsumes</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.305">setConsumes</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property setter:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -976,7 +983,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.313">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.320">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -996,7 +1003,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.327">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.334">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -1016,7 +1023,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.342">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.349">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1032,7 +1039,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.352">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.359">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1048,7 +1055,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getProduces</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.365">getProduces</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.372">getProduces</a>()</pre>
 <div class="block">Bean property getter:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1066,7 +1073,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.379">setProduces</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.386">setProduces</a>(<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>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property setter:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1086,7 +1093,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.394">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.401">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1106,7 +1113,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.408">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.415">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1126,7 +1133,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.423">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.430">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1142,7 +1149,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.433">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.440">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1158,7 +1165,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getPaths</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.444">getPaths</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.451">getPaths</a>()</pre>
 <div class="block">Bean property getter:  <property>paths</property>.
  <p>
  Required. The available paths and operations for the API.</div>
@@ -1174,7 +1181,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setPaths</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.456">setPaths</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&gt;&gt;&nbsp;paths)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.463">setPaths</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&gt;&gt;&nbsp;paths)</pre>
 <div class="block">Bean property setter:  <property>paths</property>.
  <p>
  Required. The available paths and operations for the API.</div>
@@ -1192,7 +1199,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addPath</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.471">addPath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.478">addPath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName,
                        <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;operation)</pre>
 <div class="block">Bean property adder:  <property>paths</property>.
@@ -1214,7 +1221,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>path</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.491">path</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.498">path</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName,
                     <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;operation)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#path-java.lang.String-java.lang.String-org.apache.juneau.dto.swagger.Operation-"><code>path(String,String,Operation)</code></a>.</div>
@@ -1234,7 +1241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefinitions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.502">getDefinitions</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.509">getDefinitions</a>()</pre>
 <div class="block">Bean property getter:  <property>definitions</property>.
  <p>
  An object to hold data types produced and consumed by operations.</div>
@@ -1250,7 +1257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefinitions</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.514">setDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&gt;&nbsp;definitions)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.521">setDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&gt;&nbsp;definitions)</pre>
 <div class="block">Bean property setter:  <property>definitions</property>.
  <p>
  An object to hold data types produced and consumed by operations.</div>
@@ -1268,7 +1275,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addDefinition</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.528">addDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.535">addDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                              <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Bean property adder:  <property>definitions</property>.
  <p>
@@ -1288,7 +1295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>xxx</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.542">xxx</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.549">xxx</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                    <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addDefinition-java.lang.String-org.apache.juneau.dto.swagger.SchemaInfo-"><code>addDefinition(String,SchemaInfo)</code></a>.</div>
 <dl>
@@ -1306,7 +1313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getParameters</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.554">getParameters</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.561">getParameters</a>()</pre>
 <div class="block">Bean property getter:  <property>parameters</property>.
  <p>
  An object to hold parameters that can be used across operations.
@@ -1323,7 +1330,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setParameters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.567">setParameters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.574">setParameters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&gt;&nbsp;parameters)</pre>
 <div class="block">Bean property setter:  <property>parameters</property>.
  <p>
  An object to hold parameters that can be used across operations.
@@ -1342,7 +1349,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addParameter</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.582">addParameter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.589">addParameter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                             <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;parameter)</pre>
 <div class="block">Bean property adder:  <property>parameters</property>.
  <p>
@@ -1363,7 +1370,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>parameter</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.596">parameter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.603">parameter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                          <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;parameter)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addParameter-java.lang.String-org.apache.juneau.dto.swagger.ParameterInfo-"><code>addParameter(String,ParameterInfo)</code></a>.</div>
 <dl>
@@ -1381,7 +1388,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getResponses</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.608">getResponses</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.615">getResponses</a>()</pre>
 <div class="block">Bean property getter:  <property>responses</property>.
  <p>
  An object to hold responses that can be used across operations.
@@ -1398,7 +1405,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setResponses</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.621">setResponses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.628">setResponses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&gt;&nbsp;responses)</pre>
 <div class="block">Bean property setter:  <property>responses</property>.
  <p>
  An object to hold responses that can be used across operations.
@@ -1417,7 +1424,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addResponse</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.636">addResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.643">addResponse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                            <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;response)</pre>
 <div class="block">Bean property adder:  <property>responses</property>.
  <p>
@@ -1438,7 +1445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>response</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.650">response</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.657">response</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                         <a href="../../../../../org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in org.apache.juneau.dto.swagger">ResponseInfo</a>&nbsp;response)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addResponse-java.lang.String-org.apache.juneau.dto.swagger.ResponseInfo-"><code>addResponse(String,ResponseInfo)</code></a>.</div>
 <dl>
@@ -1456,7 +1463,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSecurityDefinitions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.661">getSecurityDefinitions</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.668">getSecurityDefinitions</a>()</pre>
 <div class="block">Bean property getter:  <property>securityDefinitions</property>.
  <p>
  Security scheme definitions that can be used across the specification.</div>
@@ -1472,7 +1479,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSecurityDefinitions</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.673">setSecurityDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&gt;&nbsp;securityDefinitions)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.680">setSecurityDefinitions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&gt;&nbsp;securityDefinitions)</pre>
 <div class="block">Bean property setter:  <property>securityDefinitions</property>.
  <p>
  Security scheme definitions that can be used across the specification.</div>
@@ -1490,7 +1497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSecurityDefinition</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.687">addSecurityDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.694">addSecurityDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                      <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;securityScheme)</pre>
 <div class="block">Bean property adder:  <property>securityDefinitions</property>.
  <p>
@@ -1510,7 +1517,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>securityDefinition</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.701">securityDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.708">securityDefinition</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                   <a href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;securityScheme)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addSecurityDefinition-java.lang.String-org.apache.juneau.dto.swagger.SecurityScheme-"><code>addSecurityDefinition(String,SecurityScheme)</code></a>.</div>
 <dl>
@@ -1528,7 +1535,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSecurity</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.714">getSecurity</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.721">getSecurity</a>()</pre>
 <div class="block">Bean property getter:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for the API as a whole.
@@ -1546,7 +1553,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSecurity</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.728">setSecurity</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;security)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.735">setSecurity</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&gt;&nbsp;security)</pre>
 <div class="block">Bean property setter:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for the API as a whole.
@@ -1566,7 +1573,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addSecurity</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.743">addSecurity</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;security)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.750">addSecurity</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;security)</pre>
 <div class="block">Bean property adder:  <property>security</property>.
  <p>
  A declaration of which security schemes are applied for the API as a whole.
@@ -1586,7 +1593,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>security</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.757">security</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scheme,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.764">security</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scheme,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;alternatives)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addSecurity-java.util.Map-"><code>addSecurity(Map)</code></a>.</div>
 <dl>
@@ -1604,7 +1611,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTags</h4>
-<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.774">getTags</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.781">getTags</a>()</pre>
 <div class="block">Bean property getter:  <property>tags</property>.
  <p>
  A list of tags used by the specification with additional metadata.
@@ -1624,7 +1631,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.790">setTags</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.797">setTags</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;tags)</pre>
 <div class="block">Bean property setter:  <property>tags</property>.
  <p>
  A list of tags used by the specification with additional metadata.
@@ -1646,7 +1653,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addTags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.807">addTags</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>...&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.814">addTags</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>...&nbsp;tags)</pre>
 <div class="block">Bean property adder:  <property>tags</property>.
  <p>
  A list of tags used by the specification with additional metadata.
@@ -1668,7 +1675,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>tags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.820">tags</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>...&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.827">tags</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>...&nbsp;tags)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addTags-org.apache.juneau.dto.swagger.Tag...-"><code>addTags(Tag...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1684,7 +1691,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>tags</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.830">tags</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;tags)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.837">tags</a>(<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>&lt;<a href="../../../../../org/apache/juneau/dto/swagger/Tag.html" title="class in org.apache.juneau.dto.swagger">Tag</a>&gt;&nbsp;tags)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setTags-java.util.List-"><code>setTags(List)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1700,7 +1707,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExternalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.841">getExternalDocs</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.848">getExternalDocs</a>()</pre>
 <div class="block">Bean property getter:  <property>externalDocs</property>.
  <p>
  Additional external documentation.</div>
@@ -1716,7 +1723,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExternalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.853">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.860">setExternalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
 <div class="block">Bean property setter:  <property>externalDocs</property>.
  <p>
  Additional external documentation.</div>
@@ -1734,7 +1741,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>externalDocs</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.864">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.871">externalDocs</a>(<a href="../../../../../org/apache/juneau/dto/swagger/ExternalDocumentation.html" title="class in org.apache.juneau.dto.swagger">ExternalDocumentation</a>&nbsp;externalDocs)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setExternalDocs-org.apache.juneau.dto.swagger.ExternalDocumentation-"><code>setExternalDocs(ExternalDocumentation)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[08/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Generator.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Generator.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Generator.html
index 419bd28..03f3cda 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Generator.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Generator.html
@@ -40,130 +40,137 @@
 <span class="sourceLineNo">032</span> *       text<a name="line.32"></a>
 <span class="sourceLineNo">033</span> *    }<a name="line.33"></a>
 <span class="sourceLineNo">034</span> * &lt;/p&gt;<a name="line.34"></a>
-<span class="sourceLineNo">035</span> * &lt;p&gt;<a name="line.35"></a>
-<span class="sourceLineNo">036</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.36"></a>
-<span class="sourceLineNo">037</span> */<a name="line.37"></a>
-<span class="sourceLineNo">038</span>@Bean(typeName="generator")<a name="line.38"></a>
-<span class="sourceLineNo">039</span>@SuppressWarnings("hiding")<a name="line.39"></a>
-<span class="sourceLineNo">040</span>public class Generator extends Common {<a name="line.40"></a>
-<span class="sourceLineNo">041</span><a name="line.41"></a>
-<span class="sourceLineNo">042</span>   private URI uri;<a name="line.42"></a>
-<span class="sourceLineNo">043</span>   private String version;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>   private String text;<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span><a name="line.46"></a>
-<span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * Normal constructor.<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    *<a name="line.49"></a>
-<span class="sourceLineNo">050</span>    * @param text The generator statement content.<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    */<a name="line.51"></a>
-<span class="sourceLineNo">052</span>   public Generator(String text) {<a name="line.52"></a>
-<span class="sourceLineNo">053</span>      this.text = text;<a name="line.53"></a>
-<span class="sourceLineNo">054</span>   }<a name="line.54"></a>
-<span class="sourceLineNo">055</span><a name="line.55"></a>
-<span class="sourceLineNo">056</span>   /** Bean constructor. */<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   public Generator() {}<a name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span><a name="line.59"></a>
-<span class="sourceLineNo">060</span>   //--------------------------------------------------------------------------------<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   // Bean properties<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   //--------------------------------------------------------------------------------<a name="line.62"></a>
-<span class="sourceLineNo">063</span><a name="line.63"></a>
-<span class="sourceLineNo">064</span>   /**<a name="line.64"></a>
-<span class="sourceLineNo">065</span>    * Returns the URI of this generator statement.<a name="line.65"></a>
-<span class="sourceLineNo">066</span>    *<a name="line.66"></a>
-<span class="sourceLineNo">067</span>    * @return The URI of this generator statement.<a name="line.67"></a>
-<span class="sourceLineNo">068</span>    */<a name="line.68"></a>
-<span class="sourceLineNo">069</span>   @Xml(format=ATTR)<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   public URI getUri() {<a name="line.70"></a>
-<span class="sourceLineNo">071</span>      return uri;<a name="line.71"></a>
-<span class="sourceLineNo">072</span>   }<a name="line.72"></a>
-<span class="sourceLineNo">073</span><a name="line.73"></a>
-<span class="sourceLineNo">074</span>   /**<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * Sets the URI of this generator statement.<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    *<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    * @param uri The URI of this generator statement.<a name="line.77"></a>
-<span class="sourceLineNo">078</span>    * @return This object (for method chaining).<a name="line.78"></a>
-<span class="sourceLineNo">079</span>    */<a name="line.79"></a>
-<span class="sourceLineNo">080</span>   @BeanProperty("uri")<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   public Generator uri(URI uri) {<a name="line.81"></a>
-<span class="sourceLineNo">082</span>      this.uri = uri;<a name="line.82"></a>
-<span class="sourceLineNo">083</span>      return this;<a name="line.83"></a>
-<span class="sourceLineNo">084</span>   }<a name="line.84"></a>
-<span class="sourceLineNo">085</span><a name="line.85"></a>
-<span class="sourceLineNo">086</span>   /**<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    * Sets the URI of this generator statement.<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    *<a name="line.88"></a>
-<span class="sourceLineNo">089</span>    * @param uri The URI of this generator statement.<a name="line.89"></a>
-<span class="sourceLineNo">090</span>    * @return This object (for method chaining).<a name="line.90"></a>
-<span class="sourceLineNo">091</span>    */<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   @BeanProperty("uri")<a name="line.92"></a>
-<span class="sourceLineNo">093</span>   public Generator uri(String uri) {<a name="line.93"></a>
-<span class="sourceLineNo">094</span>      this.uri = toURI(uri);<a name="line.94"></a>
-<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
-<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
-<span class="sourceLineNo">097</span><a name="line.97"></a>
-<span class="sourceLineNo">098</span>   /**<a name="line.98"></a>
-<span class="sourceLineNo">099</span>    * Returns the version of this generator statement.<a name="line.99"></a>
-<span class="sourceLineNo">100</span>    *<a name="line.100"></a>
-<span class="sourceLineNo">101</span>    * @return The version of this generator statement.<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    */<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   @Xml(format=ATTR)<a name="line.103"></a>
-<span class="sourceLineNo">104</span>   public String getVersion() {<a name="line.104"></a>
-<span class="sourceLineNo">105</span>      return version;<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   }<a name="line.106"></a>
-<span class="sourceLineNo">107</span><a name="line.107"></a>
-<span class="sourceLineNo">108</span>   /**<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    * Sets the version of this generator statement.<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    *<a name="line.110"></a>
-<span class="sourceLineNo">111</span>    * @param version The version of this generator statement.<a name="line.111"></a>
-<span class="sourceLineNo">112</span>    * @return This object (for method chaining).<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    */<a name="line.113"></a>
-<span class="sourceLineNo">114</span>   @BeanProperty("version")<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   public Generator version(String version) {<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      this.version = version;<a name="line.116"></a>
-<span class="sourceLineNo">117</span>      return this;<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   }<a name="line.118"></a>
-<span class="sourceLineNo">119</span><a name="line.119"></a>
-<span class="sourceLineNo">120</span>   /**<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    * Returns the content of this generator statement.<a name="line.121"></a>
-<span class="sourceLineNo">122</span>    *<a name="line.122"></a>
-<span class="sourceLineNo">123</span>    * @return The content of this generator statement.<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    */<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   @Xml(format=TEXT)<a name="line.125"></a>
-<span class="sourceLineNo">126</span>   public String getText() {<a name="line.126"></a>
-<span class="sourceLineNo">127</span>      return text;<a name="line.127"></a>
-<span class="sourceLineNo">128</span>   }<a name="line.128"></a>
-<span class="sourceLineNo">129</span><a name="line.129"></a>
-<span class="sourceLineNo">130</span>   /**<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    * Sets the content of this generator statement.<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    *<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    * @param text The content of this generator statement.<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    * @return This object (for method chaining).<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    */<a name="line.135"></a>
-<span class="sourceLineNo">136</span>   @BeanProperty("text")<a name="line.136"></a>
-<span class="sourceLineNo">137</span>   public Generator text(String text) {<a name="line.137"></a>
-<span class="sourceLineNo">138</span>      this.text = text;<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      return this;<a name="line.139"></a>
-<span class="sourceLineNo">140</span>   }<a name="line.140"></a>
-<span class="sourceLineNo">141</span><a name="line.141"></a>
-<span class="sourceLineNo">142</span><a name="line.142"></a>
-<span class="sourceLineNo">143</span>   //--------------------------------------------------------------------------------<a name="line.143"></a>
-<span class="sourceLineNo">144</span>   // Overridden setters (to simplify method chaining)<a name="line.144"></a>
-<span class="sourceLineNo">145</span>   //--------------------------------------------------------------------------------<a name="line.145"></a>
-<span class="sourceLineNo">146</span><a name="line.146"></a>
-<span class="sourceLineNo">147</span>   @Override /* Common */<a name="line.147"></a>
-<span class="sourceLineNo">148</span>   public Generator base(URI base) {<a name="line.148"></a>
-<span class="sourceLineNo">149</span>      super.base(base);<a name="line.149"></a>
-<span class="sourceLineNo">150</span>      return this;<a name="line.150"></a>
-<span class="sourceLineNo">151</span>   }<a name="line.151"></a>
-<span class="sourceLineNo">152</span><a name="line.152"></a>
-<span class="sourceLineNo">153</span>   @Override /* Common */<a name="line.153"></a>
-<span class="sourceLineNo">154</span>   public Generator lang(String lang) {<a name="line.154"></a>
-<span class="sourceLineNo">155</span>      super.lang(lang);<a name="line.155"></a>
-<span class="sourceLineNo">156</span>      return this;<a name="line.156"></a>
-<span class="sourceLineNo">157</span>   }<a name="line.157"></a>
-<span class="sourceLineNo">158</span>}<a name="line.158"></a>
+<span class="sourceLineNo">035</span> *<a name="line.35"></a>
+<span class="sourceLineNo">036</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> * &lt;ul class='doctree'&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> *    &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.42"></a>
+<span class="sourceLineNo">043</span> * &lt;/ul&gt;<a name="line.43"></a>
+<span class="sourceLineNo">044</span> */<a name="line.44"></a>
+<span class="sourceLineNo">045</span>@Bean(typeName="generator")<a name="line.45"></a>
+<span class="sourceLineNo">046</span>@SuppressWarnings("hiding")<a name="line.46"></a>
+<span class="sourceLineNo">047</span>public class Generator extends Common {<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>   private URI uri;<a name="line.49"></a>
+<span class="sourceLineNo">050</span>   private String version;<a name="line.50"></a>
+<span class="sourceLineNo">051</span>   private String text;<a name="line.51"></a>
+<span class="sourceLineNo">052</span><a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>    * Normal constructor.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>    *<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    * @param text The generator statement content.<a name="line.57"></a>
+<span class="sourceLineNo">058</span>    */<a name="line.58"></a>
+<span class="sourceLineNo">059</span>   public Generator(String text) {<a name="line.59"></a>
+<span class="sourceLineNo">060</span>      this.text = text;<a name="line.60"></a>
+<span class="sourceLineNo">061</span>   }<a name="line.61"></a>
+<span class="sourceLineNo">062</span><a name="line.62"></a>
+<span class="sourceLineNo">063</span>   /** Bean constructor. */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public Generator() {}<a name="line.64"></a>
+<span class="sourceLineNo">065</span><a name="line.65"></a>
+<span class="sourceLineNo">066</span><a name="line.66"></a>
+<span class="sourceLineNo">067</span>   //--------------------------------------------------------------------------------<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   // Bean properties<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   //--------------------------------------------------------------------------------<a name="line.69"></a>
+<span class="sourceLineNo">070</span><a name="line.70"></a>
+<span class="sourceLineNo">071</span>   /**<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    * Returns the URI of this generator statement.<a name="line.72"></a>
+<span class="sourceLineNo">073</span>    *<a name="line.73"></a>
+<span class="sourceLineNo">074</span>    * @return The URI of this generator statement.<a name="line.74"></a>
+<span class="sourceLineNo">075</span>    */<a name="line.75"></a>
+<span class="sourceLineNo">076</span>   @Xml(format=ATTR)<a name="line.76"></a>
+<span class="sourceLineNo">077</span>   public URI getUri() {<a name="line.77"></a>
+<span class="sourceLineNo">078</span>      return uri;<a name="line.78"></a>
+<span class="sourceLineNo">079</span>   }<a name="line.79"></a>
+<span class="sourceLineNo">080</span><a name="line.80"></a>
+<span class="sourceLineNo">081</span>   /**<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    * Sets the URI of this generator statement.<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    *<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    * @param uri The URI of this generator statement.<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    * @return This object (for method chaining).<a name="line.85"></a>
+<span class="sourceLineNo">086</span>    */<a name="line.86"></a>
+<span class="sourceLineNo">087</span>   @BeanProperty("uri")<a name="line.87"></a>
+<span class="sourceLineNo">088</span>   public Generator uri(URI uri) {<a name="line.88"></a>
+<span class="sourceLineNo">089</span>      this.uri = uri;<a name="line.89"></a>
+<span class="sourceLineNo">090</span>      return this;<a name="line.90"></a>
+<span class="sourceLineNo">091</span>   }<a name="line.91"></a>
+<span class="sourceLineNo">092</span><a name="line.92"></a>
+<span class="sourceLineNo">093</span>   /**<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    * Sets the URI of this generator statement.<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    *<a name="line.95"></a>
+<span class="sourceLineNo">096</span>    * @param uri The URI of this generator statement.<a name="line.96"></a>
+<span class="sourceLineNo">097</span>    * @return This object (for method chaining).<a name="line.97"></a>
+<span class="sourceLineNo">098</span>    */<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   @BeanProperty("uri")<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   public Generator uri(String uri) {<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      this.uri = toURI(uri);<a name="line.101"></a>
+<span class="sourceLineNo">102</span>      return this;<a name="line.102"></a>
+<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
+<span class="sourceLineNo">104</span><a name="line.104"></a>
+<span class="sourceLineNo">105</span>   /**<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    * Returns the version of this generator statement.<a name="line.106"></a>
+<span class="sourceLineNo">107</span>    *<a name="line.107"></a>
+<span class="sourceLineNo">108</span>    * @return The version of this generator statement.<a name="line.108"></a>
+<span class="sourceLineNo">109</span>    */<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   @Xml(format=ATTR)<a name="line.110"></a>
+<span class="sourceLineNo">111</span>   public String getVersion() {<a name="line.111"></a>
+<span class="sourceLineNo">112</span>      return version;<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   }<a name="line.113"></a>
+<span class="sourceLineNo">114</span><a name="line.114"></a>
+<span class="sourceLineNo">115</span>   /**<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    * Sets the version of this generator statement.<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    *<a name="line.117"></a>
+<span class="sourceLineNo">118</span>    * @param version The version of this generator statement.<a name="line.118"></a>
+<span class="sourceLineNo">119</span>    * @return This object (for method chaining).<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    */<a name="line.120"></a>
+<span class="sourceLineNo">121</span>   @BeanProperty("version")<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public Generator version(String version) {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      this.version = version;<a name="line.123"></a>
+<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
+<span class="sourceLineNo">126</span><a name="line.126"></a>
+<span class="sourceLineNo">127</span>   /**<a name="line.127"></a>
+<span class="sourceLineNo">128</span>    * Returns the content of this generator statement.<a name="line.128"></a>
+<span class="sourceLineNo">129</span>    *<a name="line.129"></a>
+<span class="sourceLineNo">130</span>    * @return The content of this generator statement.<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    */<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   @Xml(format=TEXT)<a name="line.132"></a>
+<span class="sourceLineNo">133</span>   public String getText() {<a name="line.133"></a>
+<span class="sourceLineNo">134</span>      return text;<a name="line.134"></a>
+<span class="sourceLineNo">135</span>   }<a name="line.135"></a>
+<span class="sourceLineNo">136</span><a name="line.136"></a>
+<span class="sourceLineNo">137</span>   /**<a name="line.137"></a>
+<span class="sourceLineNo">138</span>    * Sets the content of this generator statement.<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    *<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    * @param text The content of this generator statement.<a name="line.140"></a>
+<span class="sourceLineNo">141</span>    * @return This object (for method chaining).<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    */<a name="line.142"></a>
+<span class="sourceLineNo">143</span>   @BeanProperty("text")<a name="line.143"></a>
+<span class="sourceLineNo">144</span>   public Generator text(String text) {<a name="line.144"></a>
+<span class="sourceLineNo">145</span>      this.text = text;<a name="line.145"></a>
+<span class="sourceLineNo">146</span>      return this;<a name="line.146"></a>
+<span class="sourceLineNo">147</span>   }<a name="line.147"></a>
+<span class="sourceLineNo">148</span><a name="line.148"></a>
+<span class="sourceLineNo">149</span><a name="line.149"></a>
+<span class="sourceLineNo">150</span>   //--------------------------------------------------------------------------------<a name="line.150"></a>
+<span class="sourceLineNo">151</span>   // Overridden setters (to simplify method chaining)<a name="line.151"></a>
+<span class="sourceLineNo">152</span>   //--------------------------------------------------------------------------------<a name="line.152"></a>
+<span class="sourceLineNo">153</span><a name="line.153"></a>
+<span class="sourceLineNo">154</span>   @Override /* Common */<a name="line.154"></a>
+<span class="sourceLineNo">155</span>   public Generator base(URI base) {<a name="line.155"></a>
+<span class="sourceLineNo">156</span>      super.base(base);<a name="line.156"></a>
+<span class="sourceLineNo">157</span>      return this;<a name="line.157"></a>
+<span class="sourceLineNo">158</span>   }<a name="line.158"></a>
+<span class="sourceLineNo">159</span><a name="line.159"></a>
+<span class="sourceLineNo">160</span>   @Override /* Common */<a name="line.160"></a>
+<span class="sourceLineNo">161</span>   public Generator lang(String lang) {<a name="line.161"></a>
+<span class="sourceLineNo">162</span>      super.lang(lang);<a name="line.162"></a>
+<span class="sourceLineNo">163</span>      return this;<a name="line.163"></a>
+<span class="sourceLineNo">164</span>   }<a name="line.164"></a>
+<span class="sourceLineNo">165</span>}<a name="line.165"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Icon.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Icon.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Icon.html
index 87e24d2..8b8e419 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Icon.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Icon.html
@@ -38,93 +38,100 @@
 <span class="sourceLineNo">030</span> *       (atomUri)<a name="line.30"></a>
 <span class="sourceLineNo">031</span> *    }<a name="line.31"></a>
 <span class="sourceLineNo">032</span> * &lt;/p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;p&gt;<a name="line.33"></a>
-<span class="sourceLineNo">034</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.34"></a>
-<span class="sourceLineNo">035</span> */<a name="line.35"></a>
-<span class="sourceLineNo">036</span>@Bean(typeName="icon")<a name="line.36"></a>
-<span class="sourceLineNo">037</span>@SuppressWarnings("hiding")<a name="line.37"></a>
-<span class="sourceLineNo">038</span>public class Icon extends Common {<a name="line.38"></a>
-<span class="sourceLineNo">039</span><a name="line.39"></a>
-<span class="sourceLineNo">040</span>   private URI uri;<a name="line.40"></a>
-<span class="sourceLineNo">041</span><a name="line.41"></a>
-<span class="sourceLineNo">042</span><a name="line.42"></a>
-<span class="sourceLineNo">043</span>   /**<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    * Normal constructor.<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    *<a name="line.45"></a>
-<span class="sourceLineNo">046</span>    * @param uri The URI of the icon.<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   public Icon(URI uri) {<a name="line.48"></a>
-<span class="sourceLineNo">049</span>      uri(uri);<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   }<a name="line.50"></a>
-<span class="sourceLineNo">051</span><a name="line.51"></a>
-<span class="sourceLineNo">052</span>   /**<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    * Normal constructor.<a name="line.53"></a>
-<span class="sourceLineNo">054</span>    *<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    * @param uri The URI of the icon.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>    */<a name="line.56"></a>
-<span class="sourceLineNo">057</span>   public Icon(String uri) {<a name="line.57"></a>
-<span class="sourceLineNo">058</span>      uri(uri);<a name="line.58"></a>
-<span class="sourceLineNo">059</span>   }<a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>   /** Bean constructor. */<a name="line.61"></a>
-<span class="sourceLineNo">062</span>   public Icon() {}<a name="line.62"></a>
-<span class="sourceLineNo">063</span><a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   //--------------------------------------------------------------------------------<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   // Bean properties<a name="line.66"></a>
-<span class="sourceLineNo">067</span>   //--------------------------------------------------------------------------------<a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * Returns the URI of this icon.<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    *<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @return The URI of this icon.<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   @Xml(format=ELEMENTS)<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public URI getUri() {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      return uri;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>   }<a name="line.77"></a>
-<span class="sourceLineNo">078</span><a name="line.78"></a>
-<span class="sourceLineNo">079</span>   /**<a name="line.79"></a>
-<span class="sourceLineNo">080</span>    * Sets the URI of this icon.<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    *<a name="line.81"></a>
-<span class="sourceLineNo">082</span>    * @param uri The URI of this icon.<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * @return This object (for method chaining).<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
-<span class="sourceLineNo">085</span>   @BeanProperty("uri")<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   public Icon uri(URI uri) {<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      this.uri = uri;<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   /**<a name="line.91"></a>
-<span class="sourceLineNo">092</span>    * Sets the URI of this icon.<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    *<a name="line.93"></a>
-<span class="sourceLineNo">094</span>    * @param uri The URI of this icon.<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * @return This object (for method chaining).<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    */<a name="line.96"></a>
-<span class="sourceLineNo">097</span>   @BeanProperty("uri")<a name="line.97"></a>
-<span class="sourceLineNo">098</span>   public Icon uri(String uri) {<a name="line.98"></a>
-<span class="sourceLineNo">099</span>      this.uri = toURI(uri);<a name="line.99"></a>
-<span class="sourceLineNo">100</span>      return this;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   }<a name="line.101"></a>
-<span class="sourceLineNo">102</span><a name="line.102"></a>
-<span class="sourceLineNo">103</span><a name="line.103"></a>
-<span class="sourceLineNo">104</span>   //--------------------------------------------------------------------------------<a name="line.104"></a>
-<span class="sourceLineNo">105</span>   // Overridden setters (to simplify method chaining)<a name="line.105"></a>
-<span class="sourceLineNo">106</span>   //--------------------------------------------------------------------------------<a name="line.106"></a>
-<span class="sourceLineNo">107</span><a name="line.107"></a>
-<span class="sourceLineNo">108</span>   @Override /* Common */<a name="line.108"></a>
-<span class="sourceLineNo">109</span>   public Icon base(URI base) {<a name="line.109"></a>
-<span class="sourceLineNo">110</span>      super.base(base);<a name="line.110"></a>
-<span class="sourceLineNo">111</span>      return this;<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   }<a name="line.112"></a>
-<span class="sourceLineNo">113</span><a name="line.113"></a>
-<span class="sourceLineNo">114</span>   @Override /* Common */<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   public Icon lang(String lang) {<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      super.lang(lang);<a name="line.116"></a>
-<span class="sourceLineNo">117</span>      return this;<a name="line.117"></a>
-<span class="sourceLineNo">118</span>   }<a name="line.118"></a>
-<span class="sourceLineNo">119</span>}<a name="line.119"></a>
+<span class="sourceLineNo">033</span> *<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> * &lt;ul class='doctree'&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *    &lt;ul&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;/ul&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;/ul&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> */<a name="line.42"></a>
+<span class="sourceLineNo">043</span>@Bean(typeName="icon")<a name="line.43"></a>
+<span class="sourceLineNo">044</span>@SuppressWarnings("hiding")<a name="line.44"></a>
+<span class="sourceLineNo">045</span>public class Icon extends Common {<a name="line.45"></a>
+<span class="sourceLineNo">046</span><a name="line.46"></a>
+<span class="sourceLineNo">047</span>   private URI uri;<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span><a name="line.49"></a>
+<span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * Normal constructor.<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    *<a name="line.52"></a>
+<span class="sourceLineNo">053</span>    * @param uri The URI of the icon.<a name="line.53"></a>
+<span class="sourceLineNo">054</span>    */<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   public Icon(URI uri) {<a name="line.55"></a>
+<span class="sourceLineNo">056</span>      uri(uri);<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   }<a name="line.57"></a>
+<span class="sourceLineNo">058</span><a name="line.58"></a>
+<span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
+<span class="sourceLineNo">060</span>    * Normal constructor.<a name="line.60"></a>
+<span class="sourceLineNo">061</span>    *<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * @param uri The URI of the icon.<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    */<a name="line.63"></a>
+<span class="sourceLineNo">064</span>   public Icon(String uri) {<a name="line.64"></a>
+<span class="sourceLineNo">065</span>      uri(uri);<a name="line.65"></a>
+<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
+<span class="sourceLineNo">067</span><a name="line.67"></a>
+<span class="sourceLineNo">068</span>   /** Bean constructor. */<a name="line.68"></a>
+<span class="sourceLineNo">069</span>   public Icon() {}<a name="line.69"></a>
+<span class="sourceLineNo">070</span><a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span>   //--------------------------------------------------------------------------------<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   // Bean properties<a name="line.73"></a>
+<span class="sourceLineNo">074</span>   //--------------------------------------------------------------------------------<a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   /**<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    * Returns the URI of this icon.<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    *<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @return The URI of this icon.<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    */<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   @Xml(format=ELEMENTS)<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public URI getUri() {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      return uri;<a name="line.83"></a>
+<span class="sourceLineNo">084</span>   }<a name="line.84"></a>
+<span class="sourceLineNo">085</span><a name="line.85"></a>
+<span class="sourceLineNo">086</span>   /**<a name="line.86"></a>
+<span class="sourceLineNo">087</span>    * Sets the URI of this icon.<a name="line.87"></a>
+<span class="sourceLineNo">088</span>    *<a name="line.88"></a>
+<span class="sourceLineNo">089</span>    * @param uri The URI of this icon.<a name="line.89"></a>
+<span class="sourceLineNo">090</span>    * @return This object (for method chaining).<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    */<a name="line.91"></a>
+<span class="sourceLineNo">092</span>   @BeanProperty("uri")<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public Icon uri(URI uri) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      this.uri = uri;<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   /**<a name="line.98"></a>
+<span class="sourceLineNo">099</span>    * Sets the URI of this icon.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>    *<a name="line.100"></a>
+<span class="sourceLineNo">101</span>    * @param uri The URI of this icon.<a name="line.101"></a>
+<span class="sourceLineNo">102</span>    * @return This object (for method chaining).<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    */<a name="line.103"></a>
+<span class="sourceLineNo">104</span>   @BeanProperty("uri")<a name="line.104"></a>
+<span class="sourceLineNo">105</span>   public Icon uri(String uri) {<a name="line.105"></a>
+<span class="sourceLineNo">106</span>      this.uri = toURI(uri);<a name="line.106"></a>
+<span class="sourceLineNo">107</span>      return this;<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   }<a name="line.108"></a>
+<span class="sourceLineNo">109</span><a name="line.109"></a>
+<span class="sourceLineNo">110</span><a name="line.110"></a>
+<span class="sourceLineNo">111</span>   //--------------------------------------------------------------------------------<a name="line.111"></a>
+<span class="sourceLineNo">112</span>   // Overridden setters (to simplify method chaining)<a name="line.112"></a>
+<span class="sourceLineNo">113</span>   //--------------------------------------------------------------------------------<a name="line.113"></a>
+<span class="sourceLineNo">114</span><a name="line.114"></a>
+<span class="sourceLineNo">115</span>   @Override /* Common */<a name="line.115"></a>
+<span class="sourceLineNo">116</span>   public Icon base(URI base) {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      super.base(base);<a name="line.117"></a>
+<span class="sourceLineNo">118</span>      return this;<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span>   @Override /* Common */<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   public Icon lang(String lang) {<a name="line.122"></a>
+<span class="sourceLineNo">123</span>      super.lang(lang);<a name="line.123"></a>
+<span class="sourceLineNo">124</span>      return this;<a name="line.124"></a>
+<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
+<span class="sourceLineNo">126</span>}<a name="line.126"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Id.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Id.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Id.html
index a90e665..7f004fa 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Id.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Id.html
@@ -37,71 +37,78 @@
 <span class="sourceLineNo">029</span> *       (atomUri)<a name="line.29"></a>
 <span class="sourceLineNo">030</span> *    }<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * &lt;/p&gt;<a name="line.31"></a>
-<span class="sourceLineNo">032</span> * &lt;p&gt;<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.33"></a>
-<span class="sourceLineNo">034</span> */<a name="line.34"></a>
-<span class="sourceLineNo">035</span>@Bean(typeName="id")<a name="line.35"></a>
-<span class="sourceLineNo">036</span>@SuppressWarnings("hiding")<a name="line.36"></a>
-<span class="sourceLineNo">037</span>public class Id extends Common {<a name="line.37"></a>
-<span class="sourceLineNo">038</span><a name="line.38"></a>
-<span class="sourceLineNo">039</span>   private String text;<a name="line.39"></a>
-<span class="sourceLineNo">040</span><a name="line.40"></a>
-<span class="sourceLineNo">041</span>   /**<a name="line.41"></a>
-<span class="sourceLineNo">042</span>    * Normal constructor.<a name="line.42"></a>
-<span class="sourceLineNo">043</span>    *<a name="line.43"></a>
-<span class="sourceLineNo">044</span>    * @param text The id element contents.<a name="line.44"></a>
-<span class="sourceLineNo">045</span>    */<a name="line.45"></a>
-<span class="sourceLineNo">046</span>   public Id(String text) {<a name="line.46"></a>
-<span class="sourceLineNo">047</span>      text(text);<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   }<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>   /** Bean constructor. */<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   public Id() {}<a name="line.51"></a>
-<span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span><a name="line.53"></a>
-<span class="sourceLineNo">054</span>   //--------------------------------------------------------------------------------<a name="line.54"></a>
-<span class="sourceLineNo">055</span>   // Bean properties<a name="line.55"></a>
-<span class="sourceLineNo">056</span>   //--------------------------------------------------------------------------------<a name="line.56"></a>
-<span class="sourceLineNo">057</span><a name="line.57"></a>
-<span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    * Returns the content of this identifier.<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    *<a name="line.60"></a>
-<span class="sourceLineNo">061</span>    * @return The content of this identifier.<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    */<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   @Xml(format=TEXT)<a name="line.63"></a>
-<span class="sourceLineNo">064</span>   public String getText() {<a name="line.64"></a>
-<span class="sourceLineNo">065</span>      return text;<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   }<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span>   /**<a name="line.68"></a>
-<span class="sourceLineNo">069</span>    * Sets the content of this identifier.<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    *<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    * @param text The content of this identifier.<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * @return This object (for method chaining).<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    */<a name="line.73"></a>
-<span class="sourceLineNo">074</span>   @BeanProperty("text")<a name="line.74"></a>
-<span class="sourceLineNo">075</span>   public Id text(String text) {<a name="line.75"></a>
-<span class="sourceLineNo">076</span>      this.text = text;<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      return this;<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   }<a name="line.78"></a>
-<span class="sourceLineNo">079</span><a name="line.79"></a>
-<span class="sourceLineNo">080</span><a name="line.80"></a>
-<span class="sourceLineNo">081</span>   //--------------------------------------------------------------------------------<a name="line.81"></a>
-<span class="sourceLineNo">082</span>   // Overridden setters (to simplify method chaining)<a name="line.82"></a>
-<span class="sourceLineNo">083</span>   //--------------------------------------------------------------------------------<a name="line.83"></a>
-<span class="sourceLineNo">084</span><a name="line.84"></a>
-<span class="sourceLineNo">085</span>   @Override /* Common */<a name="line.85"></a>
-<span class="sourceLineNo">086</span>   public Id base(URI base) {<a name="line.86"></a>
-<span class="sourceLineNo">087</span>      super.base(base);<a name="line.87"></a>
-<span class="sourceLineNo">088</span>      return this;<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   }<a name="line.89"></a>
-<span class="sourceLineNo">090</span><a name="line.90"></a>
-<span class="sourceLineNo">091</span>   @Override /* Common */<a name="line.91"></a>
-<span class="sourceLineNo">092</span>   public Id lang(String lang) {<a name="line.92"></a>
-<span class="sourceLineNo">093</span>      super.lang(lang);<a name="line.93"></a>
-<span class="sourceLineNo">094</span>      return this;<a name="line.94"></a>
-<span class="sourceLineNo">095</span>   }<a name="line.95"></a>
-<span class="sourceLineNo">096</span>}<a name="line.96"></a>
+<span class="sourceLineNo">032</span> *<a name="line.32"></a>
+<span class="sourceLineNo">033</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.33"></a>
+<span class="sourceLineNo">034</span> * &lt;ul class='doctree'&gt;<a name="line.34"></a>
+<span class="sourceLineNo">035</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.35"></a>
+<span class="sourceLineNo">036</span> *    &lt;ul&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.37"></a>
+<span class="sourceLineNo">038</span> *    &lt;/ul&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.39"></a>
+<span class="sourceLineNo">040</span> * &lt;/ul&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> */<a name="line.41"></a>
+<span class="sourceLineNo">042</span>@Bean(typeName="id")<a name="line.42"></a>
+<span class="sourceLineNo">043</span>@SuppressWarnings("hiding")<a name="line.43"></a>
+<span class="sourceLineNo">044</span>public class Id extends Common {<a name="line.44"></a>
+<span class="sourceLineNo">045</span><a name="line.45"></a>
+<span class="sourceLineNo">046</span>   private String text;<a name="line.46"></a>
+<span class="sourceLineNo">047</span><a name="line.47"></a>
+<span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
+<span class="sourceLineNo">049</span>    * Normal constructor.<a name="line.49"></a>
+<span class="sourceLineNo">050</span>    *<a name="line.50"></a>
+<span class="sourceLineNo">051</span>    * @param text The id element contents.<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    */<a name="line.52"></a>
+<span class="sourceLineNo">053</span>   public Id(String text) {<a name="line.53"></a>
+<span class="sourceLineNo">054</span>      text(text);<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   }<a name="line.55"></a>
+<span class="sourceLineNo">056</span><a name="line.56"></a>
+<span class="sourceLineNo">057</span>   /** Bean constructor. */<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   public Id() {}<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   //--------------------------------------------------------------------------------<a name="line.61"></a>
+<span class="sourceLineNo">062</span>   // Bean properties<a name="line.62"></a>
+<span class="sourceLineNo">063</span>   //--------------------------------------------------------------------------------<a name="line.63"></a>
+<span class="sourceLineNo">064</span><a name="line.64"></a>
+<span class="sourceLineNo">065</span>   /**<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    * Returns the content of this identifier.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    *<a name="line.67"></a>
+<span class="sourceLineNo">068</span>    * @return The content of this identifier.<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    */<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   @Xml(format=TEXT)<a name="line.70"></a>
+<span class="sourceLineNo">071</span>   public String getText() {<a name="line.71"></a>
+<span class="sourceLineNo">072</span>      return text;<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   }<a name="line.73"></a>
+<span class="sourceLineNo">074</span><a name="line.74"></a>
+<span class="sourceLineNo">075</span>   /**<a name="line.75"></a>
+<span class="sourceLineNo">076</span>    * Sets the content of this identifier.<a name="line.76"></a>
+<span class="sourceLineNo">077</span>    *<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    * @param text The content of this identifier.<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    * @return This object (for method chaining).<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    */<a name="line.80"></a>
+<span class="sourceLineNo">081</span>   @BeanProperty("text")<a name="line.81"></a>
+<span class="sourceLineNo">082</span>   public Id text(String text) {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>      this.text = text;<a name="line.83"></a>
+<span class="sourceLineNo">084</span>      return this;<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   }<a name="line.85"></a>
+<span class="sourceLineNo">086</span><a name="line.86"></a>
+<span class="sourceLineNo">087</span><a name="line.87"></a>
+<span class="sourceLineNo">088</span>   //--------------------------------------------------------------------------------<a name="line.88"></a>
+<span class="sourceLineNo">089</span>   // Overridden setters (to simplify method chaining)<a name="line.89"></a>
+<span class="sourceLineNo">090</span>   //--------------------------------------------------------------------------------<a name="line.90"></a>
+<span class="sourceLineNo">091</span><a name="line.91"></a>
+<span class="sourceLineNo">092</span>   @Override /* Common */<a name="line.92"></a>
+<span class="sourceLineNo">093</span>   public Id base(URI base) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>      super.base(base);<a name="line.94"></a>
+<span class="sourceLineNo">095</span>      return this;<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   }<a name="line.96"></a>
+<span class="sourceLineNo">097</span><a name="line.97"></a>
+<span class="sourceLineNo">098</span>   @Override /* Common */<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   public Id lang(String lang) {<a name="line.99"></a>
+<span class="sourceLineNo">100</span>      super.lang(lang);<a name="line.100"></a>
+<span class="sourceLineNo">101</span>      return this;<a name="line.101"></a>
+<span class="sourceLineNo">102</span>   }<a name="line.102"></a>
+<span class="sourceLineNo">103</span>}<a name="line.103"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Link.html b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Link.html
index 7d8a49e..54e23ba 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Link.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/atom/Link.html
@@ -44,197 +44,204 @@
 <span class="sourceLineNo">036</span> *          undefinedContent<a name="line.36"></a>
 <span class="sourceLineNo">037</span> *       }<a name="line.37"></a>
 <span class="sourceLineNo">038</span> * &lt;/p&gt;<a name="line.38"></a>
-<span class="sourceLineNo">039</span> * &lt;p&gt;<a name="line.39"></a>
-<span class="sourceLineNo">040</span> * Refer to &lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt; for further information about ATOM support.<a name="line.40"></a>
-<span class="sourceLineNo">041</span> */<a name="line.41"></a>
-<span class="sourceLineNo">042</span>@Bean(typeName="link")<a name="line.42"></a>
-<span class="sourceLineNo">043</span>@SuppressWarnings("hiding")<a name="line.43"></a>
-<span class="sourceLineNo">044</span>public class Link extends Common {<a name="line.44"></a>
-<span class="sourceLineNo">045</span><a name="line.45"></a>
-<span class="sourceLineNo">046</span>   private String href;<a name="line.46"></a>
-<span class="sourceLineNo">047</span>   private String rel;<a name="line.47"></a>
-<span class="sourceLineNo">048</span>   private String type;<a name="line.48"></a>
-<span class="sourceLineNo">049</span>   private String hreflang;<a name="line.49"></a>
-<span class="sourceLineNo">050</span>   private String title;<a name="line.50"></a>
-<span class="sourceLineNo">051</span>   private Integer length;<a name="line.51"></a>
+<span class="sourceLineNo">039</span> *<a name="line.39"></a>
+<span class="sourceLineNo">040</span> * &lt;h6 class='topic'&gt;Additional Information&lt;/h6&gt;<a name="line.40"></a>
+<span class="sourceLineNo">041</span> * &lt;ul class='doctree'&gt;<a name="line.41"></a>
+<span class="sourceLineNo">042</span> *    &lt;li class='link'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs'&gt;Juneau Data Transfer Objects (org.apache.juneau.dto)&lt;/a&gt;<a name="line.42"></a>
+<span class="sourceLineNo">043</span> *    &lt;ul&gt;<a name="line.43"></a>
+<span class="sourceLineNo">044</span> *       &lt;li class='sublink'&gt;&lt;a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'&gt;Atom&lt;/a&gt;<a name="line.44"></a>
+<span class="sourceLineNo">045</span> *    &lt;/ul&gt;<a name="line.45"></a>
+<span class="sourceLineNo">046</span> *    &lt;li class='jp'&gt;&lt;a class='doclink' href='package-summary.html#TOC'&gt;org.apache.juneau.dto.atom&lt;/a&gt;<a name="line.46"></a>
+<span class="sourceLineNo">047</span> * &lt;/ul&gt;<a name="line.47"></a>
+<span class="sourceLineNo">048</span> */<a name="line.48"></a>
+<span class="sourceLineNo">049</span>@Bean(typeName="link")<a name="line.49"></a>
+<span class="sourceLineNo">050</span>@SuppressWarnings("hiding")<a name="line.50"></a>
+<span class="sourceLineNo">051</span>public class Link extends Common {<a name="line.51"></a>
 <span class="sourceLineNo">052</span><a name="line.52"></a>
-<span class="sourceLineNo">053</span><a name="line.53"></a>
-<span class="sourceLineNo">054</span>   /**<a name="line.54"></a>
-<span class="sourceLineNo">055</span>    * Normal constructor.<a name="line.55"></a>
-<span class="sourceLineNo">056</span>    *<a name="line.56"></a>
-<span class="sourceLineNo">057</span>    * @param rel The rel of the link.<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    * @param type The type of the link.<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    * @param href The URI of the link.<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    */<a name="line.60"></a>
-<span class="sourceLineNo">061</span>   public Link(String rel, String type, String href) {<a name="line.61"></a>
-<span class="sourceLineNo">062</span>      rel(rel).type(type).href(href);<a name="line.62"></a>
-<span class="sourceLineNo">063</span>   }<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>   /** Bean constructor. */<a name="line.65"></a>
-<span class="sourceLineNo">066</span>   public Link() {}<a name="line.66"></a>
-<span class="sourceLineNo">067</span><a name="line.67"></a>
-<span class="sourceLineNo">068</span><a name="line.68"></a>
-<span class="sourceLineNo">069</span>   //--------------------------------------------------------------------------------<a name="line.69"></a>
-<span class="sourceLineNo">070</span>   // Bean properties<a name="line.70"></a>
-<span class="sourceLineNo">071</span>   //--------------------------------------------------------------------------------<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span>   /**<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * Returns the href of the target of this link.<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    *<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    * @return The href of the target of this link.<a name="line.76"></a>
-<span class="sourceLineNo">077</span>    */<a name="line.77"></a>
-<span class="sourceLineNo">078</span>   @Xml(format=ATTR)<a name="line.78"></a>
-<span class="sourceLineNo">079</span>   public String getHref() {<a name="line.79"></a>
-<span class="sourceLineNo">080</span>      return href;<a name="line.80"></a>
-<span class="sourceLineNo">081</span>   }<a name="line.81"></a>
-<span class="sourceLineNo">082</span><a name="line.82"></a>
-<span class="sourceLineNo">083</span>   /**<a name="line.83"></a>
-<span class="sourceLineNo">084</span>    * Sets the href of the target of this link.<a name="line.84"></a>
-<span class="sourceLineNo">085</span>    *<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * @param href The href of the target of this link.<a name="line.86"></a>
-<span class="sourceLineNo">087</span>    * @return This object (for method chaining).<a name="line.87"></a>
-<span class="sourceLineNo">088</span>    */<a name="line.88"></a>
-<span class="sourceLineNo">089</span>   @BeanProperty("href")<a name="line.89"></a>
-<span class="sourceLineNo">090</span>   public Link href(String href) {<a name="line.90"></a>
-<span class="sourceLineNo">091</span>      this.href = href;<a name="line.91"></a>
-<span class="sourceLineNo">092</span>      return this;<a name="line.92"></a>
-<span class="sourceLineNo">093</span>   }<a name="line.93"></a>
-<span class="sourceLineNo">094</span><a name="line.94"></a>
-<span class="sourceLineNo">095</span>   /**<a name="line.95"></a>
-<span class="sourceLineNo">096</span>    * Returns the rel of this link.<a name="line.96"></a>
-<span class="sourceLineNo">097</span>    *<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    * @return The rel of this link.<a name="line.98"></a>
-<span class="sourceLineNo">099</span>    */<a name="line.99"></a>
-<span class="sourceLineNo">100</span>   @Xml(format=ATTR)<a name="line.100"></a>
-<span class="sourceLineNo">101</span>   public String getRel() {<a name="line.101"></a>
-<span class="sourceLineNo">102</span>      return rel;<a name="line.102"></a>
-<span class="sourceLineNo">103</span>   }<a name="line.103"></a>
-<span class="sourceLineNo">104</span><a name="line.104"></a>
-<span class="sourceLineNo">105</span>   /**<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    * Sets the rel of this link.<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    *<a name="line.107"></a>
-<span class="sourceLineNo">108</span>    * @param rel The rell of this link.<a name="line.108"></a>
-<span class="sourceLineNo">109</span>    * @return This object (for method chaining).<a name="line.109"></a>
-<span class="sourceLineNo">110</span>    */<a name="line.110"></a>
-<span class="sourceLineNo">111</span>   @BeanProperty("rel")<a name="line.111"></a>
-<span class="sourceLineNo">112</span>   public Link rel(String rel) {<a name="line.112"></a>
-<span class="sourceLineNo">113</span>      this.rel = rel;<a name="line.113"></a>
-<span class="sourceLineNo">114</span>      return this;<a name="line.114"></a>
-<span class="sourceLineNo">115</span>   }<a name="line.115"></a>
-<span class="sourceLineNo">116</span><a name="line.116"></a>
-<span class="sourceLineNo">117</span>   /**<a name="line.117"></a>
-<span class="sourceLineNo">118</span>    * Returns the content type of the target of this link.<a name="line.118"></a>
-<span class="sourceLineNo">119</span>    *<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    * @return The content type of the target of this link.<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    */<a name="line.121"></a>
-<span class="sourceLineNo">122</span>   @Xml(format=ATTR)<a name="line.122"></a>
-<span class="sourceLineNo">123</span>   public String getType() {<a name="line.123"></a>
-<span class="sourceLineNo">124</span>      return type;<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   }<a name="line.125"></a>
-<span class="sourceLineNo">126</span><a name="line.126"></a>
-<span class="sourceLineNo">127</span>   /**<a name="line.127"></a>
-<span class="sourceLineNo">128</span>    * Sets the content type of the target of this link.<a name="line.128"></a>
-<span class="sourceLineNo">129</span>    * &lt;p&gt;<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    * Must be one of the following:<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    * &lt;ul&gt;<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    *    &lt;li&gt;&lt;js&gt;"text"&lt;/js&gt;<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    *    &lt;li&gt;&lt;js&gt;"html"&lt;/js&gt;<a name="line.133"></a>
-<span class="sourceLineNo">134</span>    *    &lt;li&gt;&lt;js&gt;"xhtml"&lt;/js&gt;<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    *    &lt;li&gt;&lt;jk&gt;null&lt;/jk&gt; (defaults to &lt;js&gt;"text"&lt;/js&gt;)<a name="line.135"></a>
-<span class="sourceLineNo">136</span>    * &lt;/ul&gt;<a name="line.136"></a>
-<span class="sourceLineNo">137</span>    *<a name="line.137"></a>
-<span class="sourceLineNo">138</span>    * @param type The content type of the target of this link.<a name="line.138"></a>
-<span class="sourceLineNo">139</span>    * @return This object (for method chaining).<a name="line.139"></a>
-<span class="sourceLineNo">140</span>    */<a name="line.140"></a>
-<span class="sourceLineNo">141</span>   @BeanProperty("type")<a name="line.141"></a>
-<span class="sourceLineNo">142</span>   public Link type(String type) {<a name="line.142"></a>
-<span class="sourceLineNo">143</span>      this.type = type;<a name="line.143"></a>
-<span class="sourceLineNo">144</span>      return this;<a name="line.144"></a>
-<span class="sourceLineNo">145</span>   }<a name="line.145"></a>
-<span class="sourceLineNo">146</span><a name="line.146"></a>
-<span class="sourceLineNo">147</span>   /**<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    * Returns the language of the target of this link.<a name="line.148"></a>
-<span class="sourceLineNo">149</span>    *<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    * @return The language of the target of this link.<a name="line.150"></a>
-<span class="sourceLineNo">151</span>    */<a name="line.151"></a>
-<span class="sourceLineNo">152</span>   @Xml(format=ATTR)<a name="line.152"></a>
-<span class="sourceLineNo">153</span>   public String getHreflang() {<a name="line.153"></a>
-<span class="sourceLineNo">154</span>      return hreflang;<a name="line.154"></a>
-<span class="sourceLineNo">155</span>   }<a name="line.155"></a>
-<span class="sourceLineNo">156</span><a name="line.156"></a>
-<span class="sourceLineNo">157</span>   /**<a name="line.157"></a>
-<span class="sourceLineNo">158</span>    * Sets the language of the target of this link.<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    *<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    * @param hreflang The language of the target of this link.<a name="line.160"></a>
-<span class="sourceLineNo">161</span>    * @return This object (for method chaining).<a name="line.161"></a>
-<span class="sourceLineNo">162</span>    */<a name="line.162"></a>
-<span class="sourceLineNo">163</span>   @BeanProperty("hreflang")<a name="line.163"></a>
-<span class="sourceLineNo">164</span>   public Link hreflang(String hreflang) {<a name="line.164"></a>
-<span class="sourceLineNo">165</span>      this.hreflang = hreflang;<a name="line.165"></a>
-<span class="sourceLineNo">166</span>      return this;<a name="line.166"></a>
-<span class="sourceLineNo">167</span>   }<a name="line.167"></a>
-<span class="sourceLineNo">168</span><a name="line.168"></a>
-<span class="sourceLineNo">169</span>   /**<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    * Returns the title of the target of this link.<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    *<a name="line.171"></a>
-<span class="sourceLineNo">172</span>    * @return The title of the target of this link.<a name="line.172"></a>
-<span class="sourceLineNo">173</span>    */<a name="line.173"></a>
-<span class="sourceLineNo">174</span>   @Xml(format=ATTR)<a name="line.174"></a>
-<span class="sourceLineNo">175</span>   public String getTitle() {<a name="line.175"></a>
-<span class="sourceLineNo">176</span>      return title;<a name="line.176"></a>
-<span class="sourceLineNo">177</span>   }<a name="line.177"></a>
-<span class="sourceLineNo">178</span><a name="line.178"></a>
-<span class="sourceLineNo">179</span>   /**<a name="line.179"></a>
-<span class="sourceLineNo">180</span>    * Sets the title of the target of this link.<a name="line.180"></a>
-<span class="sourceLineNo">181</span>    *<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    * @param title The title of the target of this link.<a name="line.182"></a>
-<span class="sourceLineNo">183</span>    * @return This object (for method chaining).<a name="line.183"></a>
-<span class="sourceLineNo">184</span>    */<a name="line.184"></a>
-<span class="sourceLineNo">185</span>   @BeanProperty("title")<a name="line.185"></a>
-<span class="sourceLineNo">186</span>   public Link title(String title) {<a name="line.186"></a>
-<span class="sourceLineNo">187</span>      this.title = title;<a name="line.187"></a>
-<span class="sourceLineNo">188</span>      return this;<a name="line.188"></a>
-<span class="sourceLineNo">189</span>   }<a name="line.189"></a>
-<span class="sourceLineNo">190</span><a name="line.190"></a>
-<span class="sourceLineNo">191</span>   /**<a name="line.191"></a>
-<span class="sourceLineNo">192</span>    * Returns the length of the contents of the target of this link.<a name="line.192"></a>
-<span class="sourceLineNo">193</span>    *<a name="line.193"></a>
-<span class="sourceLineNo">194</span>    * @return The length of the contents of the target of this link.<a name="line.194"></a>
-<span class="sourceLineNo">195</span>    */<a name="line.195"></a>
-<span class="sourceLineNo">196</span>   @Xml(format=ATTR)<a name="line.196"></a>
-<span class="sourceLineNo">197</span>   public Integer getLength() {<a name="line.197"></a>
-<span class="sourceLineNo">198</span>      return length;<a name="line.198"></a>
-<span class="sourceLineNo">199</span>   }<a name="line.199"></a>
-<span class="sourceLineNo">200</span><a name="line.200"></a>
-<span class="sourceLineNo">201</span>   /**<a name="line.201"></a>
-<span class="sourceLineNo">202</span>    * Sets the length of the contents of the target of this link.<a name="line.202"></a>
-<span class="sourceLineNo">203</span>    *<a name="line.203"></a>
-<span class="sourceLineNo">204</span>    * @param length The length of the contents of the target of this link.<a name="line.204"></a>
-<span class="sourceLineNo">205</span>    * @return This object (for method chaining).<a name="line.205"></a>
-<span class="sourceLineNo">206</span>    */<a name="line.206"></a>
-<span class="sourceLineNo">207</span>   @BeanProperty("length")<a name="line.207"></a>
-<span class="sourceLineNo">208</span>   public Link length(Integer length) {<a name="line.208"></a>
-<span class="sourceLineNo">209</span>      this.length = length;<a name="line.209"></a>
-<span class="sourceLineNo">210</span>      return this;<a name="line.210"></a>
-<span class="sourceLineNo">211</span>   }<a name="line.211"></a>
-<span class="sourceLineNo">212</span><a name="line.212"></a>
-<span class="sourceLineNo">213</span><a name="line.213"></a>
-<span class="sourceLineNo">214</span>   //--------------------------------------------------------------------------------<a name="line.214"></a>
-<span class="sourceLineNo">215</span>   // Overridden setters (to simplify method chaining)<a name="line.215"></a>
-<span class="sourceLineNo">216</span>   //--------------------------------------------------------------------------------<a name="line.216"></a>
-<span class="sourceLineNo">217</span><a name="line.217"></a>
-<span class="sourceLineNo">218</span>   @Override /* Common */<a name="line.218"></a>
-<span class="sourceLineNo">219</span>   public Link base(URI base) {<a name="line.219"></a>
-<span class="sourceLineNo">220</span>      super.base(base);<a name="line.220"></a>
-<span class="sourceLineNo">221</span>      return this;<a name="line.221"></a>
-<span class="sourceLineNo">222</span>   }<a name="line.222"></a>
-<span class="sourceLineNo">223</span><a name="line.223"></a>
-<span class="sourceLineNo">224</span>   @Override /* Common */<a name="line.224"></a>
-<span class="sourceLineNo">225</span>   public Link lang(String lang) {<a name="line.225"></a>
-<span class="sourceLineNo">226</span>      super.lang(lang);<a name="line.226"></a>
-<span class="sourceLineNo">227</span>      return this;<a name="line.227"></a>
-<span class="sourceLineNo">228</span>   }<a name="line.228"></a>
-<span class="sourceLineNo">229</span>}<a name="line.229"></a>
+<span class="sourceLineNo">053</span>   private String href;<a name="line.53"></a>
+<span class="sourceLineNo">054</span>   private String rel;<a name="line.54"></a>
+<span class="sourceLineNo">055</span>   private String type;<a name="line.55"></a>
+<span class="sourceLineNo">056</span>   private String hreflang;<a name="line.56"></a>
+<span class="sourceLineNo">057</span>   private String title;<a name="line.57"></a>
+<span class="sourceLineNo">058</span>   private Integer length;<a name="line.58"></a>
+<span class="sourceLineNo">059</span><a name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    * Normal constructor.<a name="line.62"></a>
+<span class="sourceLineNo">063</span>    *<a name="line.63"></a>
+<span class="sourceLineNo">064</span>    * @param rel The rel of the link.<a name="line.64"></a>
+<span class="sourceLineNo">065</span>    * @param type The type of the link.<a name="line.65"></a>
+<span class="sourceLineNo">066</span>    * @param href The URI of the link.<a name="line.66"></a>
+<span class="sourceLineNo">067</span>    */<a name="line.67"></a>
+<span class="sourceLineNo">068</span>   public Link(String rel, String type, String href) {<a name="line.68"></a>
+<span class="sourceLineNo">069</span>      rel(rel).type(type).href(href);<a name="line.69"></a>
+<span class="sourceLineNo">070</span>   }<a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span>   /** Bean constructor. */<a name="line.72"></a>
+<span class="sourceLineNo">073</span>   public Link() {}<a name="line.73"></a>
+<span class="sourceLineNo">074</span><a name="line.74"></a>
+<span class="sourceLineNo">075</span><a name="line.75"></a>
+<span class="sourceLineNo">076</span>   //--------------------------------------------------------------------------------<a name="line.76"></a>
+<span class="sourceLineNo">077</span>   // Bean properties<a name="line.77"></a>
+<span class="sourceLineNo">078</span>   //--------------------------------------------------------------------------------<a name="line.78"></a>
+<span class="sourceLineNo">079</span><a name="line.79"></a>
+<span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
+<span class="sourceLineNo">081</span>    * Returns the href of the target of this link.<a name="line.81"></a>
+<span class="sourceLineNo">082</span>    *<a name="line.82"></a>
+<span class="sourceLineNo">083</span>    * @return The href of the target of this link.<a name="line.83"></a>
+<span class="sourceLineNo">084</span>    */<a name="line.84"></a>
+<span class="sourceLineNo">085</span>   @Xml(format=ATTR)<a name="line.85"></a>
+<span class="sourceLineNo">086</span>   public String getHref() {<a name="line.86"></a>
+<span class="sourceLineNo">087</span>      return href;<a name="line.87"></a>
+<span class="sourceLineNo">088</span>   }<a name="line.88"></a>
+<span class="sourceLineNo">089</span><a name="line.89"></a>
+<span class="sourceLineNo">090</span>   /**<a name="line.90"></a>
+<span class="sourceLineNo">091</span>    * Sets the href of the target of this link.<a name="line.91"></a>
+<span class="sourceLineNo">092</span>    *<a name="line.92"></a>
+<span class="sourceLineNo">093</span>    * @param href The href of the target of this link.<a name="line.93"></a>
+<span class="sourceLineNo">094</span>    * @return This object (for method chaining).<a name="line.94"></a>
+<span class="sourceLineNo">095</span>    */<a name="line.95"></a>
+<span class="sourceLineNo">096</span>   @BeanProperty("href")<a name="line.96"></a>
+<span class="sourceLineNo">097</span>   public Link href(String href) {<a name="line.97"></a>
+<span class="sourceLineNo">098</span>      this.href = href;<a name="line.98"></a>
+<span class="sourceLineNo">099</span>      return this;<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   }<a name="line.100"></a>
+<span class="sourceLineNo">101</span><a name="line.101"></a>
+<span class="sourceLineNo">102</span>   /**<a name="line.102"></a>
+<span class="sourceLineNo">103</span>    * Returns the rel of this link.<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    *<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    * @return The rel of this link.<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    */<a name="line.106"></a>
+<span class="sourceLineNo">107</span>   @Xml(format=ATTR)<a name="line.107"></a>
+<span class="sourceLineNo">108</span>   public String getRel() {<a name="line.108"></a>
+<span class="sourceLineNo">109</span>      return rel;<a name="line.109"></a>
+<span class="sourceLineNo">110</span>   }<a name="line.110"></a>
+<span class="sourceLineNo">111</span><a name="line.111"></a>
+<span class="sourceLineNo">112</span>   /**<a name="line.112"></a>
+<span class="sourceLineNo">113</span>    * Sets the rel of this link.<a name="line.113"></a>
+<span class="sourceLineNo">114</span>    *<a name="line.114"></a>
+<span class="sourceLineNo">115</span>    * @param rel The rell of this link.<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    * @return This object (for method chaining).<a name="line.116"></a>
+<span class="sourceLineNo">117</span>    */<a name="line.117"></a>
+<span class="sourceLineNo">118</span>   @BeanProperty("rel")<a name="line.118"></a>
+<span class="sourceLineNo">119</span>   public Link rel(String rel) {<a name="line.119"></a>
+<span class="sourceLineNo">120</span>      this.rel = rel;<a name="line.120"></a>
+<span class="sourceLineNo">121</span>      return this;<a name="line.121"></a>
+<span class="sourceLineNo">122</span>   }<a name="line.122"></a>
+<span class="sourceLineNo">123</span><a name="line.123"></a>
+<span class="sourceLineNo">124</span>   /**<a name="line.124"></a>
+<span class="sourceLineNo">125</span>    * Returns the content type of the target of this link.<a name="line.125"></a>
+<span class="sourceLineNo">126</span>    *<a name="line.126"></a>
+<span class="sourceLineNo">127</span>    * @return The content type of the target of this link.<a name="line.127"></a>
+<span class="sourceLineNo">128</span>    */<a name="line.128"></a>
+<span class="sourceLineNo">129</span>   @Xml(format=ATTR)<a name="line.129"></a>
+<span class="sourceLineNo">130</span>   public String getType() {<a name="line.130"></a>
+<span class="sourceLineNo">131</span>      return type;<a name="line.131"></a>
+<span class="sourceLineNo">132</span>   }<a name="line.132"></a>
+<span class="sourceLineNo">133</span><a name="line.133"></a>
+<span class="sourceLineNo">134</span>   /**<a name="line.134"></a>
+<span class="sourceLineNo">135</span>    * Sets the content type of the target of this link.<a name="line.135"></a>
+<span class="sourceLineNo">136</span>    * &lt;p&gt;<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    * Must be one of the following:<a name="line.137"></a>
+<span class="sourceLineNo">138</span>    * &lt;ul&gt;<a name="line.138"></a>
+<span class="sourceLineNo">139</span>    *    &lt;li&gt;&lt;js&gt;"text"&lt;/js&gt;<a name="line.139"></a>
+<span class="sourceLineNo">140</span>    *    &lt;li&gt;&lt;js&gt;"html"&lt;/js&gt;<a name="line.140"></a>
+<span class="sourceLineNo">141</span>    *    &lt;li&gt;&lt;js&gt;"xhtml"&lt;/js&gt;<a name="line.141"></a>
+<span class="sourceLineNo">142</span>    *    &lt;li&gt;&lt;jk&gt;null&lt;/jk&gt; (defaults to &lt;js&gt;"text"&lt;/js&gt;)<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    * &lt;/ul&gt;<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    *<a name="line.144"></a>
+<span class="sourceLineNo">145</span>    * @param type The content type of the target of this link.<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    * @return This object (for method chaining).<a name="line.146"></a>
+<span class="sourceLineNo">147</span>    */<a name="line.147"></a>
+<span class="sourceLineNo">148</span>   @BeanProperty("type")<a name="line.148"></a>
+<span class="sourceLineNo">149</span>   public Link type(String type) {<a name="line.149"></a>
+<span class="sourceLineNo">150</span>      this.type = type;<a name="line.150"></a>
+<span class="sourceLineNo">151</span>      return this;<a name="line.151"></a>
+<span class="sourceLineNo">152</span>   }<a name="line.152"></a>
+<span class="sourceLineNo">153</span><a name="line.153"></a>
+<span class="sourceLineNo">154</span>   /**<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    * Returns the language of the target of this link.<a name="line.155"></a>
+<span class="sourceLineNo">156</span>    *<a name="line.156"></a>
+<span class="sourceLineNo">157</span>    * @return The language of the target of this link.<a name="line.157"></a>
+<span class="sourceLineNo">158</span>    */<a name="line.158"></a>
+<span class="sourceLineNo">159</span>   @Xml(format=ATTR)<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   public String getHreflang() {<a name="line.160"></a>
+<span class="sourceLineNo">161</span>      return hreflang;<a name="line.161"></a>
+<span class="sourceLineNo">162</span>   }<a name="line.162"></a>
+<span class="sourceLineNo">163</span><a name="line.163"></a>
+<span class="sourceLineNo">164</span>   /**<a name="line.164"></a>
+<span class="sourceLineNo">165</span>    * Sets the language of the target of this link.<a name="line.165"></a>
+<span class="sourceLineNo">166</span>    *<a name="line.166"></a>
+<span class="sourceLineNo">167</span>    * @param hreflang The language of the target of this link.<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    * @return This object (for method chaining).<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    */<a name="line.169"></a>
+<span class="sourceLineNo">170</span>   @BeanProperty("hreflang")<a name="line.170"></a>
+<span class="sourceLineNo">171</span>   public Link hreflang(String hreflang) {<a name="line.171"></a>
+<span class="sourceLineNo">172</span>      this.hreflang = hreflang;<a name="line.172"></a>
+<span class="sourceLineNo">173</span>      return this;<a name="line.173"></a>
+<span class="sourceLineNo">174</span>   }<a name="line.174"></a>
+<span class="sourceLineNo">175</span><a name="line.175"></a>
+<span class="sourceLineNo">176</span>   /**<a name="line.176"></a>
+<span class="sourceLineNo">177</span>    * Returns the title of the target of this link.<a name="line.177"></a>
+<span class="sourceLineNo">178</span>    *<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    * @return The title of the target of this link.<a name="line.179"></a>
+<span class="sourceLineNo">180</span>    */<a name="line.180"></a>
+<span class="sourceLineNo">181</span>   @Xml(format=ATTR)<a name="line.181"></a>
+<span class="sourceLineNo">182</span>   public String getTitle() {<a name="line.182"></a>
+<span class="sourceLineNo">183</span>      return title;<a name="line.183"></a>
+<span class="sourceLineNo">184</span>   }<a name="line.184"></a>
+<span class="sourceLineNo">185</span><a name="line.185"></a>
+<span class="sourceLineNo">186</span>   /**<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    * Sets the title of the target of this link.<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    *<a name="line.188"></a>
+<span class="sourceLineNo">189</span>    * @param title The title of the target of this link.<a name="line.189"></a>
+<span class="sourceLineNo">190</span>    * @return This object (for method chaining).<a name="line.190"></a>
+<span class="sourceLineNo">191</span>    */<a name="line.191"></a>
+<span class="sourceLineNo">192</span>   @BeanProperty("title")<a name="line.192"></a>
+<span class="sourceLineNo">193</span>   public Link title(String title) {<a name="line.193"></a>
+<span class="sourceLineNo">194</span>      this.title = title;<a name="line.194"></a>
+<span class="sourceLineNo">195</span>      return this;<a name="line.195"></a>
+<span class="sourceLineNo">196</span>   }<a name="line.196"></a>
+<span class="sourceLineNo">197</span><a name="line.197"></a>
+<span class="sourceLineNo">198</span>   /**<a name="line.198"></a>
+<span class="sourceLineNo">199</span>    * Returns the length of the contents of the target of this link.<a name="line.199"></a>
+<span class="sourceLineNo">200</span>    *<a name="line.200"></a>
+<span class="sourceLineNo">201</span>    * @return The length of the contents of the target of this link.<a name="line.201"></a>
+<span class="sourceLineNo">202</span>    */<a name="line.202"></a>
+<span class="sourceLineNo">203</span>   @Xml(format=ATTR)<a name="line.203"></a>
+<span class="sourceLineNo">204</span>   public Integer getLength() {<a name="line.204"></a>
+<span class="sourceLineNo">205</span>      return length;<a name="line.205"></a>
+<span class="sourceLineNo">206</span>   }<a name="line.206"></a>
+<span class="sourceLineNo">207</span><a name="line.207"></a>
+<span class="sourceLineNo">208</span>   /**<a name="line.208"></a>
+<span class="sourceLineNo">209</span>    * Sets the length of the contents of the target of this link.<a name="line.209"></a>
+<span class="sourceLineNo">210</span>    *<a name="line.210"></a>
+<span class="sourceLineNo">211</span>    * @param length The length of the contents of the target of this link.<a name="line.211"></a>
+<span class="sourceLineNo">212</span>    * @return This object (for method chaining).<a name="line.212"></a>
+<span class="sourceLineNo">213</span>    */<a name="line.213"></a>
+<span class="sourceLineNo">214</span>   @BeanProperty("length")<a name="line.214"></a>
+<span class="sourceLineNo">215</span>   public Link length(Integer length) {<a name="line.215"></a>
+<span class="sourceLineNo">216</span>      this.length = length;<a name="line.216"></a>
+<span class="sourceLineNo">217</span>      return this;<a name="line.217"></a>
+<span class="sourceLineNo">218</span>   }<a name="line.218"></a>
+<span class="sourceLineNo">219</span><a name="line.219"></a>
+<span class="sourceLineNo">220</span><a name="line.220"></a>
+<span class="sourceLineNo">221</span>   //--------------------------------------------------------------------------------<a name="line.221"></a>
+<span class="sourceLineNo">222</span>   // Overridden setters (to simplify method chaining)<a name="line.222"></a>
+<span class="sourceLineNo">223</span>   //--------------------------------------------------------------------------------<a name="line.223"></a>
+<span class="sourceLineNo">224</span><a name="line.224"></a>
+<span class="sourceLineNo">225</span>   @Override /* Common */<a name="line.225"></a>
+<span class="sourceLineNo">226</span>   public Link base(URI base) {<a name="line.226"></a>
+<span class="sourceLineNo">227</span>      super.base(base);<a name="line.227"></a>
+<span class="sourceLineNo">228</span>      return this;<a name="line.228"></a>
+<span class="sourceLineNo">229</span>   }<a name="line.229"></a>
+<span class="sourceLineNo">230</span><a name="line.230"></a>
+<span class="sourceLineNo">231</span>   @Override /* Common */<a name="line.231"></a>
+<span class="sourceLineNo">232</span>   public Link lang(String lang) {<a name="line.232"></a>
+<span class="sourceLineNo">233</span>      super.lang(lang);<a name="line.233"></a>
+<span class="sourceLineNo">234</span>      return this;<a name="line.234"></a>
+<span class="sourceLineNo">235</span>   }<a name="line.235"></a>
+<span class="sourceLineNo">236</span>}<a name="line.236"></a>
 
 
 


[43/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Fieldset.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Fieldset.html b/content/site/apidocs/org/apache/juneau/dto/html5/Fieldset.html
index 7ecdcbd..de654e2 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Fieldset.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Fieldset.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="fieldset")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.22">Fieldset</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.30">Fieldset</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-fieldset-element">&lt;fieldset&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -248,7 +256,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Fieldset</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.22">Fieldset</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.30">Fieldset</a>()</pre>
 </li>
 </ul>
 </li>
@@ -265,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.31">disabled</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>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.39">disabled</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>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fieldset-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.42">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.50">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.53">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.61">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -317,7 +325,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.64">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.72">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -336,7 +344,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.70">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.78">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -355,7 +363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.76">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.84">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -374,7 +382,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.82">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.90">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -394,7 +402,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.88">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Fieldset.html#line.96">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Figcaption.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Figcaption.html b/content/site/apidocs/org/apache/juneau/dto/html5/Figcaption.html
index ca267ba..f18bd61 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Figcaption.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Figcaption.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="figcaption")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.22">Figcaption</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.30">Figcaption</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-figcaption-element">&lt;figcaption&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Figcaption</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.22">Figcaption</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.30">Figcaption</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figcaption.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Figure.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Figure.html b/content/site/apidocs/org/apache/juneau/dto/html5/Figure.html
index 36193e2..8ab9b3b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Figure.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Figure.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="figure")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.22">Figure</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.30">Figure</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-figure-element">&lt;figure&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Figure</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.22">Figure</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.30">Figure</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Figure.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Footer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Footer.html b/content/site/apidocs/org/apache/juneau/dto/html5/Footer.html
index 67d3bdf..07f06df 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Footer.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Footer.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="footer")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.22">Footer</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.30">Footer</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-footer-element">&lt;footer&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Footer</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.22">Footer</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.30">Footer</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Footer.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Form.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Form.html b/content/site/apidocs/org/apache/juneau/dto/html5/Form.html
index 73c658a..a0e5e54 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Form.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Form.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="form")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.22">Form</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.30">Form</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-form-element">&lt;form&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -278,7 +286,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Form</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.22">Form</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.30">Form</a>()</pre>
 </li>
 </ul>
 </li>
@@ -295,7 +303,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptcharset</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.30">acceptcharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;acceptcharset)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.38">acceptcharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;acceptcharset)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-form-accept-charset">accept-charset</a> attribute.
  Character encodings to use for form submission.</div>
 <dl>
@@ -312,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>action</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.41">action</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.49">action</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-action">action</a> attribute.
  URL to use for form submission.</div>
 <dl>
@@ -329,7 +337,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>autocomplete</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.52">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.60">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-form-autocomplete">autocomplete</a> attribute.
  Default setting for autofill feature for controls in the form.</div>
 <dl>
@@ -346,7 +354,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>enctype</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.63">enctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enctype)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.71">enctype</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;enctype)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-enctype">enctype</a> attribute.
  Form data set encoding type to use for form submission.</div>
 <dl>
@@ -363,7 +371,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>method</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.74">method</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.82">method</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-method">method</a> attribute.
  HTTP method to use for form submission.</div>
 <dl>
@@ -380,7 +388,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.85">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.93">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-form-name">name</a> attribute.
  Name of form to use in the document.forms API.</div>
 <dl>
@@ -397,7 +405,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>novalidate</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.97">novalidate</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>&nbsp;novalidate)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.105">novalidate</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>&nbsp;novalidate)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-novalidate">novalidate</a> attribute.
  Bypass form control validation for form submission.</div>
 <dl>
@@ -415,7 +423,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>target</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.108">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.116">target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fs-target">target</a> attribute.
  Browsing context for form submission.</div>
 <dl>
@@ -432,7 +440,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.120">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.128">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -451,7 +459,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.126">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.134">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -470,7 +478,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.132">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.140">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -489,7 +497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.138">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.146">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -509,7 +517,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.144">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Form.html#line.152">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H1.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H1.html b/content/site/apidocs/org/apache/juneau/dto/html5/H1.html
index 5c67966..810b3a7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H1.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H1.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h1")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.22">H1</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.30">H1</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h1&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H1</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.22">H1</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.30">H1</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H1.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H2.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H2.html b/content/site/apidocs/org/apache/juneau/dto/html5/H2.html
index 6fd810e..ec5fd36 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H2.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H2.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h2")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.22">H2</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.30">H2</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h2&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H2</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.22">H2</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.30">H2</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H2.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/H3.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/H3.html b/content/site/apidocs/org/apache/juneau/dto/html5/H3.html
index a62590d..a3a7e93 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/H3.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/H3.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="h3")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.22">H3</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.30">H3</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">&lt;h3&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>H3</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.22">H3</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.30">H3</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H3.html" title="class in org.apache.juneau.dto.html5">H3</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/H3.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[32/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html b/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html
index 59c238c..a7fd1d0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="textarea")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.22">Textarea</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.30">Textarea</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html" title="class in org.apache.juneau.dto.html5">HtmlElementRawText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-textarea-element">&lt;textarea&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -314,7 +322,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Textarea</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.22">Textarea</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.30">Textarea</a>()</pre>
 </li>
 </ul>
 </li>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>autocomplete</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.30">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.38">autocomplete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;autocomplete)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete">autocomplete</a> attribute.
  Hint for form autofill feature.</div>
 <dl>
@@ -348,7 +356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>autofocus</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.42">autofocus</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>&nbsp;autofocus)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.50">autofocus</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>&nbsp;autofocus)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.
  Automatically focus the form control when the page is loaded.</div>
 <dl>
@@ -366,7 +374,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>cols</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.54">cols</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;cols)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.62">cols</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;cols)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-cols">cols</a> attribute.
  Maximum number of characters per line.</div>
 <dl>
@@ -384,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>dirname</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.65">dirname</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dirname)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.73">dirname</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dirname)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname">dirname</a> attribute.
  Name of form field to use for sending the element's directionality in form submission.</div>
 <dl>
@@ -401,7 +409,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>disabled</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.77">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.85">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;disabled)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.
  Whether the form control is disabled.</div>
 <dl>
@@ -419,7 +427,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.88">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.96">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;form)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.
  Associates the control with a form element.</div>
 <dl>
@@ -436,7 +444,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>inputmode</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.99">inputmode</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inputmode)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.107">inputmode</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inputmode)</pre>
 <div class="block"><a class="doclink" href="-">inputmode</a> attribute.
  Hint for selecting an input modality.</div>
 <dl>
@@ -453,7 +461,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>maxlength</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.111">maxlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;maxlength)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.119">maxlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;maxlength)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength">maxlength</a> attribute.
  Maximum length of value.</div>
 <dl>
@@ -471,7 +479,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>minlength</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.123">minlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;minlength)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.131">minlength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;minlength)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength">minlength</a> attribute.
  Minimum length of value.</div>
 <dl>
@@ -489,7 +497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.134">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>&nbsp;name)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.142">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>&nbsp;name)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.
  Name of form control to use for form submission and in the form.elements API.</div>
 <dl>
@@ -506,7 +514,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>placeholder</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.145">placeholder</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;placeholder)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.153">placeholder</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;placeholder)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder">placeholder</a> attribute.
  User-visible label to be placed within the form control.</div>
 <dl>
@@ -523,7 +531,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>readonly</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.157">readonly</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;readonly)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.165">readonly</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;readonly)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly">readonly</a> attribute.
  Whether to allow the value to be edited by the user.</div>
 <dl>
@@ -541,7 +549,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.169">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.177">required</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;required)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-required">required</a> attribute.
  Whether the control is required for form submission.</div>
 <dl>
@@ -559,7 +567,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>rows</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.181">rows</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;rows)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.189">rows</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;rows)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-rows">rows</a> attribute.
  Number of lines to show.</div>
 <dl>
@@ -577,7 +585,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>wrap</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.192">wrap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;wrap)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.200">wrap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;wrap)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap">wrap</a> attribute.
  How the value of the form control is to be wrapped for form submission.</div>
 <dl>
@@ -594,7 +602,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.203">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.211">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -613,7 +621,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.209">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.217">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -632,7 +640,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.215">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.223">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -651,7 +659,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.221">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.229">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html#text-java.lang.Object-">HtmlElementRawText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html b/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html
index f1e922f..5440e85 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="tfoot")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.22">Tfoot</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.30">Tfoot</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element">&lt;tfoot&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Tfoot</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.22">Tfoot</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.30">Tfoot</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Th.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Th.html b/content/site/apidocs/org/apache/juneau/dto/html5/Th.html
index 392ae78..bca3f8a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Th.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Th.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="th")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.22">Th</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.30">Th</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-th-element">&lt;th&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Th</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.22">Th</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.30">Th</a>()</pre>
 </li>
 </ul>
 </li>
@@ -283,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>abbr</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.30">abbr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;abbr)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.38">abbr</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;abbr)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr">abbr</a> attribute.
  Alternative label to use for the header cell when referencing the cell in other contexts.</div>
 <dl>
@@ -300,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>colspan</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.42">colspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;colspan)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.50">colspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;colspan)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute.
  Number of columns that the cell is to span.</div>
 <dl>
@@ -318,7 +326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>headers</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.53">headers</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headers)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.61">headers</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;headers)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute.
  The headers for this cell.</div>
 <dl>
@@ -335,7 +343,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>rowspan</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.65">rowspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rowspan)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.73">rowspan</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rowspan)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute.
  Number of rows that the cell is to span.</div>
 <dl>
@@ -353,7 +361,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>scope</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.76">scope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scope)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.84">scope</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scope)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope">scope</a> attribute.
  Specifies which cells the header cell applies to.</div>
 <dl>
@@ -370,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>sorted</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.87">sorted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sorted)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.95">sorted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sorted)</pre>
 <div class="block"><a class="doclink" href="-">sorted</a> attribute.
  Column sort direction and ordinality.</div>
 <dl>
@@ -387,7 +395,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.98">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.106">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -406,7 +414,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.104">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.112">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -425,7 +433,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.110">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.118">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -444,7 +452,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.116">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.124">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -464,7 +472,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.122">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.130">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html b/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html
index 34222e9..db1ec57 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="thead")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.22">Thead</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.30">Thead</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-thead-element">&lt;thead&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Thead</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.22">Thead</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.30">Thead</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Time.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Time.html b/content/site/apidocs/org/apache/juneau/dto/html5/Time.html
index cca9a4f..0e36857 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Time.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Time.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="time")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.22">Time</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.30">Time</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element">&lt;time&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -236,7 +244,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Time</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.22">Time</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.30">Time</a>()</pre>
 </li>
 </ul>
 </li>
@@ -253,7 +261,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>datetime</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.30">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.38">datetime</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;datetime)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime">datetime</a> attribute.
  Machine-readable value.</div>
 <dl>
@@ -270,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.41">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.49">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -289,7 +297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.47">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.55">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -308,7 +316,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.53">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.61">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -327,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.59">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.67">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -347,7 +355,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.65">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.73">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Title.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Title.html b/content/site/apidocs/org/apache/juneau/dto/html5/Title.html
index b3da678..c1f5134 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Title.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Title.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="title")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.22">Title</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.30">Title</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html" title="class in org.apache.juneau.dto.html5">HtmlElementRawText</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-title-element">&lt;title&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -224,7 +232,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Title</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.22">Title</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.30">Title</a>()</pre>
 </li>
 </ul>
 </li>
@@ -241,7 +249,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -260,7 +268,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -279,7 +287,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -298,7 +306,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.47">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Title.html" title="class in org.apache.juneau.dto.html5">Title</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Title.html#line.55">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html#text-java.lang.Object-">HtmlElementRawText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Tr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Tr.html b/content/site/apidocs/org/apache/juneau/dto/html5/Tr.html
index 29bb0b8..db04dea 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Tr.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Tr.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="tr")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.22">Tr</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.30">Tr</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tr-element">&lt;tr&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Tr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.22">Tr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.30">Tr</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Tr.html" title="class in org.apache.juneau.dto.html5">Tr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Tr.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>


[22/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
index 11aefb9..ea38d56 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.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>="format,title,description,default,multipleOf,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,maxProperties,minProperties,required,enum,type,items,allOf,properties,additionalProperties,discriminator,readOnly,xml,externalDocs,example")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.33">SchemaInfo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.40">SchemaInfo</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">The Schema Object allows the definition of input and output data types.
  <p>
@@ -124,8 +124,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
  <p>
  Further information about the properties can be found in JSON Schema Core and JSON Schema Validation.
  Unless stated otherwise, the property definitions follow the JSON Schema specification as referenced here.
- <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>
@@ -738,7 +745,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaInfo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.33">SchemaInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.40">SchemaInfo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -755,7 +762,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.72">getFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.79">getFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>format</property>.
  <p>
  See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -771,7 +778,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.84">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.91">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Bean property setter:  <property>format</property>.
  <p>
  See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div>
@@ -789,7 +796,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>format</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.95">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.102">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setFormat-java.lang.String-"><code>setFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -805,7 +812,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getTitle</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.104">getTitle</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.111">getTitle</a>()</pre>
 <div class="block">Bean property getter:  <property>title</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -819,7 +826,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setTitle</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.114">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.121">setTitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Bean property setter:  <property>title</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -835,7 +842,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.125">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.132">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;title)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setTitle-java.lang.String-"><code>setTitle(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -851,7 +858,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.136">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.143">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  <a class="doclink" href="https://help.github.com/articles/github-flavored-markdown">GFM syntax</a> can be used for rich text representation.</div>
@@ -867,7 +874,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.148">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.155">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  <a class="doclink" href="https://help.github.com/articles/github-flavored-markdown">GFM syntax</a> can be used for rich text representation.</div>
@@ -885,7 +892,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.159">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.166">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -901,7 +908,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefault</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.170">getDefault</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.177">getDefault</a>()</pre>
 <div class="block">Bean property getter:  <property>default</property>.
  <p>
  Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object.</div>
@@ -917,7 +924,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefault</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.182">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.189">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Bean property setter:  <property>default</property>.
  <p>
  Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object.</div>
@@ -935,7 +942,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_default</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.193">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.200">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setDefault-java.lang.Object-"><code>setDefault(Object)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -951,7 +958,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMultipleOf</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.202">getMultipleOf</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.209">getMultipleOf</a>()</pre>
 <div class="block">Bean property getter:  <property>multipleOf</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -965,7 +972,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMultipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.212">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.219">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Bean property setter:  <property>multipleOf</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -981,7 +988,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>multipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.223">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.230">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMultipleOf-java.lang.Number-"><code>setMultipleOf(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -997,7 +1004,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaximum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.232">getMaximum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.239">getMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>maximum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1011,7 +1018,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.242">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.249">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Bean property setter:  <property>maximum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1027,7 +1034,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.253">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.260">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMaximum-java.lang.Number-"><code>setMaximum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1043,7 +1050,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMaximum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.262">getExclusiveMaximum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.269">getExclusiveMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMaximum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1057,7 +1064,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.272">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.279">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMaximum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1073,7 +1080,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.283">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.290">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setExclusiveMaximum-java.lang.Boolean-"><code>setExclusiveMaximum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1089,7 +1096,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinimum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.292">getMinimum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.299">getMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>minimum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1103,7 +1110,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.302">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.309">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Bean property setter:  <property>minimum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1119,7 +1126,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.313">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.320">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMinimum-java.lang.Number-"><code>setMinimum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1135,7 +1142,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMinimum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.322">getExclusiveMinimum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.329">getExclusiveMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMinimum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1149,7 +1156,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.332">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.339">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMinimum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1165,7 +1172,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.343">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.350">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setExclusiveMinimum-java.lang.Boolean-"><code>setExclusiveMinimum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1181,7 +1188,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.352">getMaxLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.359">getMaxLength</a>()</pre>
 <div class="block">Bean property getter:  <property>maxLength</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1195,7 +1202,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.362">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.369">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Bean property setter:  <property>maxLength</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1211,7 +1218,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.373">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.380">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMaxLength-java.lang.Integer-"><code>setMaxLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1227,7 +1234,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.382">getMinLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.389">getMinLength</a>()</pre>
 <div class="block">Bean property getter:  <property>minLength</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1241,7 +1248,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.392">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.399">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Bean property setter:  <property>minLength</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1257,7 +1264,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.403">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.410">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMinLength-java.lang.Integer-"><code>setMinLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1273,7 +1280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.412">getPattern</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.419">getPattern</a>()</pre>
 <div class="block">Bean property getter:  <property>pattern</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1287,7 +1294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.422">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.429">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Bean property setter:  <property>pattern</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1303,7 +1310,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>pattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.433">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.440">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setPattern-java.lang.String-"><code>setPattern(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1319,7 +1326,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.442">getMaxItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.449">getMaxItems</a>()</pre>
 <div class="block">Bean property getter:  <property>maxItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1333,7 +1340,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.452">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.459">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Bean property setter:  <property>maxItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1349,7 +1356,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.463">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.470">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMaxItems-java.lang.Integer-"><code>setMaxItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1365,7 +1372,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.472">getMinItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.479">getMinItems</a>()</pre>
 <div class="block">Bean property getter:  <property>minItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1379,7 +1386,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.482">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.489">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Bean property setter:  <property>minItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1395,7 +1402,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.493">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.500">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMinItems-java.lang.Integer-"><code>setMinItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1411,7 +1418,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUniqueItems</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.502">getUniqueItems</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.509">getUniqueItems</a>()</pre>
 <div class="block">Bean property getter:  <property>uniqueItems</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1425,7 +1432,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.511">setUniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.518">setUniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Bean property setter:  <property>uniqueItems</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1441,7 +1448,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>uniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.522">uniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.529">uniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setUniqueItems-java.lang.Boolean-"><code>setUniqueItems(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1457,7 +1464,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.531">getMaxProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.538">getMaxProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>maxProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1471,7 +1478,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.541">setMaxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.548">setMaxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
 <div class="block">Bean property setter:  <property>maxProperties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1487,7 +1494,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.552">maxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.559">maxProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxProperties)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMaxProperties-java.lang.Integer-"><code>setMaxProperties(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1503,7 +1510,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.561">getMinProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.568">getMinProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>minProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1517,7 +1524,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.571">setMinProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.578">setMinProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
 <div class="block">Bean property setter:  <property>minProperties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1533,7 +1540,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.582">minProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.589">minProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minProperties)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setMinProperties-java.lang.Integer-"><code>setMinProperties(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1549,7 +1556,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequired</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.591">getRequired</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.598">getRequired</a>()</pre>
 <div class="block">Bean property getter:  <property>required</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1563,7 +1570,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.601">setRequired</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>&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.608">setRequired</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>&nbsp;required)</pre>
 <div class="block">Bean property setter:  <property>required</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1579,7 +1586,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.612">required</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>&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.619">required</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>&nbsp;required)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setRequired-java.lang.Boolean-"><code>setRequired(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1595,7 +1602,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getEnum</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.621">getEnum</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.628">getEnum</a>()</pre>
 <div class="block">Bean property getter:  <property>enum</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1609,7 +1616,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.631">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.638">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
 <div class="block">Bean property setter:  <property>enum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1625,7 +1632,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.643">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.650">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Bean property adder:  <property>enum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1642,7 +1649,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_enum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.665">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.672">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#addEnum-java.lang.Object...-"><code>addEnum(Object...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1659,7 +1666,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.674">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.681">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1673,7 +1680,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.684">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.691">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1689,7 +1696,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.695">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.702">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1705,7 +1712,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.704">getItems</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.711">getItems</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1719,7 +1726,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.714">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.721">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Bean property setter:  <property>items</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1735,7 +1742,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>items</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.725">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.732">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#setItems-org.apache.juneau.dto.swagger.Items-"><code>setItems(Items)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1751,7 +1758,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getAllOf</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.734">getAllOf</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.741">getAllOf</a>()</pre>
 <div class="block">Bean property getter:  <property>allOf</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1765,7 +1772,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setAllOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.744">setAllOf</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;allOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.751">setAllOf</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;allOf)</pre>
 <div class="block">Bean property setter:  <property>allOf</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1781,7 +1788,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addAllOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.756">addAllOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;allOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.763">addAllOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;allOf)</pre>
 <div class="block">Bean property adder:  <property>enum</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1798,7 +1805,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>allOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.778">allOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;allOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.785">allOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;allOf)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#addAllOf-java.lang.Object...-"><code>addAllOf(Object...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1815,7 +1822,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.787">getProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.794">getProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>properties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1829,7 +1836,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.797">setProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.804">setProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;properties)</pre>
 <div class="block">Bean property setter:  <property>properties</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1845,7 +1852,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProperty</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.809">addProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.816">addProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;propertyProperties)</pre>
 <div class="block">Bean property setter:  <property>properties</property>.</div>
 <dl>
@@ -1863,7 +1870,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>property</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.823">property</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.830">property</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;propertyProperties)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html#addProperty-java.lang.String-java.util.Map-"><code>addProperty(String,Map)</code></a>.</div>
 <dl>
@@ -1881,7 +1888,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getAdditionalProperties</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.837">getAdditionalProperties</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.844">getAdditionalProperties</a>()</pre>
 <div class="block">Bean property getter:  <property>additionalProperties</property>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1895,7 +1902,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setAdditionalProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.847">setAdditionalProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;additionalProperties)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/SchemaInfo.html#line.854">setAdditionalProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;additionalProperties)</pre>
 <div clas

<TRUNCATED>


[24/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
index 612ed8b..d002259 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.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>="in,name,type,description,required,schema,format,allowEmptyValue,items,collectionFormat,default,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,enum,multipleOf")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.57">ParameterInfo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.64">ParameterInfo</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">Describes a single operation parameter.
  <p>
@@ -146,8 +146,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
       </ul>
    </li>
  </ul>
- <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>
@@ -644,7 +651,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParameterInfo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.57">ParameterInfo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.64">ParameterInfo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -661,7 +668,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>strict</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.88">strict</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.95">strict</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">SwaggerElement</a></code></span></div>
 <div class="block">Sets strict mode on this bean.</div>
 <dl>
@@ -678,7 +685,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.104">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.111">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.
  <p>
  Required. The name of the parameter.
@@ -698,7 +705,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.120">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.127">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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.
  <p>
  Required. The name of the parameter.
@@ -720,7 +727,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>name</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.132">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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.139">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>&nbsp;name)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -736,7 +743,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getIn</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.144">getIn</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.151">getIn</a>()</pre>
 <div class="block">Bean property getter:  <property>in</property>.
  <p>
  Required. The location of the parameter.
@@ -753,7 +760,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setIn</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.157">setIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.164">setIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
 <div class="block">Bean property setter:  <property>in</property>.
  <p>
  Required. The location of the parameter.
@@ -772,7 +779,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>in</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.172">in</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.179">in</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;in)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setIn-java.lang.String-"><code>setIn(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -788,7 +795,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.185">getDescription</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.192">getDescription</a>()</pre>
 <div class="block">Bean property getter:  <property>description</property>.
  <p>
  A brief description of the parameter.
@@ -806,7 +813,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDescription</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.199">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.206">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>&nbsp;description)</pre>
 <div class="block">Bean property setter:  <property>description</property>.
  <p>
  A brief description of the parameter.
@@ -826,7 +833,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>description</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.210">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>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.217">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>&nbsp;description)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -842,7 +849,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequired</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.223">getRequired</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.230">getRequired</a>()</pre>
 <div class="block">Bean property getter:  <property>required</property>.
  <p>
  Determines whether this parameter is mandatory.
@@ -860,7 +867,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setRequired</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.237">setRequired</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>&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.244">setRequired</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>&nbsp;required)</pre>
 <div class="block">Bean property setter:  <property>required</property>.
  <p>
  Determines whether this parameter is mandatory.
@@ -880,7 +887,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>required</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.248">required</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>&nbsp;required)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.255">required</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>&nbsp;required)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setRequired-java.lang.Boolean-"><code>setRequired(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -896,7 +903,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getSchema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.259">getSchema</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.266">getSchema</a>()</pre>
 <div class="block">Bean property getter:  <property>schema</property>.
  <p>
  Required. The schema defining the type used for the body parameter.</div>
@@ -912,7 +919,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.271">setSchema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.278">setSchema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Bean property setter:  <property>schema</property>.
  <p>
  Required. The schema defining the type used for the body parameter.</div>
@@ -930,7 +937,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>schema</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.282">schema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.289">schema</a>(<a href="../../../../../org/apache/juneau/dto/swagger/SchemaInfo.html" title="class in org.apache.juneau.dto.swagger">SchemaInfo</a>&nbsp;schema)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setSchema-org.apache.juneau.dto.swagger.SchemaInfo-"><code>setSchema(SchemaInfo)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -946,7 +953,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.296">getType</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.303">getType</a>()</pre>
 <div class="block">Bean property getter:  <property>type</property>.
  <p>
  Required. The type of the parameter.
@@ -965,7 +972,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setType</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.311">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.318">setType</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Bean property setter:  <property>type</property>.
  <p>
  Required. The type of the parameter.
@@ -986,7 +993,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.324">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.331">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1002,7 +1009,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.336">getFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.343">getFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned type.
@@ -1019,7 +1026,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.349">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.356">setFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Bean property setter:  <property>format</property>.
  <p>
  The extending format for the previously mentioned type.
@@ -1038,7 +1045,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>format</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.360">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.367">format</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setFormat-java.lang.String-"><code>setFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1054,7 +1061,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getAllowEmptyValue</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.373">getAllowEmptyValue</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.380">getAllowEmptyValue</a>()</pre>
 <div class="block">Bean property getter:  <property>allowEmptyValue</property>.
  <p>
  Sets the ability to pass empty-valued parameters.
@@ -1072,7 +1079,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setAllowEmptyValue</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.387">setAllowEmptyValue</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>&nbsp;allowEmptyValue)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.394">setAllowEmptyValue</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>&nbsp;allowEmptyValue)</pre>
 <div class="block">Bean property setter:  <property>allowEmptyValue</property>.
  <p>
  Sets the ability to pass empty-valued parameters.
@@ -1092,7 +1099,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>allowEmptyValue</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.398">allowEmptyValue</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>&nbsp;allowEmptyValue)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.405">allowEmptyValue</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>&nbsp;allowEmptyValue)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setAllowEmptyValue-java.lang.Boolean-"><code>setAllowEmptyValue(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1108,7 +1115,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.410">getItems</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.417">getItems</a>()</pre>
 <div class="block">Bean property getter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -1125,7 +1132,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.423">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.430">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Bean property setter:  <property>items</property>.
  <p>
  Required if <code>type</code> is <js>"array"</js>.
@@ -1144,7 +1151,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>items</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.434">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.441">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a>&nbsp;items)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setItems-org.apache.juneau.dto.swagger.Items-"><code>setItems(Items)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1160,7 +1167,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getCollectionFormat</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.457">getCollectionFormat</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.464">getCollectionFormat</a>()</pre>
 <div class="block">Bean property getter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -1188,7 +1195,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setCollectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.481">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.488">setCollectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Bean property setter:  <property>collectionFormat</property>.
  <p>
  Determines the format of the array if type array is used.
@@ -1218,7 +1225,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>collectionFormat</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.494">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.501">collectionFormat</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;collectionFormat)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setCollectionFormat-java.lang.String-"><code>setCollectionFormat(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1234,7 +1241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefault</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.508">getDefault</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.515">getDefault</a>()</pre>
 <div class="block">Bean property getter:  <property>default</property>.
  <p>
  Declares the value of the parameter that the server will use if none is provided, for example a <js>"count"</js> to control the number of results per page might default to 100 if not supplied by the client in the request.
@@ -1253,7 +1260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefault</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.523">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.530">setDefault</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Bean property setter:  <property>default</property>.
  <p>
  Declares the value of the parameter that the server will use if none is provided, for example a <js>"count"</js> to control the number of results per page might default to 100 if not supplied by the client in the request.
@@ -1274,7 +1281,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_default</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.534">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.541">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;_default)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setDefault-java.lang.Object-"><code>setDefault(Object)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1290,7 +1297,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaximum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.545">getMaximum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.552">getMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -1306,7 +1313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.557">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.564">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Bean property setter:  <property>maximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -1324,7 +1331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.568">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.575">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;maximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMaximum-java.lang.Number-"><code>setMaximum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1340,7 +1347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMaximum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.579">getExclusiveMaximum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.586">getExclusiveMaximum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -1356,7 +1363,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.591">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.598">setExclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMaximum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div>
@@ -1374,7 +1381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMaximum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.602">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.609">exclusiveMaximum</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>&nbsp;exclusiveMaximum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setExclusiveMaximum-java.lang.Boolean-"><code>setExclusiveMaximum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1390,7 +1397,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinimum</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.613">getMinimum</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.620">getMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1406,7 +1413,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.625">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.632">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Bean property setter:  <property>minimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1424,7 +1431,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.636">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.643">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;minimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMinimum-java.lang.Number-"><code>setMinimum(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1440,7 +1447,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getExclusiveMinimum</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.647">getExclusiveMinimum</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.654">getExclusiveMinimum</a>()</pre>
 <div class="block">Bean property getter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1456,7 +1463,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setExclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.659">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.666">setExclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Bean property setter:  <property>exclusiveMinimum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div>
@@ -1474,7 +1481,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>exclusiveMinimum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.670">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.677">exclusiveMinimum</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>&nbsp;exclusiveMinimum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setExclusiveMinimum-java.lang.Boolean-"><code>setExclusiveMinimum(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1490,7 +1497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.681">getMaxLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.688">getMaxLength</a>()</pre>
 <div class="block">Bean property getter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1506,7 +1513,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.693">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.700">setMaxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Bean property setter:  <property>maxLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div>
@@ -1524,7 +1531,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.704">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.711">maxLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMaxLength-java.lang.Integer-"><code>setMaxLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1540,7 +1547,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinLength</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.715">getMinLength</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.722">getMinLength</a>()</pre>
 <div class="block">Bean property getter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1556,7 +1563,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.727">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.734">setMinLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Bean property setter:  <property>minLength</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div>
@@ -1574,7 +1581,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minLength</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.738">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.745">minLength</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minLength)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMinLength-java.lang.Integer-"><code>setMinLength(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1590,7 +1597,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.749">getPattern</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.756">getPattern</a>()</pre>
 <div class="block">Bean property getter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1606,7 +1613,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.761">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.768">setPattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Bean property setter:  <property>pattern</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div>
@@ -1624,7 +1631,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>pattern</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.772">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.779">pattern</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pattern)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setPattern-java.lang.String-"><code>setPattern(String)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1640,7 +1647,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.783">getMaxItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.790">getMaxItems</a>()</pre>
 <div class="block">Bean property getter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1656,7 +1663,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.795">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.802">setMaxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Bean property setter:  <property>maxItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div>
@@ -1674,7 +1681,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>maxItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.806">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.813">maxItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMaxItems-java.lang.Integer-"><code>setMaxItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1690,7 +1697,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinItems</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.817">getMinItems</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.824">getMinItems</a>()</pre>
 <div class="block">Bean property getter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1706,7 +1713,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.829">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.836">setMinItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Bean property setter:  <property>minItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div>
@@ -1724,7 +1731,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>minItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.840">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.847">minItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;minItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMinItems-java.lang.Integer-"><code>setMinItems(Integer)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1740,7 +1747,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getUniqueItems</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.851">getUniqueItems</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.858">getUniqueItems</a>()</pre>
 <div class="block">Bean property getter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1756,7 +1763,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setUniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.863">setUniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.870">setUniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Bean property setter:  <property>uniqueItems</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div>
@@ -1774,7 +1781,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>uniqueItems</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.874">uniqueItems</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>&nbsp;uniqueItems)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.881">uniqueItems</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>&nbsp;uniqueItems)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setUniqueItems-java.lang.Boolean-"><code>setUniqueItems(Boolean)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1790,7 +1797,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getEnum</h4>
-<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.885">getEnum</a>()</pre>
+<pre>public&nbsp;<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.892">getEnum</a>()</pre>
 <div class="block">Bean property getter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1806,7 +1813,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.897">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.904">setEnum</a>(<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>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;_enum)</pre>
 <div class="block">Bean property setter:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1824,7 +1831,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addEnum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.912">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.919">addEnum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Bean property adder:  <property>enum</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div>
@@ -1843,7 +1850,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_enum</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.934">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.941">_enum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;_enum)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#addEnum-java.lang.Object...-"><code>addEnum(Object...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1860,7 +1867,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getMultipleOf</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.945">getMultipleOf</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.952">getMultipleOf</a>()</pre>
 <div class="block">Bean property getter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1876,7 +1883,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setMultipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.957">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.964">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Bean property setter:  <property>multipleOf</property>.
  <p>
  See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div>
@@ -1894,7 +1901,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>multipleOf</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.968">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html" title="class in org.apache.juneau.dto.swagger">ParameterInfo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/ParameterInfo.html#line.975">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;multipleOf)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/ParameterInfo.html#setMultipleOf-java.lang.Number-"><code>setMultipleOf(Number)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>


[30/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
index 4161a93..af65862 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1093">Schema.BooleanOrSchemaSwap</a>
+<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.1101">Schema.BooleanOrSchemaSwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</pre>
 <div class="block">Used during parsing to convert the <property>additionalProperties</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BooleanOrSchemaSwap</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1093">BooleanOrSchemaSwap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1101">BooleanOrSchemaSwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -242,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1096">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1104">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
             throws <a href="../../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-org.apache.juneau.BeanSession-T-">PojoSwap</a></code></span></div>
@@ -278,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1101">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html#line.1109">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint)
               throws <a href="../../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
index 21493f5..8c966aa 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.294">Schema.JsonTypeOrJsonTypeArraySwap</a>
+<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.302">Schema.JsonTypeOrJsonTypeArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</pre>
 <div class="block">Used during parsing to convert the <property>type</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JsonTypeOrJsonTypeArraySwap</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.294">JsonTypeOrJsonTypeArraySwap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.302">JsonTypeOrJsonTypeArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -242,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.297">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.305">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
             throws <a href="../../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-org.apache.juneau.BeanSession-T-">PojoSwap</a></code></span></div>
@@ -278,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.302">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html#line.310">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint)
               throws <a href="../../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
index de461ef..4ef6076 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.554">Schema.SchemaOrSchemaArraySwap</a>
+<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.562">Schema.SchemaOrSchemaArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</pre>
 <div class="block">Used during parsing to convert the <property>items</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SchemaOrSchemaArraySwap</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.554">SchemaOrSchemaArraySwap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.562">SchemaOrSchemaArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -242,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.557">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.565">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
             throws <a href="../../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-org.apache.juneau.BeanSession-T-">PojoSwap</a></code></span></div>
@@ -278,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.562">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html#line.570">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint)
               throws <a href="../../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>


[31/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Track.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Track.html b/content/site/apidocs/org/apache/juneau/dto/html5/Track.html
index 1f0b352..8d4933a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Track.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Track.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="track")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.24">Track</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.32">Track</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element">&lt;track&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -235,7 +243,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Track</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.24">Track</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.32">Track</a>()</pre>
 </li>
 </ul>
 </li>
@@ -252,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_default</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.32">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_default)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.40">_default</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_default)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-default">default</a> attribute.
  Enable the track if no other text track is more suitable.</div>
 <dl>
@@ -269,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>kind</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.43">kind</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.51">kind</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;kind)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind">kind</a> attribute.
  The type of text track.</div>
 <dl>
@@ -286,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>label</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.54">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.62">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-label">label</a> attribute.
  User-visible label.</div>
 <dl>
@@ -303,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.66">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.74">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -321,7 +329,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>srclang</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.77">srclang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srclang)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.85">srclang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srclang)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-srclang">srclang</a> attribute.
  Language of the text track.</div>
 <dl>
@@ -338,7 +346,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.88">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.96">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -357,7 +365,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.94">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Track.html#line.102">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/U.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/U.html b/content/site/apidocs/org/apache/juneau/dto/html5/U.html
index 5c3f062..1d97458 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/U.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/U.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="u")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.22">U</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.30">U</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element">&lt;u&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>U</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.22">U</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.30">U</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/U.html" title="class in org.apache.juneau.dto.html5">U</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/U.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Ul.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Ul.html b/content/site/apidocs/org/apache/juneau/dto/html5/Ul.html
index 0cd79f2..a925d04 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Ul.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Ul.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="ul")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.22">Ul</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.30">Ul</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ul-element">&lt;ul&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Ul</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.22">Ul</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.30">Ul</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -323,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Ul.html" title="class in org.apache.juneau.dto.html5">Ul</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Ul.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Var.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Var.html b/content/site/apidocs/org/apache/juneau/dto/html5/Var.html
index 5efe9e7..0e40890 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Var.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Var.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="var")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.22">Var</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.30">Var</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element">&lt;var&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -230,7 +238,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Var</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.22">Var</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.30">Var</a>()</pre>
 </li>
 </ul>
 </li>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -285,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -304,7 +312,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.47">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -324,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.53">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Var.html" title="class in org.apache.juneau.dto.html5">Var</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Var.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Video.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Video.html b/content/site/apidocs/org/apache/juneau/dto/html5/Video.html
index bd9d2cd..3385e55 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Video.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Video.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="video")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.24">Video</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.32">Video</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element">&lt;video&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -296,7 +304,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Video</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.24">Video</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.32">Video</a>()</pre>
 </li>
 </ul>
 </li>
@@ -313,7 +321,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>autoplay</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.33">autoplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autoplay)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.41">autoplay</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;autoplay)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute.
  Hint that the media resource can be started automatically when the page is loaded.</div>
 <dl>
@@ -331,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>controls</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.45">controls</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;controls)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.53">controls</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;controls)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute.
  Show user agent controls.</div>
 <dl>
@@ -349,7 +357,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.56">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.64">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;crossorigin)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.
  How the element handles crossorigin requests.</div>
 <dl>
@@ -366,7 +374,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>height</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.68">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.76">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;height)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.
  Vertical dimension.</div>
 <dl>
@@ -384,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>loop</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.80">loop</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;loop)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.88">loop</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;loop)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop">loop</a> attribute.
  Whether to loop the media resource.</div>
 <dl>
@@ -402,7 +410,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>mediagroup</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.91">mediagroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mediagroup)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.99">mediagroup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mediagroup)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute.
  Groups media elements together with an implicit MediaController.</div>
 <dl>
@@ -419,7 +427,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>muted</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.103">muted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;muted)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.111">muted</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;muted)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute.
  Whether to mute the media resource by default.</div>
 <dl>
@@ -437,7 +445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>poster</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.114">poster</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;poster)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.122">poster</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;poster)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster">poster</a> attribute.
  Poster frame to show prior to video playback.</div>
 <dl>
@@ -454,7 +462,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>preload</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.125">preload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;preload)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.133">preload</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;preload)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute.
  Hints how much buffering the media resource will likely need.</div>
 <dl>
@@ -471,7 +479,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.137">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.145">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src">src</a> attribute.
  Address of the resource.</div>
 <dl>
@@ -489,7 +497,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>width</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.149">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.157">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;width)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.
  Horizontal dimension.</div>
 <dl>
@@ -507,7 +515,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.160">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.168">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -526,7 +534,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.166">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.174">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -545,7 +553,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.172">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.180">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -564,7 +572,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.178">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.186">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -583,7 +591,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.184">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Video.html" title="class in org.apache.juneau.dto.html5">Video</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Video.html#line.192">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Wbr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Wbr.html b/content/site/apidocs/org/apache/juneau/dto/html5/Wbr.html
index a99f8c6..091b09b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Wbr.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Wbr.html
@@ -119,10 +119,18 @@ 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#typeName--">typeName</a>="wbr")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.22">Wbr</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.30">Wbr</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
 <div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element">&lt;wbr&gt;</a> element.
- <p></div>
+ <p>
+
+ <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.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -211,7 +219,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Wbr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.22">Wbr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.30">Wbr</a>()</pre>
 </li>
 </ul>
 </li>
@@ -228,7 +236,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.29">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -247,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.35">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -266,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.41">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Wbr.html" title="class in org.apache.juneau.dto.html5">Wbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Wbr.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
index 569189f..bdb7ca9 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public enum <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.31">JsonType</a>
+<pre>public enum <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.37">JsonType</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&gt;</pre>
 <div class="block">Represents possible JSON types in the JSON-Schema core specification.
  <p>
@@ -131,8 +131,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is
    String json = JsonSerializer.DEFAULT.serialize(JsonType.NUMBER);
  </p>
 
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -265,7 +271,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>ARRAY</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.34">ARRAY</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.40">ARRAY</a></pre>
 <div class="block">array</div>
 </li>
 </ul>
@@ -275,7 +281,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>BOOLEAN</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.37">BOOLEAN</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.43">BOOLEAN</a></pre>
 <div class="block">boolean</div>
 </li>
 </ul>
@@ -285,7 +291,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>INTEGER</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.40">INTEGER</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.46">INTEGER</a></pre>
 <div class="block">integer</div>
 </li>
 </ul>
@@ -295,7 +301,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>NULL</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.43">NULL</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.49">NULL</a></pre>
 <div class="block">null</div>
 </li>
 </ul>
@@ -305,7 +311,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>NUMBER</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.46">NUMBER</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.52">NUMBER</a></pre>
 <div class="block">number</div>
 </li>
 </ul>
@@ -315,7 +321,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>OBJECT</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.49">OBJECT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.55">OBJECT</a></pre>
 <div class="block">object</div>
 </li>
 </ul>
@@ -325,7 +331,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>STRING</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.52">STRING</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.58">STRING</a></pre>
 <div class="block">string</div>
 </li>
 </ul>
@@ -335,7 +341,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ANY</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.55">ANY</a></pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a> <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.61">ANY</a></pre>
 <div class="block">any</div>
 </li>
 </ul>
@@ -353,7 +359,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.31">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.37">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -373,7 +379,7 @@ for (JsonType c : JsonType.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.31">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.37">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -395,7 +401,7 @@ not permitted.)</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.67">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.73">toString</a>()</pre>
 <div class="block">Returns the lowercase form of this enum that's compatible with the JSON-Schema specification.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -409,7 +415,7 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>fromString</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.77">fromString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonType.html#line.83">fromString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Converts the specified lowercase form of the enum back into an <code>Enum</code>.</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/jsonschema/JsonTypeArray.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
index 3d47e27..5c96bf0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
@@ -132,11 +132,19 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public final class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.22">JsonTypeArray</a>
+<pre>public final class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.30">JsonTypeArray</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>&gt;</pre>
 <div class="block">Represents a list of <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema"><code>JsonType</code></a> objects.
  <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</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.JsonSchema'>JSON-Schema</a>
+   </ul>
+   <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.jsonschema</a>
+ </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../serialized-form.html#org.apache.juneau.dto.jsonschema.JsonTypeArray">Serialized Form</a></dd>
@@ -289,7 +297,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockList">
 <li class="blockList">
 <h4>JsonTypeArray</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.29">JsonTypeArray</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.37">JsonTypeArray</a>()</pre>
 <div class="block">Default constructor.</div>
 </li>
 </ul>
@@ -299,7 +307,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JsonTypeArray</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.36">JsonTypeArray</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.44">JsonTypeArray</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
 <div class="block">Constructor with predefined types to add to this list.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -321,7 +329,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>addAll</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArray.html" title="class in org.apache.juneau.dto.jsonschema">JsonTypeArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.47">addAll</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonTypeArray.html" title="class in org.apache.juneau.dto.jsonschema">JsonTypeArray</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/JsonTypeArray.html#line.55">addAll</a>(<a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a>...&nbsp;types)</pre>
 <div class="block">Convenience method for adding one or more <a href="../../../../../org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema"><code>JsonType</code></a> objects to
    this array.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
index 0fa71e7..d60ee7a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.848">Schema.BooleanOrSchemaArraySwap</a>
+<pre>public static class <a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.html#line.856">Schema.BooleanOrSchemaArraySwap</a>
 extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</pre>
 <div class="block">Used during parsing to convert the <property>additionalItems</property> property to the correct class type.
  <ul class='spaced-list'>
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BooleanOrSchemaArraySwap</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.848">BooleanOrSchemaArraySwap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.856">BooleanOrSchemaArraySwap</a>()</pre>
 </li>
 </ul>
 </li>
@@ -242,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>swap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.851">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.859">swap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
             throws <a href="../../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/transform/PojoSwap.html#swap-org.apache.juneau.BeanSession-T-">PojoSwap</a></code></span></div>
@@ -278,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title
 <ul class="blockListLast">
 <li class="blockList">
 <h4>unswap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.856">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html#line.864">unswap</a>(<a href="../../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a>&nbsp;session,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
                      <a href="../../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;hint)
               throws <a href="../../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>


[13/51] [partial] incubator-juneau-website git commit: Javadoc updates.

Posted by ja...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/svl/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/svl/package-summary.html b/content/site/apidocs/org/apache/juneau/svl/package-summary.html
index 33115aa..e9ed0ed 100644
--- a/content/site/apidocs/org/apache/juneau/svl/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/svl/package-summary.html
@@ -251,37 +251,37 @@
          The following shows the class hierarchy of the <a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl"><code>Var</code></a> class and all current
             predefined implementations.
       </p>  
-      <ul class='javahierarchy'>
-         <li class='a'><a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl"><code>Var</code></a> - Superclass of all vars.
+      <ul class='doctree'>
+         <li class='jac'><a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl"><code>Var</code></a> - Superclass of all vars.
             <ul>
-               <li class='a'><a href="../../../../org/apache/juneau/svl/SimpleVar.html" title="class in org.apache.juneau.svl"><code>SimpleVar</code></a> - Superclass of all vars that return strings.
+               <li class='jac'><a href="../../../../org/apache/juneau/svl/SimpleVar.html" title="class in org.apache.juneau.svl"><code>SimpleVar</code></a> - Superclass of all vars that return strings.
                   <ul>
-                     <li class='a'><a href="../../../../org/apache/juneau/svl/DefaultingVar.html" title="class in org.apache.juneau.svl"><code>DefaultingVar</code></a> - Variables that define a default value if the resolve method returns null.
+                     <li class='jac'><a href="../../../../org/apache/juneau/svl/DefaultingVar.html" title="class in org.apache.juneau.svl"><code>DefaultingVar</code></a> - Variables that define a default value if the resolve method returns null.
                         <ul>
-                           <li class='a'><a href="../../../../org/apache/juneau/svl/MapVar.html" title="class in org.apache.juneau.svl"><code>MapVar</code></a> - Variables that pull values from maps.
+                           <li class='jac'><a href="../../../../org/apache/juneau/svl/MapVar.html" title="class in org.apache.juneau.svl"><code>MapVar</code></a> - Variables that pull values from maps.
                               <ul>
-                                 <li class='c'><a href="../../../../org/apache/juneau/svl/vars/SystemPropertiesVar.html" title="class in org.apache.juneau.svl.vars"><code>SystemPropertiesVar</code></a> - Resolves system properties.
+                                 <li class='jc'><a href="../../../../org/apache/juneau/svl/vars/SystemPropertiesVar.html" title="class in org.apache.juneau.svl.vars"><code>SystemPropertiesVar</code></a> - Resolves system properties.
                               </ul>
                            </li>
-                           <li class='c'><a href="../../../../org/apache/juneau/svl/vars/ArgsVar.html" title="class in org.apache.juneau.svl.vars"><code>ArgsVar</code></a> - Resolves variables from an <a href="../../../../org/apache/juneau/utils/Args.html" title="class in org.apache.juneau.utils"><code>Args</code></a> object.
-                           <li class='c'><a href="../../../../org/apache/juneau/svl/vars/ConfigFileVar.html" title="class in org.apache.juneau.svl.vars"><code>ConfigFileVar</code></a> - Resolves variables from a <a href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in org.apache.juneau.ini"><code>ConfigFile</code></a> object.
-                           <li class='c'><a href="../../../../org/apache/juneau/svl/vars/EnvVariablesVar.html" title="class in org.apache.juneau.svl.vars"><code>EnvVariablesVar</code></a> - Resolves environment variables.
-                           <li class='c'><a href="../../../../org/apache/juneau/svl/vars/ManifestFileVar.html" title="class in org.apache.juneau.svl.vars"><code>ManifestFileVar</code></a> - Resolves variables from a <a href="../../../../org/apache/juneau/utils/ManifestFile.html" title="class in org.apache.juneau.utils"><code>ManifestFile</code></a> object.
-                           <li class='c'><a href="../../../../org/apache/juneau/rest/vars/ServletInitParamVar.html" title="class in org.apache.juneau.rest.vars"><code>ServletInitParamVar</code></a> - Resolves servlet initialization parameters.
+                           <li class='jc'><a href="../../../../org/apache/juneau/svl/vars/ArgsVar.html" title="class in org.apache.juneau.svl.vars"><code>ArgsVar</code></a> - Resolves variables from an <a href="../../../../org/apache/juneau/utils/Args.html" title="class in org.apache.juneau.utils"><code>Args</code></a> object.
+                           <li class='jc'><a href="../../../../org/apache/juneau/svl/vars/ConfigFileVar.html" title="class in org.apache.juneau.svl.vars"><code>ConfigFileVar</code></a> - Resolves variables from a <a href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in org.apache.juneau.ini"><code>ConfigFile</code></a> object.
+                           <li class='jc'><a href="../../../../org/apache/juneau/svl/vars/EnvVariablesVar.html" title="class in org.apache.juneau.svl.vars"><code>EnvVariablesVar</code></a> - Resolves environment variables.
+                           <li class='jc'><a href="../../../../org/apache/juneau/svl/vars/ManifestFileVar.html" title="class in org.apache.juneau.svl.vars"><code>ManifestFileVar</code></a> - Resolves variables from a <a href="../../../../org/apache/juneau/utils/ManifestFile.html" title="class in org.apache.juneau.utils"><code>ManifestFile</code></a> object.
+                           <li class='jc'><a href="../../../../org/apache/juneau/rest/vars/ServletInitParamVar.html" title="class in org.apache.juneau.rest.vars"><code>ServletInitParamVar</code></a> - Resolves servlet initialization parameters.
                         </ul>
                      </li>
-                     <li class='a'><a href="../../../../org/apache/juneau/svl/MultipartVar.html" title="class in org.apache.juneau.svl"><code>MultipartVar</code></a> - Variables that consist of 2 or more comma-delimited arguments.
+                     <li class='jac'><a href="../../../../org/apache/juneau/svl/MultipartVar.html" title="class in org.apache.juneau.svl"><code>MultipartVar</code></a> - Variables that consist of 2 or more comma-delimited arguments.
                         <ul>
-                           <li class='c'><a href="../../../../org/apache/juneau/rest/vars/LocalizationVar.html" title="class in org.apache.juneau.rest.vars"><code>LocalizationVar</code></a> - Resolves localized strings for an HTTP request.
+                           <li class='jc'><a href="../../../../org/apache/juneau/rest/vars/LocalizationVar.html" title="class in org.apache.juneau.rest.vars"><code>LocalizationVar</code></a> - Resolves localized strings for an HTTP request.
                         </ul>
                      </li>
-                     <li class='c'><a href="../../../../org/apache/juneau/rest/vars/RequestVar.html" title="class in org.apache.juneau.rest.vars"><code>RequestVar</code></a> - Resolves specialized HTTP request values.
-                     <li class='c'><a href="../../../../org/apache/juneau/rest/vars/UrlEncodeVar.html" title="class in org.apache.juneau.rest.vars"><code>UrlEncodeVar</code></a> - URL-encodes the value inside the variable.
+                     <li class='jc'><a href="../../../../org/apache/juneau/rest/vars/RequestVar.html" title="class in org.apache.juneau.rest.vars"><code>RequestVar</code></a> - Resolves specialized HTTP request values.
+                     <li class='jc'><a href="../../../../org/apache/juneau/rest/vars/UrlEncodeVar.html" title="class in org.apache.juneau.rest.vars"><code>UrlEncodeVar</code></a> - URL-encodes the value inside the variable.
                   </ul>
                </li>
-               <li class='a'><a href="../../../../org/apache/juneau/svl/StreamedVar.html" title="class in org.apache.juneau.svl"><code>StreamedVar</code></a> - Superclass of all vars that stream their value to writers.
+               <li class='jac'><a href="../../../../org/apache/juneau/svl/StreamedVar.html" title="class in org.apache.juneau.svl"><code>StreamedVar</code></a> - Superclass of all vars that stream their value to writers.
                   <ul>
-                     <li class='c'><a href="../../../../org/apache/juneau/rest/vars/SerializedRequestAttrVar.html" title="class in org.apache.juneau.rest.vars"><code>SerializedRequestAttrVar</code></a> - Resolves HTTP request attribute values passed through a <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a>.
+                     <li class='jc'><a href="../../../../org/apache/juneau/rest/vars/SerializedRequestAttrVar.html" title="class in org.apache.juneau.rest.vars"><code>SerializedRequestAttrVar</code></a> - Resolves HTTP request attribute values passed through a <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a>.
                   </ul>
                </li>
             </ul>
@@ -297,9 +297,9 @@
          The main class for performing variable resolution is <a href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in org.apache.juneau.svl"><code>VarResolver</code></a>.
          Two methods are provided for resolving variables:
       </p>
-      <ul class='javahierarchy'>
-         <li class='m'><a href="../../../../org/apache/juneau/svl/VarResolver.html#resolve-java.lang.String-"><code>VarResolver.resolve(String)</code></a> - Resolves variables and returns the results as a simple string.
-         <li class='m'><a href="../../../../org/apache/juneau/svl/VarResolver.html#resolveTo-java.lang.String-java.io.Writer-"><code>VarResolver.resolveTo(String,Writer)</code></a> - Resolves variables and sends results to a writer.
+      <ul class='doctree'>
+         <li class='jm'><a href="../../../../org/apache/juneau/svl/VarResolver.html#resolve-java.lang.String-"><code>VarResolver.resolve(String)</code></a> - Resolves variables and returns the results as a simple string.
+         <li class='jm'><a href="../../../../org/apache/juneau/svl/VarResolver.html#resolveTo-java.lang.String-java.io.Writer-"><code>VarResolver.resolveTo(String,Writer)</code></a> - Resolves variables and sends results to a writer.
       </ul>
       <p>
          Var resolvers can have zero or more context objects associated with them.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/uon/UonParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/uon/UonParserContext.html b/content/site/apidocs/org/apache/juneau/uon/UonParserContext.html
index dd5a90a..4be47da 100644
--- a/content/site/apidocs/org/apache/juneau/uon/UonParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/uon/UonParserContext.html
@@ -137,10 +137,10 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.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/uon/UonSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/uon/UonSerializerContext.html b/content/site/apidocs/org/apache/juneau/uon/UonSerializerContext.html
index 646325d..6c475ee 100644
--- a/content/site/apidocs/org/apache/juneau/uon/UonSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/uon/UonSerializerContext.html
@@ -137,10 +137,10 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
  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>
@@ -176,7 +176,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat">UON_paramFormat</a></span></code>
-<div class="block"><b>Configuration property:</b>  Format to use for top-level query names and simple parameters.</div>
+<div class="block"><b>Configuration property:</b>  Format to use for query/form-data/header values.</div>
 </td>
 </tr>
 </table>
@@ -337,7 +337,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
 <li class="blockList">
 <h4>UON_paramFormat</h4>
 <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/uon/UonSerializerContext.html#line.99">UON_paramFormat</a></pre>
-<div class="block"><b>Configuration property:</b>  Format to use for top-level query names and simple parameters.
+<div class="block"><b>Configuration property:</b>  Format to use for query/form-data/header values.
  <p>
  <ul>
    <li><b>Name:</b> <js>"UrlEncodingSerializer.paramFormat"</js>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html b/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html
index fed0057..aecb85e 100644
--- a/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html
@@ -137,10 +137,10 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.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/xml/XmlSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerContext.html b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerContext.html
index 82a0287..504adce 100644
--- a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerContext.html
@@ -137,10 +137,10 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html
  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/xml/annotation/XmlFormat.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/annotation/XmlFormat.html b/content/site/apidocs/org/apache/juneau/xml/annotation/XmlFormat.html
index 9e9cf16..bbf759a 100644
--- a/content/site/apidocs/org/apache/juneau/xml/annotation/XmlFormat.html
+++ b/content/site/apidocs/org/apache/juneau/xml/annotation/XmlFormat.html
@@ -452,7 +452,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/xml/annotation/XmlFormat.html#line.41">values</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a>[]&nbsp;<a href="../../../../../src-html/org/apache/juneau/xml/annotation/XmlFormat.html#line.45">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -472,7 +472,7 @@ for (XmlFormat c : XmlFormat.values())
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/xml/annotation/XmlFormat.html#line.41">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/xml/annotation/XmlFormat.html#line.45">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/xml/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/package-summary.html b/content/site/apidocs/org/apache/juneau/xml/package-summary.html
index 96d6567..aa0d242 100644
--- a/content/site/apidocs/org/apache/juneau/xml/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/xml/package-summary.html
@@ -1002,9 +1002,10 @@
                </xt></td>
             </tr>
          </table>
-         <p class='info'>
-            <code>string</code>, <code>number</code>, <code>boolean</code>, <code>object</code>, <code>array</code>, and <code>null</code> are reserved keywords that cannot be used as type names.
-         </p>
+         <ul class='doctree'>
+            <li class='info'>
+               <code>string</code>, <code>number</code>, <code>boolean</code>, <code>object</code>, <code>array</code>, and <code>null</code> are reserved keywords that cannot be used as type names.
+         </ul>
          <p>
             Beans with type names are often used in conjunction with the <a href="../../../../org/apache/juneau/annotation/Bean.html#beanDictionary--"><code>@Bean.beanDictionary()</code></a> and 
                <a href="../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--"><code>@BeanProperty.beanDictionary()</code></a> annotations so that the beans can be

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/overview-summary.html b/content/site/apidocs/overview-summary.html
index 48e5d7a..a9599f9 100644
--- a/content/site/apidocs/overview-summary.html
+++ b/content/site/apidocs/overview-summary.html
@@ -594,10 +594,10 @@
    <p>
       Juneau requires Java 6+.  The majority of the code has no other dependencies except for the following packages:
    </p>
-   <ul class='javahierarchy'>
-      <li class='p'> <a class='doclink' href='org/apache/juneau/jena/package-summary.html#TOC'>org.apache.juneau.jena</a> - RDF support.  Requires Apache Jena 2.7.1+.
-      <li class='p'> <a class='doclink' href='org/apache/juneau/rest/package-summary.html#TOC'>org.apache.juneau.rest</a> - REST servlet support.  Requires JEE 1.3+.
-      <li class='p'> <a class='doclink' href='org/apache/juneau/rest/client/package-summary.html#TOC'>org.apache.juneau.rest.client</a> - REST client support.  Requires Apache HttpClient 4.5+.
+   <ul class='doctree'>
+      <li class='jp'> <a class='doclink' href='org/apache/juneau/jena/package-summary.html#TOC'>org.apache.juneau.jena</a> - RDF support.  Requires Apache Jena 2.7.1+.
+      <li class='jp'> <a class='doclink' href='org/apache/juneau/rest/package-summary.html#TOC'>org.apache.juneau.rest</a> - REST servlet support.  Requires JEE 1.3+.
+      <li class='jp'> <a class='doclink' href='org/apache/juneau/rest/client/package-summary.html#TOC'>org.apache.juneau.rest.client</a> - REST client support.  Requires Apache HttpClient 4.5+.
    </ul>
    <p>
       OSGi bundles are also provided that break down Juneau into the following components:
@@ -617,11 +617,11 @@
          These are discussed in detail in the <a class='doclink' href="#Samples">Samples</a> section.
    </ul>
 
-   <h5 class='topic'>A note about examples</h5>
-   <p class='info'>
-      Many of the examples below use beans with public field properties instead of standard getters/setters.
-      This is to simplify the examples.  
-   </p>
+   <ul class='doctree'>
+      <li class='info'>
+         Many of the examples below use beans with public field properties instead of standard getters/setters.
+         This is to simplify the examples.  
+   </ul>
 </div>
    
 <!-- ======================================================================================================== -->
@@ -714,8 +714,8 @@
       </p>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/serializer/package-summary.html#TOC'>org.apache.juneau.serializer</a> - Serializer API Javadoc
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/serializer/package-summary.html#TOC'>org.apache.juneau.serializer</a> - Serializer API Javadoc
       </ul>
    </div>
       
@@ -785,18 +785,17 @@
    Map&lt;String,Person&gt; m3 = <jk>new</jk> TreeMap&lt;String,Person&gt;();
    parser.parseIntoMap(json, m3, String.<jk>class</jk>, Person.<jk>class</jk>);
       </p>
-      <p class='info'>
+      <ul class='doctree'>
+         <li class='info'>
          In the example above, we're parsing "lax" JSON (single quotes, unquoted attributes).
          The JSON parser can handle any valid JSON syntax (such as quoted or unquoted attributes, single or double quotes).<br>
          It can also handle JSON fragements and embedded Javascript comments. 
          Many of the JSON examples provided will use lax syntax which is easier to read since we don't have to deal with escapes.  
-      </p>
-      <p>
-      </p>
+      </ul>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/parser/package-summary.html#TOC'>org.apache.juneau.parser</a> - Parser API Javadoc
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/parser/package-summary.html#TOC'>org.apache.juneau.parser</a> - Parser API Javadoc
       </ul>
    </div>
       
@@ -834,9 +833,9 @@
          to work with requests and responses as POJOs.
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="org/apache/juneau/serializer/SerializerGroup.html" title="class in org.apache.juneau.serializer"><code>SerializerGroup</code></a>
-         <li class='c'><a href="org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><code>ParserGroup</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="org/apache/juneau/serializer/SerializerGroup.html" title="class in org.apache.juneau.serializer"><code>SerializerGroup</code></a>
+         <li class='jc'><a href="org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><code>ParserGroup</code></a>
       </ul>
    </div>
 
@@ -852,14 +851,14 @@
       <p>
          These classes extend directly from the following JCF classes:
       </p>
-      <ul class='javahierarchy'>
-         <li class='c'> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util"><code>java.util.LinkedHashMap</code></a>
+      <ul class='doctree'>
+         <li class='jc'> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util"><code>java.util.LinkedHashMap</code></a>
          <ul>
-            <li class='c'> <a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>org.apache.juneau.ObjectMap</code></a>
+            <li class='jc'> <a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>org.apache.juneau.ObjectMap</code></a>
          </ul>
-         <li class='c'> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util"><code>java.util.LinkedList</code></a>
+         <li class='jc'> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util"><code>java.util.LinkedList</code></a>
          <ul>
-            <li class='c'> <a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>org.apache.juneau.ObjectList</code></a>
+            <li class='jc'> <a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>org.apache.juneau.ObjectList</code></a>
          </ul>
       </ul>
       <p>
@@ -894,14 +893,15 @@
    <jc>// Or convert it to XML.</jc>
    String xml = XmlSerializer.<jsf>DEFAULT</jsf>.serialize(m);
       </p>
-      <p class='info'>
-         As a general rule, if you do not specify a target type during parsing, or if the target type cannot be determined 
-            through reflection, the parsers automatically generate <l>ObjectMaps</l> and <l>ObjectLists</l>.
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            As a general rule, if you do not specify a target type during parsing, or if the target type cannot be determined 
+               through reflection, the parsers automatically generate <l>ObjectMaps</l> and <l>ObjectLists</l>.
+      </ul>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>ObjectMap</code></a>
-         <li class='c'><a href="org/apache/juneau/ObjectList.html" title="class in org.apache.juneau"><code>ObjectList</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>ObjectMap</code></a>
+         <li class='jc'><a href="org/apache/juneau/ObjectList.html" title="class in org.apache.juneau"><code>ObjectList</code></a>
       </ul>
    </div>
 
@@ -920,18 +920,18 @@
          However, each of the serializers and parsers already contain reusable instances with common configurations.<br>
          For example, JSON has the following predefined reusable serializers and parsers:
       </p>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="org/apache/juneau/json/JsonSerializer.html" title="class in org.apache.juneau.json"><code>JsonSerializer</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="org/apache/juneau/json/JsonSerializer.html" title="class in org.apache.juneau.json"><code>JsonSerializer</code></a>
          <ul>
-            <li class='f'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT"><code>DEFAULT</code></a>
-            <li class='f'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_LAX"><code>DEFAULT_LAX</code></a>
-            <li class='f'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_READABLE"><code>DEFAULT_READABLE</code></a>
-            <li class='f'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_LAX_READABLE"><code>DEFAULT_LAX_READABLE</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT"><code>DEFAULT</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_LAX"><code>DEFAULT_LAX</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_READABLE"><code>DEFAULT_READABLE</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonSerializer.html#DEFAULT_LAX_READABLE"><code>DEFAULT_LAX_READABLE</code></a>
          </ul>
-         <li class='c'><a href="org/apache/juneau/json/JsonParser.html" title="class in org.apache.juneau.json"><code>JsonParser</code></a> 
+         <li class='jc'><a href="org/apache/juneau/json/JsonParser.html" title="class in org.apache.juneau.json"><code>JsonParser</code></a> 
          <ul>
-            <li class='f'><a href="org/apache/juneau/json/JsonParser.html#DEFAULT"><code>DEFAULT</code></a>
-            <li class='f'><a href="org/apache/juneau/json/JsonParser.html#DEFAULT_STRICT"><code>DEFAULT_STRICT</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonParser.html#DEFAULT"><code>DEFAULT</code></a>
+            <li class='jf'><a href="org/apache/juneau/json/JsonParser.html#DEFAULT_STRICT"><code>DEFAULT_STRICT</code></a>
          </ul>
       </ul>
       <p>
@@ -960,39 +960,39 @@
       <p>
          The following is a list of all configurable properties across all serializers and parsers.
       </p>
-      <ul class='javahierarchy'>
-         <li class='c'><a class='doclink' href='org/apache/juneau/BeanContext.html#ConfigProperties'>BeanContext</a> - Properties associated with handling beans on serializers and parsers.
+      <ul class='doctree'>
+         <li class='jc'><a class='doclink' href='org/apache/juneau/BeanContext.html#ConfigProperties'>BeanContext</a> - Properties associated with handling beans on serializers and parsers.
          <ul>
-            <li class='c'><a class='doclink' href='org/apache/juneau/serializer/SerializerContext.html#ConfigProperties'>SerializerContext</a> - Configurable properties common to all serializers.
+            <li class='jc'><a class='doclink' href='org/apache/juneau/serializer/SerializerContext.html#ConfigProperties'>SerializerContext</a> - Configurable properties common to all serializers.
             <ul>
-               <li class='c'><a class='doclink' href='org/apache/juneau/html/HtmlSerializerContext.html#ConfigProperties'>HtmlSerializerContext</a> - Configurable properties on the HTML serializer.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/html/HtmlSerializerContext.html#ConfigProperties'>HtmlSerializerContext</a> - Configurable properties on the HTML serializer.
                <ul>
-                  <li class='c'><a class='doclink' href='org/apache/juneau/html/HtmlDocSerializerContext.html#ConfigProperties'>HtmlDocSerializerContext</a> - Configurable properties on the HTML document serializer.
+                  <li class='jc'><a class='doclink' href='org/apache/juneau/html/HtmlDocSerializerContext.html#ConfigProperties'>HtmlDocSerializerContext</a> - Configurable properties on the HTML document serializer.
                </ul>
-               <li class='i'><a class='doclink' href='org/apache/juneau/jena/RdfCommonContext.html#ConfigProperties'>RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
+               <li class='jic'><a class='doclink' href='org/apache/juneau/jena/RdfCommonContext.html#ConfigProperties'>RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
                <ul>
-                  <li class='c'><a class='doclink' href='org/apache/juneau/jena/RdfSerializerContext.html#ConfigProperties'>RdfSerializerContext</a> - Configurable properties on the RDF serializers.
+                  <li class='jc'><a class='doclink' href='org/apache/juneau/jena/RdfSerializerContext.html#ConfigProperties'>RdfSerializerContext</a> - Configurable properties on the RDF serializers.
                </ul>
-               <li class='c'><a class='doclink' href='org/apache/juneau/json/JsonSerializerContext.html#ConfigProperties'>JsonSerializerContext</a> - Configurable properties on the JSON serializer.
-               <li class='c'><a class='doclink' href='org/apache/juneau/msgpack/MsgPackSerializerContext.html#ConfigProperties'>MsgPackSerializerContext</a> - Configurable properties on the MessagePack serializer.
-               <li class='c'><a class='doclink' href='org/apache/juneau/soap/SoapXmlSerializerContext.html#ConfigProperties'>SoapXmlSerializerContext</a> - Configurable properties on the SOAP/XML serializer.
-               <li class='c'><a class='doclink' href='org/apache/juneau/urlencoding/UonSerializerContext.html#ConfigProperties'>UonSerializerContext</a> - Configurable properties on the URL-Encoding and UON serializers.
-               <li class='c'><a class='doclink' href='org/apache/juneau/xml/XmlSerializerContext.html#ConfigProperties'>XmlSerializerContext</a> - Configurable properties on the XML serializer.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/json/JsonSerializerContext.html#ConfigProperties'>JsonSerializerContext</a> - Configurable properties on the JSON serializer.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/msgpack/MsgPackSerializerContext.html#ConfigProperties'>MsgPackSerializerContext</a> - Configurable properties on the MessagePack serializer.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/soap/SoapXmlSerializerContext.html#ConfigProperties'>SoapXmlSerializerContext</a> - Configurable properties on the SOAP/XML serializer.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/urlencoding/UonSerializerContext.html#ConfigProperties'>UonSerializerContext</a> - Configurable properties on the URL-Encoding and UON serializers.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/xml/XmlSerializerContext.html#ConfigProperties'>XmlSerializerContext</a> - Configurable properties on the XML serializer.
             </ul>
-            <li class='c'><a class='doclink' href='org/apache/juneau/parser/ParserContext.html#ConfigProperties'>ParserContext</a> - Configurable properties common to all parsers.
+            <li class='jc'><a class='doclink' href='org/apache/juneau/parser/ParserContext.html#ConfigProperties'>ParserContext</a> - Configurable properties common to all parsers.
             <ul>
-               <li class='c'><a class='doclink' href='org/apache/juneau/html/HtmlParserContext.html#ConfigProperties'>HtmlParserContext</a> - Configurable properties on the HTML parser.
-               <li class='i'><a class='doclink' href='org/apache/juneau/jena/RdfCommonContext.html#ConfigProperties'>RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/html/HtmlParserContext.html#ConfigProperties'>HtmlParserContext</a> - Configurable properties on the HTML parser.
+               <li class='jic'><a class='doclink' href='org/apache/juneau/jena/RdfCommonContext.html#ConfigProperties'>RdfCommonContext</a> - Configurable properties common to the RDF serializers and parsers.
                <ul>
-                  <li class='c'><a class='doclink' href='org/apache/juneau/jena/RdfParserContext.html#ConfigProperties'>RdfParserContext</a> - Configurable properties on the RDF parsers.
+                  <li class='jc'><a class='doclink' href='org/apache/juneau/jena/RdfParserContext.html#ConfigProperties'>RdfParserContext</a> - Configurable properties on the RDF parsers.
                </ul>
-               <li class='c'><a class='doclink' href='org/apache/juneau/json/JsonParserContext.html#ConfigProperties'>JsonParserContext</a> - Configurable properties on the JSON parser.
-               <li class='c'><a class='doclink' href='org/apache/juneau/msgpack/MsgPackParserContext.html#ConfigProperties'>MsgPackParserContext</a> - Configurable properties on the MessagePack parser.
-               <li class='c'><a class='doclink' href='org/apache/juneau/urlencoding/UonParserContext.html#ConfigProperties'>UonParserContext</a> - Configurable properties on the URL-Encoding and UON parsers.
-               <li class='c'><a class='doclink' href='org/apache/juneau/xml/XmlParserContext.html#ConfigProperties'>XmlParserContext</a> - Configurable properties on the XML parser.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/json/JsonParserContext.html#ConfigProperties'>JsonParserContext</a> - Configurable properties on the JSON parser.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/msgpack/MsgPackParserContext.html#ConfigProperties'>MsgPackParserContext</a> - Configurable properties on the MessagePack parser.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/urlencoding/UonParserContext.html#ConfigProperties'>UonParserContext</a> - Configurable properties on the URL-Encoding and UON parsers.
+               <li class='jc'><a class='doclink' href='org/apache/juneau/xml/XmlParserContext.html#ConfigProperties'>XmlParserContext</a> - Configurable properties on the XML parser.
             </ul>
          </ul>
-         <li class='c'><a class='doclink' href='org/apache/juneau/server/RestContext.html#ConfigProperties'>RestContext</a> - Configurable properties on the REST servlet.
+         <li class='jc'><a class='doclink' href='org/apache/juneau/server/RestContext.html#ConfigProperties'>RestContext</a> - Configurable properties on the REST servlet.
       </ul>
    </div>
       
@@ -1005,22 +1005,22 @@
          However, two special classes are provided tailor how certain Java objects are handled by the framework. 
          These classes are:
       </p>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> - Tailor how specific non-bean classes are handled by the framework.
-         <li class='c'><a href="org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform"><code>BeanFilter</code></a> - Tailor how specific bean classes are handled by the framework.
+      <ul class='doctree'>
+         <li class='jc'><a href="org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> - Tailor how specific non-bean classes are handled by the framework.
+         <li class='jc'><a href="org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform"><code>BeanFilter</code></a> - Tailor how specific bean classes are handled by the framework.
       </ul>
       <p>
          Annotations are also provided that allow you to use transformations directly on class definitions:
       </p>
-      <ul class='javahierarchy'>
-         <li class='n'><a href="org/apache/juneau/annotation/Pojo.html" title="annotation in org.apache.juneau.annotation"><code>@Pojo</code></a> - Used to tailor how non-bean POJOs get interpreted by the framework.
-         <li class='n'><a href="org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> - Used to tailor how beans get interpreted by the framework.
-         <li class='n'><a href="org/apache/juneau/annotation/BeanConstructor.html" title="annotation in org.apache.juneau.annotation"><code>@BeanConstructor</code></a> - Maps constructor arguments to property names on beans with read-only properties.
-         <li class='n'><a href="org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><code>@BeanIgnore</code></a> - Ignore classes, fields, and methods from being interpreted as bean or bean components.
-         <li class='n'><a href="org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation"><code>@BeanProperty</code></a> - Used to tailor how bean properties get interpreted by the framework.
-         <li class='n'><a href="org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation"><code>@NameProperty</code></a> - Identifies a setter as a method for setting the name of a POJO as it's known by its parent object.
-         <li class='n'><a href="org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a> - Identifies a setter as a method for adding a parent reference to a child object.
-         <li class='n'><a href="org/apache/juneau/annotation/URI.html" title="annotation in org.apache.juneau.annotation"><code>@URI</code></a> - Used to identify a class or bean property as a URI.
+      <ul class='doctree'>
+         <li class='ja'><a href="org/apache/juneau/annotation/Pojo.html" title="annotation in org.apache.juneau.annotation"><code>@Pojo</code></a> - Used to tailor how non-bean POJOs get interpreted by the framework.
+         <li class='ja'><a href="org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> - Used to tailor how beans get interpreted by the framework.
+         <li class='ja'><a href="org/apache/juneau/annotation/BeanConstructor.html" title="annotation in org.apache.juneau.annotation"><code>@BeanConstructor</code></a> - Maps constructor arguments to property names on beans with read-only properties.
+         <li class='ja'><a href="org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><code>@BeanIgnore</code></a> - Ignore classes, fields, and methods from being interpreted as bean or bean components.
+         <li class='ja'><a href="org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation"><code>@BeanProperty</code></a> - Used to tailor how bean properties get interpreted by the framework.
+         <li class='ja'><a href="org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation"><code>@NameProperty</code></a> - Identifies a setter as a method for setting the name of a POJO as it's known by its parent object.
+         <li class='ja'><a href="org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a> - Identifies a setter as a method for adding a parent reference to a child object.
+         <li class='ja'><a href="org/apache/juneau/annotation/URI.html" title="annotation in org.apache.juneau.annotation"><code>@URI</code></a> - Used to identify a class or bean property as a URI.
       </ul>
    
       <!-- ======================================================================================================== -->
@@ -1087,26 +1087,27 @@
          <p>
             Several <code>PojoSwaps</code> are already provided for common Java objects:
          </p>
-         <ul class='javahierarchy'>
-            <li class='p'><a class='doclink' href='org/apache/juneau/transforms/package-summary.html#TOC'>org.apache.juneau.transforms</a>
+         <ul class='doctree'>
+            <li class='jp'><a class='doclink' href='org/apache/juneau/transforms/package-summary.html#TOC'>org.apache.juneau.transforms</a>
             <ul>
-               <li class='c'><a href="org/apache/juneau/transforms/ByteArrayBase64Swap.html" title="class in org.apache.juneau.transforms"><code>ByteArrayBase64Swap</code></a>
-               <li class='a'><a href="org/apache/juneau/transforms/CalendarSwap.html" title="class in org.apache.juneau.transforms"><code>CalendarSwap</code></a>
-               <li class='a'><a href="org/apache/juneau/transforms/DateSwap.html" title="class in org.apache.juneau.transforms"><code>DateSwap</code></a>
-               <li class='c'><a href="org/apache/juneau/transforms/EnumerationSwap.html" title="class in org.apache.juneau.transforms"><code>EnumerationSwap</code></a>
-               <li class='c'><a href="org/apache/juneau/transforms/IteratorSwap.html" title="class in org.apache.juneau.transforms"><code>IteratorSwap</code></a>
-               <li class='c'><a href="org/apache/juneau/transforms/ReaderSwap.html" title="class in org.apache.juneau.transforms"><code>ReaderSwap</code></a>
-               <li class='c'><a href="org/apache/juneau/transforms/XMLGregorianCalendarSwap.html" title="class in org.apache.juneau.transforms"><code>XMLGregorianCalendarSwap</code></a>
+               <li class='jc'><a href="org/apache/juneau/transforms/ByteArrayBase64Swap.html" title="class in org.apache.juneau.transforms"><code>ByteArrayBase64Swap</code></a>
+               <li class='jac'><a href="org/apache/juneau/transforms/CalendarSwap.html" title="class in org.apache.juneau.transforms"><code>CalendarSwap</code></a>
+               <li class='jac'><a href="org/apache/juneau/transforms/DateSwap.html" title="class in org.apache.juneau.transforms"><code>DateSwap</code></a>
+               <li class='jc'><a href="org/apache/juneau/transforms/EnumerationSwap.html" title="class in org.apache.juneau.transforms"><code>EnumerationSwap</code></a>
+               <li class='jc'><a href="org/apache/juneau/transforms/IteratorSwap.html" title="class in org.apache.juneau.transforms"><code>IteratorSwap</code></a>
+               <li class='jc'><a href="org/apache/juneau/transforms/ReaderSwap.html" title="class in org.apache.juneau.transforms"><code>ReaderSwap</code></a>
+               <li class='jc'><a href="org/apache/juneau/transforms/XMLGregorianCalendarSwap.html" title="class in org.apache.juneau.transforms"><code>XMLGregorianCalendarSwap</code></a>
             </ul>
          </ul>
          <p>
             In particular, the <a href="org/apache/juneau/transforms/CalendarSwap.html" title="class in org.apache.juneau.transforms"><code>CalendarSwap</code></a> and <a href="org/apache/juneau/transforms/DateSwap.html" title="class in org.apache.juneau.transforms"><code>DateSwap</code></a> tramsforms
             provide a large number of customized swaps to ISO, RFC, or localized strings.
          </p>
-         <p class='info'>
-            The 'swapped' class type must be a serializable type.<br>
-            See the definition for Category 4 objects in <a class='doclink' href='#Core.PojoCategories'>POJO Categories</a>.  
-         </p>
+         <ul class='doctree'>
+            <li class='info'>
+               The 'swapped' class type must be a serializable type.<br>
+               See the definition for Category 4 objects in <a class='doclink' href='#Core.PojoCategories'>POJO Categories</a>.  
+         </ul>
       </div>
    
       <!-- ======================================================================================================== -->
@@ -1311,8 +1312,8 @@
          </p>
          
          <h6 class='topic'>Additional Information</h6>
-         <ul class='javahierarchy'>
-            <li class='p'><a class='doclink' href='org/apache/juneau/transform/package-summary.html#TOC'>org.apache.juneau.transform</a>
+         <ul class='doctree'>
+            <li class='jp'><a class='doclink' href='org/apache/juneau/transform/package-summary.html#TOC'>org.apache.juneau.transform</a>
          </ul>
       </div>
 
@@ -1388,20 +1389,18 @@
          <li>On individual bean properties through the <a href="org/apache/juneau/annotation/BeanProperty.html#beanDictionary--"><code>@BeanProperty.beanDictionary()</code></a> annotation.
          <li>Globally for a parser using the <a href="org/apache/juneau/parser/ParserBuilder.html#beanDictionary-java.lang.Class...-"><code>ParserBuilder.beanDictionary(Class...)</code></a> method.
       </ul>
-      <p class='info'>
-         Type names do not need to be universally unique.  
-         However, they must be unique within a dictionary.
-      </p>
-      <p class='info'>
-         The following reserved words cannot be used as type names:  <code>object, array, number, boolean, null</code>.
-      </p>  
-      <p class='info'>
-         Serialized type names are DISABLED by default.
-         They must be enabled on the serializer using the <a href="org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_addBeanTypeProperties"><code>SerializerContext.SERIALIZER_addBeanTypeProperties</code></a> configuration property.
-      </p>
-      <p class='info'>
-         The <js>"_type"</js> property name can be overridden using the <a href="org/apache/juneau/BeanContext.html#BEAN_beanTypePropertyName"><code>BeanContext.BEAN_beanTypePropertyName</code></a> configuration property.
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            Type names do not need to be universally unique.  
+            However, they must be unique within a dictionary.
+         <li class='info'>
+            The following reserved words cannot be used as type names:  <code>object, array, number, boolean, null</code>.
+         <li class='info'>
+            Serialized type names are DISABLED by default.
+            They must be enabled on the serializer using the <a href="org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_addBeanTypeProperties"><code>SerializerContext.SERIALIZER_addBeanTypeProperties</code></a> configuration property.
+         <li class='info'>
+            The <js>"_type"</js> property name can be overridden using the <a href="org/apache/juneau/BeanContext.html#BEAN_beanTypePropertyName"><code>BeanContext.BEAN_beanTypePropertyName</code></a> configuration property.
+      </ul>
       
       <!-- ======================================================================================================== -->
       <a id="Core.BeanSubTypes"></a>
@@ -1734,12 +1733,13 @@
             <td style='background-color:salmon;text-align:center'><b>no</b></td>
          </tr>       
       </table>
-      <p class='info'>
-         Serializers are designed to work on tree-shaped POJO models.  
-         These are models where there are no referential loops (e.g. leaves with references to nodes, or nodes in one branch referencing nodes in another branch).  
-         There is a serializer setting <code>detectRecursions</code> to look for and handle these kinds of loops (by setting these references to <jk>null</jk>), 
-            but it is not enabled by default since it introduces a moderate performance penalty. 
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            Serializers are designed to work on tree-shaped POJO models.  
+            These are models where there are no referential loops (e.g. leaves with references to nodes, or nodes in one branch referencing nodes in another branch).  
+            There is a serializer setting <code>detectRecursions</code> to look for and handle these kinds of loops (by setting these references to <jk>null</jk>), 
+               but it is not enabled by default since it introduces a moderate performance penalty. 
+      </ul>
    </div>
    
    <!-- ======================================================================================================== -->
@@ -1773,8 +1773,8 @@
          It is used extensively in the ConfigFile, REST and Microservice APIs.
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/svl/package-summary.html#TOC'>org.apache.juneau.svl</a> - Simple Variable Language Javadocs.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/svl/package-summary.html#TOC'>org.apache.juneau.svl</a> - Simple Variable Language Javadocs.
       </ul>
    </div>
    
@@ -2009,8 +2009,8 @@
    cf.save();
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/ini/package-summary.html#TOC'>org.apache.juneau.ini</a> - Config API Javadocs.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/ini/package-summary.html#TOC'>org.apache.juneau.ini</a> - Config API Javadocs.
       </ul>
    </div>
    
@@ -2023,18 +2023,18 @@
          Refer to these docs for language-specific information.
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/html/package-summary.html#TOC'>org.apache.juneau.html</a> - HTML support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/jena/package-summary.html#TOC'>org.apache.juneau.jena</a> - RDF support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/jso/package-summary.html#TOC'>org.apache.juneau.jso</a> - Java Serialized Object support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/json/package-summary.html#TOC'>org.apache.juneau.json</a> - JSON support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/msgpack/package-summary.html#TOC'>org.apache.juneau.msgpack</a> - MessagePack support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/plaintext/package-summary.html#TOC'>org.apache.juneau.plaintext</a> - Plain-text support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/soap/package-summary.html#TOC'>org.apache.juneau.soap</a> - SOAP support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/urlencoding/package-summary.html#TOC'>org.apache.juneau.urlencoding</a> - URL-Encoding and UON support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/xml/package-summary.html#TOC'>org.apache.juneau.xml</a> - XML support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - ATOM support.
-         <li class='p'><a class='doclink' href='org/apache/juneau/dto/cognos/package-summary.html#TOC'>org.apache.juneau.dto.cognos</a> - Cognos support.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/html/package-summary.html#TOC'>org.apache.juneau.html</a> - HTML support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/jena/package-summary.html#TOC'>org.apache.juneau.jena</a> - RDF support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/jso/package-summary.html#TOC'>org.apache.juneau.jso</a> - Java Serialized Object support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/json/package-summary.html#TOC'>org.apache.juneau.json</a> - JSON support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/msgpack/package-summary.html#TOC'>org.apache.juneau.msgpack</a> - MessagePack support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/plaintext/package-summary.html#TOC'>org.apache.juneau.plaintext</a> - Plain-text support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/soap/package-summary.html#TOC'>org.apache.juneau.soap</a> - SOAP support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/urlencoding/package-summary.html#TOC'>org.apache.juneau.urlencoding</a> - URL-Encoding and UON support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/xml/package-summary.html#TOC'>org.apache.juneau.xml</a> - XML support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - ATOM support.
+         <li class='jp'><a class='doclink' href='org/apache/juneau/dto/cognos/package-summary.html#TOC'>org.apache.juneau.dto.cognos</a> - Cognos support.
       </ul>
    </div>
    
@@ -2253,8 +2253,8 @@
       </p>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/dto/html5/package-summary.html#TOC'>org.apache.juneau.dto.html5</a> - HTML5 beans.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/dto/html5/package-summary.html#TOC'>org.apache.juneau.dto.html5</a> - HTML5 beans.
       </ul>
    </div>
 
@@ -2371,8 +2371,8 @@
       </p>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - Atom DTOs.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - Atom DTOs.
       </ul>
    </div>
 
@@ -2794,8 +2794,8 @@
       Refer to the additional information for an in-depth examination of the API.
    </p>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a class='doclink' href='org/apache/juneau/server/package-summary.html#TOC'>org.apache.juneau.rest</a> - Juneau Server API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a class='doclink' href='org/apache/juneau/server/package-summary.html#TOC'>org.apache.juneau.rest</a> - Juneau Server API Javadocs.
    </ul>
 </div>
          
@@ -2837,8 +2837,8 @@
       Refer to the additional information for an in-depth examination of the API.
    </p>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a class='doclink' href='org/apache/juneau/client/package-summary.html#TOC'>org.apache.juneau.rest.client</a> - Juneau Client API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a class='doclink' href='org/apache/juneau/client/package-summary.html#TOC'>org.apache.juneau.rest.client</a> - Juneau Client API Javadocs.
    </ul>
 </div>
    
@@ -2987,8 +2987,8 @@
          recreated on the client side.
    </ul>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a class='doclink' href='org/apache/juneau/server/remoteable/package-summary.html#TOC'>org.apache.juneau.rest.remoteable</a> - Juneau Remoteable API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a class='doclink' href='org/apache/juneau/server/remoteable/package-summary.html#TOC'>org.apache.juneau.rest.remoteable</a> - Juneau Remoteable API Javadocs.
    </ul>
    
    <!-- ======================================================================================================== -->
@@ -3070,8 +3070,8 @@
       </ul>
 
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/remoteable/package-summary.html#TOC'>org.apache.juneau.remoteable</a> - Juneau Remoteable API Javadocs.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/remoteable/package-summary.html#TOC'>org.apache.juneau.remoteable</a> - Juneau Remoteable API Javadocs.
       </ul>
    </div>
 </div>
@@ -3100,8 +3100,8 @@
       and easy-to-use REST interfaces with minimal overhead.
    </p>
    <h6 class='topic'>Additional Information</h6>
-   <ul class='javahierarchy'>
-      <li class='p'><a class='doclink' href='org/apache/juneau/microservice/package-summary.html#TOC'>org.apache.juneau.microservice</a> - Juneau Microservice API Javadocs.
+   <ul class='doctree'>
+      <li class='jp'><a class='doclink' href='org/apache/juneau/microservice/package-summary.html#TOC'>org.apache.juneau.microservice</a> - Juneau Microservice API Javadocs.
    </ul>
 </div>
 
@@ -3237,10 +3237,10 @@
          If you open up a command prompt in the <l>build/microservice</l> folder, you can start your microservice as follows:
       </p>
       <img class='bordered' src='doc-files/Samples.Building.2.png'>
-      <p class='warn'>
-         If you get an error message saying <code class='snippet'>java.net.BindException: Address already in use</code>, this means that the microservice
-         is already running elsewhere, so it cannot bind to port 10000.
-      </p>
+      <ul class='doctree'>
+         <li class='warn'>If you get an error message saying <code class='snippet'>java.net.BindException: Address already in use</code>, this means that the microservice
+            is already running elsewhere, so it cannot bind to port 10000.
+      </ul>
    </div>
    
    <!-- ======================================================================================================== -->
@@ -3289,9 +3289,9 @@
             However, if you need to add extra libraries to your microservice, you'll need to copy them into your <l>lib</l> 
             directory and add them to the classpath here.
       </ul>
-      <p class='warn'>
-         If you modify the manifest file and get <l>NoClassDefFoundErrors</l>, ensure that the classpath entries contain trailing spaces.
-      </p>
+      <ul class='doctree'>
+         <li class='warn'>If you modify the manifest file and get <l>NoClassDefFoundErrors</l>, ensure that the classpath entries contain trailing spaces.
+      </ul>
    </div>   
 
    <!-- ======================================================================================================== -->
@@ -3305,20 +3305,20 @@
       <p>
          The class hierarchy for this class is:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
             <br>Contains all the REST servlet logic.
          <ul>
-            <li class='a'><a href="org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
+            <li class='jac'><a href="org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
                <br>Defines default serializers and parsers, and OPTIONs page logic.
             <ul>
-               <li class='a'><a href="org/apache/juneau/rest/RestServletGroupDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletGroupDefault</code></a>
+               <li class='jac'><a href="org/apache/juneau/rest/RestServletGroupDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletGroupDefault</code></a>
                   <br>Specialized subclass for grouping other resources
                <ul>
-                  <li class='a'><a href="org/apache/juneau/microservice/ResourceGroup.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceGroup</code></a>
+                  <li class='jac'><a href="org/apache/juneau/microservice/ResourceGroup.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.ResourceGroup</code></a>
                      <br>Specialized subclass when using the Microservice API.
                   <ul>
-                     <li class='c'><code>org.apache.juneau.rest.samples.RootResources</code>
+                     <li class='jc'><code>org.apache.juneau.rest.samples.RootResources</code>
                   </ul>
                </ul>
             </ul>
@@ -3420,15 +3420,16 @@
          Note that these router pages can be arbitrarily nested deep.  
          You can define many levels of router pages for arbitrarily hierarchical REST interfaces. 
       </p>
-      <p class='info'>
-         Let's step back and describe what's going on here:<br>
-         During servlet initialization of the <l>RootResources</l> object, the toolkit looks for the <l>@RestResource.children()</l> annotation.  
-         If it finds it, it instantiates instances of each class and recursively performs servlet initialization on them.  
-         It then associates the child resource with the parent by the name specified by the <l>@RestResource.path()</l> annotation on the child class.  
-         When a request for the child URL (<l>/helloWorld</l>) is received, the <l>RootResources</l> servlet gets the request and sees that the URL remainder matches one of its child resources.  
-         It then forwards the request to the child resource for processing.  
-         The request passed to the child resource is the same as if the child resource had been deployed independently (e.g. path-info, resource-URI, and so forth).
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            Let's step back and describe what's going on here:<br>
+            During servlet initialization of the <l>RootResources</l> object, the toolkit looks for the <l>@RestResource.children()</l> annotation.  
+            If it finds it, it instantiates instances of each class and recursively performs servlet initialization on them.  
+            It then associates the child resource with the parent by the name specified by the <l>@RestResource.path()</l> annotation on the child class.  
+            When a request for the child URL (<l>/helloWorld</l>) is received, the <l>RootResources</l> servlet gets the request and sees that the URL remainder matches one of its child resources.  
+            It then forwards the request to the child resource for processing.  
+            The request passed to the child resource is the same as if the child resource had been deployed independently (e.g. path-info, resource-URI, and so forth).
+      </ul>
    </div>   
 
    <!-- ======================================================================================================== -->
@@ -3470,17 +3471,17 @@
       <p>
          The class hierarchy for this class is:
       </p>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServlet</code></a>
             <br>Contains all the REST servlet logic.
          <ul>
-            <li class='a'><a href="org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
+            <li class='jac'><a href="org/apache/juneau/rest/RestServletDefault.html" title="class in org.apache.juneau.rest"><code>org.apache.juneau.rest.RestServletDefault</code></a>
                <br>Defines default serializers and parsers, and OPTIONs page logic.
             <ul>
-               <li class='a'><a href="org/apache/juneau/microservice/Resource.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.Resource</code></a>
+               <li class='jac'><a href="org/apache/juneau/microservice/Resource.html" title="class in org.apache.juneau.microservice"><code>org.apache.juneau.microservice.Resource</code></a>
                   <br>Specialized subclass when using the Microservice API.
                <ul>
-                  <li class='c'><code>org.apache.juneau.rest.samples.HelloWorldResource</code>
+                  <li class='jc'><code>org.apache.juneau.rest.samples.HelloWorldResource</code>
                </ul>
             </ul>
          </ul>
@@ -3640,32 +3641,32 @@
       <p>
          The class consists of 4 methods:
       </p>  
-      <ul class='javahierarchy'>
-         <li class='m'><l>doExample()</l>
+      <ul class='doctree'>
+         <li class='jm'><l>doExample()</l>
             <br>The root page. 
             <br>Performs a simple redirection to the <l>doGetExample1()</l> method using a <a href="org/apache/juneau/rest/Redirect.html" title="class in org.apache.juneau.rest"><code>Redirect</code></a> object.
-         <li class='m'><l>example1()</l>
+         <li class='jm'><l>example1()</l>
             <br>Shows how to use the following annotations:
             <ul>
-               <li class='n'><a href="org/apache/juneau/rest/annotation/Path.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Path</code></a>
-               <li class='n'><a href="org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Query</code></a>
-               <li class='n'><a href="org/apache/juneau/rest/annotation/Header.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Header</code></a>
-               <li class='n'><a href="org/apache/juneau/rest/annotation/Method.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Method</code></a>
-               <li class='n'><a href="org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation"><code>@PathRemainder</code></a>
+               <li class='ja'><a href="org/apache/juneau/rest/annotation/Path.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Path</code></a>
+               <li class='ja'><a href="org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Query</code></a>
+               <li class='ja'><a href="org/apache/juneau/rest/annotation/Header.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Header</code></a>
+               <li class='ja'><a href="org/apache/juneau/rest/annotation/Method.html" title="annotation in org.apache.juneau.rest.annotation"><code>@Method</code></a>
+               <li class='ja'><a href="org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation"><code>@PathRemainder</code></a>
             </ul>
             Method returns a POJO to be serialized as the output.
-         <li class='m'><l>example2()</l>
+         <li class='jm'><l>example2()</l>
             <br>Identical to <l>doGetExample1()</l> but shows how to use the <a href="org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest"><code>RestRequest</code></a> and <a href="org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest"><code>RestResponse</code></a> objects:
             <ul>
-               <li class='m'><a href="org/apache/juneau/rest/RestRequest.html#getPathMatch--"><code>RestRequest.getPathMatch()</code></a>
-               <li class='m'><a href="org/apache/juneau/rest/RestRequest.html#getQuery--"><code>RestRequest.getQuery()</code></a>
-               <li class='m'><a href="org/apache/juneau/rest/RestRequest.html#getFormData--"><code>RestRequest.getFormData()</code></a>
-               <li class='m'><a href="org/apache/juneau/rest/RestRequest.html#getHeaders--"><code>RestRequest.getHeaders()</code></a>
-               <li class='m'><a href="org/apache/juneau/rest/RestRequest.html#getMethod--"><code>RestRequest.getMethod()</code></a>
-               <li class='m'><a href="org/apache/juneau/rest/RequestPathMatch.html#getRemainder--"><code>RequestPathMatch.getRemainder()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RestRequest.html#getPathMatch--"><code>RestRequest.getPathMatch()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RestRequest.html#getQuery--"><code>RestRequest.getQuery()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RestRequest.html#getFormData--"><code>RestRequest.getFormData()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RestRequest.html#getHeaders--"><code>RestRequest.getHeaders()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RestRequest.html#getMethod--"><code>RestRequest.getMethod()</code></a>
+               <li class='jm'><a href="org/apache/juneau/rest/RequestPathMatch.html#getRemainder--"><code>RequestPathMatch.getRemainder()</code></a>
             </ul>
             Method sets the POJO to be serialized using the <a href="org/apache/juneau/rest/RestResponse.html#setOutput-java.lang.Object-"><code>RestResponse.setOutput(Object)</code></a> method.
-         <li class='m'><l>example3()</l>
+         <li class='jm'><l>example3()</l>
             <br>Identical to <l>doGetExample1()</l> but uses automatically resolved parameters based on class type.
             <br>Juneau automatically recognizes specific class types such as common header types and automatically
                resolves them to objects for you.  
@@ -3954,9 +3955,9 @@
       </p>
       
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='m'><a href="org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class[])</code></a> - Servlet and request variables.
-         <li class='m'><a href="org/apache/juneau/rest/RestCallHandler.html#getSessionObjects-org.apache.juneau.rest.RestRequest-"><code>RestCallHandler.getSessionObjects(RestRequest)</code></a> - Var resolver session objects.
+      <ul class='doctree'>
+         <li class='jm'><a href="org/apache/juneau/rest/RestConfig.html#addVars-java.lang.Class...-"><code>RestConfig.addVars(Class[])</code></a> - Servlet and request variables.
+         <li class='jm'><a href="org/apache/juneau/rest/RestCallHandler.html#getSessionObjects-org.apache.juneau.rest.RestRequest-"><code>RestCallHandler.getSessionObjects(RestRequest)</code></a> - Var resolver session objects.
       </ul>
    </div>   
    
@@ -4116,10 +4117,11 @@
             <li><l>CreatePerson, CreateAddress</l> - POJOs for creating and updating people and address through the REST interface.
             <li><l>AddressBookResource</l> - The REST resource class.
          </ul>  
-         <p class='info'>
+         <ul class='doctree'>
+            <li class='info'>
             For the sake of brevity, bean properties are defined as public fields instead of the normal getters/setters.
             Also, the examples are not the most efficient design and are not thread safe.
-         </p>     
+         </ul>    
          <p>
             The <l>package-info.java</l> file is used to define XML and RDF namespaces on beans and properties in this package.
             Here you define a default XML and RDF namespaces and URL mappings for namespace shortnames used throughout this package.
@@ -5156,9 +5158,10 @@
       <img class='bordered' src='doc-files/Samples.SampleRemoteableServlet.2.png'>
       <br><br>
       <img class='bordered' src='doc-files/Samples.SampleRemoteableServlet.3.png'>
-      <p class='info'>
-         As good practice, you'll want to use interfaces to prevent all public methods from being exposed.
-      </p>
+      <ul class='doctree'>
+         <li class='info'>
+            As good practice, you'll want to use interfaces to prevent all public methods from being exposed.
+      </ul>
       <p>
          Proxy interfaces are then retrieved using the <a href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-"><code>RestClient.getRemoteableProxy(Class)</code></a> method.
       </p>
@@ -5181,13 +5184,13 @@
          <jk>new</jk> CreateAddress(<js>"Test street"</js>, <js>"Test city"</js>, <js>"Test state"</js>, 12345, <jk>true</jk>))
    );
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/server/remoteable/package-summary.html#TOC'>org.apache.juneau.rest.remoteable</a> - Remoteable API Javadoc
-         <li class='a'><a href="org/apache/juneau/rest/remoteable/RemoteableServlet.html" title="class in org.apache.juneau.rest.remoteable"><code>RemoteableServlet</code></a>
-         <li class='c'><a href="org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client"><code>RestClient</code></a>
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/server/remoteable/package-summary.html#TOC'>org.apache.juneau.rest.remoteable</a> - Remoteable API Javadoc
+         <li class='jac'><a href="org/apache/juneau/rest/remoteable/RemoteableServlet.html" title="class in org.apache.juneau.rest.remoteable"><code>RemoteableServlet</code></a>
+         <li class='jc'><a href="org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client"><code>RestClient</code></a>
          <ul>
-            <li class='m'><a href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-"><code>getRemoteableProxy(Class)</code></a>
-            <li class='m'><a href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-java.lang.Object-"><code>getRemoteableProxy(Class,Object)</code></a>
+            <li class='jm'><a href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-"><code>getRemoteableProxy(Class)</code></a>
+            <li class='jm'><a href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-java.lang.Object-"><code>getRemoteableProxy(Class,Object)</code></a>
          </ul>
       </ul>
    </div>   
@@ -5304,8 +5307,8 @@
          Note how the HTML file contains localized variables for the servlet label and description.
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='a'><a href="org/apache/juneau/microservice/resources/DirectoryResource.html" title="class in org.apache.juneau.microservice.resources"><code>DirectoryResource</code></a>
+      <ul class='doctree'>
+         <li class='jac'><a href="org/apache/juneau/microservice/resources/DirectoryResource.html" title="class in org.apache.juneau.microservice.resources"><code>DirectoryResource</code></a>
       </ul>
    </div>   
    
@@ -5414,8 +5417,8 @@
    }     
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='p'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - ATOM Feed DTO Javadocs.
+      <ul class='doctree'>
+         <li class='jp'><a class='doclink' href='org/apache/juneau/dto/atom/package-summary.html#TOC'>org.apache.juneau.dto.atom</a> - ATOM Feed DTO Javadocs.
       </ul>
    </div>   
    
@@ -5498,9 +5501,9 @@
    <ck>url</ck> = <cv>http://clmdocker02.ratl.swg.usma.apache.org:5000/v1</cv>
       </p>
       <h6 class='topic'>Additional Information</h6>
-      <ul class='javahierarchy'>
-         <li class='c'><a href="org/apache/juneau/rest/labels/ResourceDescription.html" title="class in org.apache.juneau.rest.labels"><code>ResourceDescription</code></a>
-         <li class='m'><a href="org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a>
+      <ul class='doctree'>
+         <li class='jc'><a href="org/apache/juneau/rest/labels/ResourceDescription.html" title="class in org.apache.juneau.rest.labels"><code>ResourceDescription</code></a>
+         <li class='jm'><a href="org/apache/juneau/rest/RestContext.html#getConfigFile--"><code>RestContext.getConfigFile()</code></a>
       </ul>
    </div>   
    

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/abstract_class.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/abstract_class.png b/content/site/apidocs/resources/icons/abstract_class.png
new file mode 100644
index 0000000..f2b833a
Binary files /dev/null and b/content/site/apidocs/resources/icons/abstract_class.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/annotation.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/annotation.png b/content/site/apidocs/resources/icons/annotation.png
new file mode 100644
index 0000000..41c670c
Binary files /dev/null and b/content/site/apidocs/resources/icons/annotation.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/class.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/class.png b/content/site/apidocs/resources/icons/class.png
new file mode 100644
index 0000000..eca31b3
Binary files /dev/null and b/content/site/apidocs/resources/icons/class.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/extlink.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/extlink.png b/content/site/apidocs/resources/icons/extlink.png
new file mode 100644
index 0000000..5e7b6e6
Binary files /dev/null and b/content/site/apidocs/resources/icons/extlink.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/field.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/field.png b/content/site/apidocs/resources/icons/field.png
new file mode 100644
index 0000000..b5069b2
Binary files /dev/null and b/content/site/apidocs/resources/icons/field.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/info.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/info.png b/content/site/apidocs/resources/icons/info.png
new file mode 100644
index 0000000..34cc330
Binary files /dev/null and b/content/site/apidocs/resources/icons/info.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/interface.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/interface.png b/content/site/apidocs/resources/icons/interface.png
new file mode 100644
index 0000000..059d2fe
Binary files /dev/null and b/content/site/apidocs/resources/icons/interface.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/link.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/link.png b/content/site/apidocs/resources/icons/link.png
new file mode 100644
index 0000000..77d4700
Binary files /dev/null and b/content/site/apidocs/resources/icons/link.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/method.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/method.png b/content/site/apidocs/resources/icons/method.png
new file mode 100644
index 0000000..72b0277
Binary files /dev/null and b/content/site/apidocs/resources/icons/method.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/package.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/package.png b/content/site/apidocs/resources/icons/package.png
new file mode 100644
index 0000000..538f2e5
Binary files /dev/null and b/content/site/apidocs/resources/icons/package.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/severe.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/severe.png b/content/site/apidocs/resources/icons/severe.png
new file mode 100644
index 0000000..d5309c1
Binary files /dev/null and b/content/site/apidocs/resources/icons/severe.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/sublink.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/sublink.png b/content/site/apidocs/resources/icons/sublink.png
new file mode 100644
index 0000000..08d73d1
Binary files /dev/null and b/content/site/apidocs/resources/icons/sublink.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/resources/icons/warn.png
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/icons/warn.png b/content/site/apidocs/resources/icons/warn.png
new file mode 100644
index 0000000..7eca7e6
Binary files /dev/null and b/content/site/apidocs/resources/icons/warn.png differ