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 2016/09/15 21:28:19 UTC

[24/51] [partial] incubator-juneau-website git commit: Update javadocs

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlParser.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlParser.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlParser.html
index e2bfa79..149aa68 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlParser.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlParser.html
@@ -138,22 +138,26 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#clone--">clone</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#addToDictionary-java.lang.Class...-">addToDictionary</a></span>(<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;classes)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#lock--">lock</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#clone--">clone</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#lock--">lock</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a></span>(<a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
+<td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a></span>(<a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlParser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlParser.html#setProperty-java.lang.String-java.lang.Object-">setProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://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)</code>&nbsp;</td>
 </tr>
@@ -211,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlParserContext.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlParserContext.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlParserContext.html
index 537bf6a..22db4f3 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlParserContext.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlParserContext.html
@@ -167,6 +167,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlParserSession.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlParserSession.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlParserSession.html
index cad19a2..788645f 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlParserSession.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlParserSession.html
@@ -165,6 +165,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSchemaDocSerializer.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSchemaDocSerializer.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSchemaDocSerializer.html
index e343ed3..866a4cd 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSchemaDocSerializer.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSchemaDocSerializer.html
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.Sq.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.Sq.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.Sq.html
index 0c69716..f7f1af9 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.Sq.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.Sq.html
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.SqReadable.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.SqReadable.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.SqReadable.html
index 19dc482..3ebee9e 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.SqReadable.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.SqReadable.html
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.html
index 53c5ce2..a9c77ab 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializer.html
@@ -189,27 +189,31 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#clone--">clone</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#addToDictionary-java.lang.Class...-">addToDictionary</a></span>(<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;classes)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
+<td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#clone--">clone</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#getSchemaSerializer--">getSchemaSerializer</a></span>()</code>
 <div class="block">Returns the schema serializer based on the settings of this serializer.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#lock--">lock</a></span>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a></span>(<a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/HtmlSerializer.html#setProperty-java.lang.String-java.lang.Object-">setProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://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)</code>&nbsp;</td>
@@ -268,6 +272,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerContext.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerContext.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerContext.html
index 8b19c57..aa4aa86 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerContext.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerContext.html
@@ -181,6 +181,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerSession.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerSession.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerSession.html
index 12ee654..c3767bc 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerSession.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlSerializerSession.html
@@ -200,6 +200,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlStrippedDocSerializer.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlStrippedDocSerializer.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlStrippedDocSerializer.html
index 3b11499..87e264c 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlStrippedDocSerializer.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlStrippedDocSerializer.html
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/HtmlWriter.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/HtmlWriter.html b/content/apidocs/org/apache/juneau/html/class-use/HtmlWriter.html
index f4b001f..2a207e1 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/HtmlWriter.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/HtmlWriter.html
@@ -425,6 +425,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/class-use/SimpleHtmlWriter.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/class-use/SimpleHtmlWriter.html b/content/apidocs/org/apache/juneau/html/class-use/SimpleHtmlWriter.html
index d521849..71eedfb 100644
--- a/content/apidocs/org/apache/juneau/html/class-use/SimpleHtmlWriter.html
+++ b/content/apidocs/org/apache/juneau/html/class-use/SimpleHtmlWriter.html
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/A.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/A.html b/content/apidocs/org/apache/juneau/html/dto/A.html
index a4886cb..51ac972 100644
--- a/content/apidocs/org/apache/juneau/html/dto/A.html
+++ b/content/apidocs/org/apache/juneau/html/dto/A.html
@@ -114,10 +114,10 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <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#name--">name</a>="a")
+<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/html/dto/A.html#line.28">A</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element'>&lt;a&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -393,6 +393,6 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Abbr.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Abbr.html b/content/apidocs/org/apache/juneau/html/dto/Abbr.html
index 5a64b42..531e2c7 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Abbr.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Abbr.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Abbr.html#line.25">Abbr</a>
+<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/html/dto/Abbr.html#line.24">Abbr</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element'>&lt;abbr&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Abbr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Abbr.html#line.25">Abbr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Abbr.html#line.24">Abbr</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Address.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Address.html b/content/apidocs/org/apache/juneau/html/dto/Address.html
index 26771c3..2643497 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Address.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Address.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Address.html#line.25">Address</a>
+<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/html/dto/Address.html#line.24">Address</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-address-element'>&lt;address&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Address</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Address.html#line.25">Address</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Address.html#line.24">Address</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Area.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Area.html b/content/apidocs/org/apache/juneau/html/dto/Area.html
index 54f6413..7634417 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Area.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Area.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Area.html#line.25">Area</a>
+<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/html/dto/Area.html#line.24">Area</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-area-element'>&lt;area&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Area</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Area.html#line.25">Area</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Area.html#line.24">Area</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Article.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Article.html b/content/apidocs/org/apache/juneau/html/dto/Article.html
index ed10f7f..e871fd5 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Article.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Article.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Article.html#line.25">Article</a>
+<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/html/dto/Article.html#line.24">Article</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-article-element'>&lt;article&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Article</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Article.html#line.25">Article</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Article.html#line.24">Article</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Aside.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Aside.html b/content/apidocs/org/apache/juneau/html/dto/Aside.html
index 0f1d525..5eb3520 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Aside.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Aside.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Aside.html#line.25">Aside</a>
+<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/html/dto/Aside.html#line.24">Aside</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-aside-element'>&lt;aside&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Aside</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Aside.html#line.25">Aside</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Aside.html#line.24">Aside</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Audio.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Audio.html b/content/apidocs/org/apache/juneau/html/dto/Audio.html
index 94cc097..236d94a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Audio.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Audio.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Audio.html#line.25">Audio</a>
+<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/html/dto/Audio.html#line.24">Audio</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element'>&lt;audio&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Audio</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Audio.html#line.25">Audio</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Audio.html#line.24">Audio</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/B.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/B.html b/content/apidocs/org/apache/juneau/html/dto/B.html
index 259feeb..958ac49 100644
--- a/content/apidocs/org/apache/juneau/html/dto/B.html
+++ b/content/apidocs/org/apache/juneau/html/dto/B.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/B.html#line.25">B</a>
+<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/html/dto/B.html#line.24">B</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element'>&lt;b&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>B</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/B.html#line.25">B</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/B.html#line.24">B</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Base.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Base.html b/content/apidocs/org/apache/juneau/html/dto/Base.html
index 2fbf118..b0e417d 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Base.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Base.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Base.html#line.25">Base</a>
+<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/html/dto/Base.html#line.24">Base</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/document-metadata.html#the-base-element'>&lt;base&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Base</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Base.html#line.25">Base</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Base.html#line.24">Base</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Bdi.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Bdi.html b/content/apidocs/org/apache/juneau/html/dto/Bdi.html
index 898d712..41bccd4 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Bdi.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Bdi.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Bdi.html#line.25">Bdi</a>
+<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/html/dto/Bdi.html#line.24">Bdi</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-bdi-element'>&lt;bdi&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdi</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Bdi.html#line.25">Bdi</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Bdi.html#line.24">Bdi</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Bdo.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Bdo.html b/content/apidocs/org/apache/juneau/html/dto/Bdo.html
index 06a6341..1ae8a3a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Bdo.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Bdo.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Bdo.html#line.25">Bdo</a>
+<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/html/dto/Bdo.html#line.24">Bdo</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-bdo-element'>&lt;bdo&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Bdo.html#line.25">Bdo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Bdo.html#line.24">Bdo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Blockquote.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Blockquote.html b/content/apidocs/org/apache/juneau/html/dto/Blockquote.html
index 4f77f55..af1e97c 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Blockquote.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Blockquote.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Blockquote.html#line.25">Blockquote</a>
+<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/html/dto/Blockquote.html#line.24">Blockquote</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/grouping-content.html#the-blockquote-element'>&lt;blockquote&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Blockquote</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Blockquote.html#line.25">Blockquote</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Blockquote.html#line.24">Blockquote</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Body.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Body.html b/content/apidocs/org/apache/juneau/html/dto/Body.html
index b62f540..7e95ffb 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Body.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Body.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Body.html#line.25">Body</a>
+<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/html/dto/Body.html#line.24">Body</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-body-element'>&lt;body&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Body</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Body.html#line.25">Body</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Body.html#line.24">Body</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Br.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Br.html b/content/apidocs/org/apache/juneau/html/dto/Br.html
index c148a2c..d674748 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Br.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Br.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Br.html#line.25">Br</a>
+<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/html/dto/Br.html#line.24">Br</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-br-element'>&lt;br&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Br</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Br.html#line.25">Br</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Br.html#line.24">Br</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Button.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Button.html b/content/apidocs/org/apache/juneau/html/dto/Button.html
index b4799f3..b4dba54 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Button.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Button.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Button.html#line.25">Button</a>
+<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/html/dto/Button.html#line.24">Button</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/forms.html#the-button-element'>&lt;button&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Button</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Button.html#line.25">Button</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Button.html#line.24">Button</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Canvas.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Canvas.html b/content/apidocs/org/apache/juneau/html/dto/Canvas.html
index 1b89bdd..b0e048c 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Canvas.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Canvas.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Canvas.html#line.25">Canvas</a>
+<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/html/dto/Canvas.html#line.24">Canvas</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/scripting-1.html#the-canvas-element'>&lt;canvas&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Canvas</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Canvas.html#line.25">Canvas</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Canvas.html#line.24">Canvas</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Caption.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Caption.html b/content/apidocs/org/apache/juneau/html/dto/Caption.html
index b0ab412..94201e5 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Caption.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Caption.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Caption.html#line.25">Caption</a>
+<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/html/dto/Caption.html#line.24">Caption</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-caption-element'>&lt;caption&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Caption</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Caption.html#line.25">Caption</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Caption.html#line.24">Caption</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Cite.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Cite.html b/content/apidocs/org/apache/juneau/html/dto/Cite.html
index 06b5b25..bc0f4a3 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Cite.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Cite.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Cite.html#line.25">Cite</a>
+<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/html/dto/Cite.html#line.24">Cite</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-cite-element'>&lt;cite&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Cite</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Cite.html#line.25">Cite</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Cite.html#line.24">Cite</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Code.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Code.html b/content/apidocs/org/apache/juneau/html/dto/Code.html
index 8f80b97..e8a294e 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Code.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Code.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Code.html#line.25">Code</a>
+<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/html/dto/Code.html#line.24">Code</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element'>&lt;code&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Code</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Code.html#line.25">Code</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Code.html#line.24">Code</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Col.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Col.html b/content/apidocs/org/apache/juneau/html/dto/Col.html
index dc66a3b..6892c3a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Col.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Col.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Col.html#line.25">Col</a>
+<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/html/dto/Col.html#line.24">Col</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-col-element'>&lt;col&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Col</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Col.html#line.25">Col</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Col.html#line.24">Col</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Colgroup.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Colgroup.html b/content/apidocs/org/apache/juneau/html/dto/Colgroup.html
index ee9038e..be04498 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Colgroup.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Colgroup.html
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Colgroup.html#line.25">Colgroup</a>
+<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/html/dto/Colgroup.html#line.24">Colgroup</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-colgroup-element'>&lt;colgroup&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Colgroup</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Colgroup.html#line.25">Colgroup</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Colgroup.html#line.24">Colgroup</a>()</pre>
 </li>
 </ul>
 </li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Command.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Command.html b/content/apidocs/org/apache/juneau/html/dto/Command.html
index 6d4d7f2..d5d6f3a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Command.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Command.html
@@ -44,7 +44,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/juneau/html/dto/Colgroup.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/juneau/html/dto/Datalist.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/html/dto/Data.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Command.html" target="_top">Frames</a></li>
@@ -108,10 +108,10 @@
 <li class="blockList">
 <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#name--">name</a>="x")
-public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Command.html#line.25">Command</a>
+<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>="command")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Command.html#line.24">Command</a>
 extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre>
-<div class="block">TODO
+<div class="block">DTO for an HTML <a href=''>&lt;command&gt;</a> element.
  <p></div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Command</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Command.html#line.25">Command</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Command.html#line.24">Command</a>()</pre>
 </li>
 </ul>
 </li>
@@ -227,7 +227,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/juneau/html/dto/Colgroup.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/juneau/html/dto/Datalist.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/html/dto/Data.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Command.html" target="_top">Frames</a></li>
@@ -267,6 +267,6 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
 </body>
 </html>