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:14 UTC

[19/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/dto/Template.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Template.html b/content/apidocs/org/apache/juneau/html/dto/Template.html
new file mode 100644
index 0000000..7b7e331
--- /dev/null
+++ b/content/apidocs/org/apache/juneau/html/dto/Template.html
@@ -0,0 +1,272 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Template (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Template (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Template.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/juneau/html/dto/Td.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/Textarea.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/Template.html" target="_top">Frames</a></li>
+<li><a href="Template.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.juneau.html.dto</div>
+<h2 title="Class Template" class="title">Class Template</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">org.apache.juneau.html.dto.HtmlElement</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.juneau.html.dto.Template</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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/html/dto/Template.html#line.24">Template</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">DTO for an HTML <a href='https://www.w3.org/TR/html5/scripting-1.html#the-template-element'>&lt;template&gt;</a> element.
+ <p></div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>James Bognar (james.bognar@salesforce.com)</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.juneau.html.dto.<a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></h3>
+<code><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#Z:Z_class">_class</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#accesskey">accesskey</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#children">children</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contenteditable">contenteditable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contextmenu">contextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dir">dir</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#draggable">draggable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dropzone">dropzone</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#hidden">hidden</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#id">id</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#lang">
 lang</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onabort">onabort</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onblur">onblur</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplay">oncanplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplaythrough">oncanplaythrough</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onchange">onchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onclick">onclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncontextmenu">oncontextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondblclick">ondblclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrag">ondrag</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragend">ondragend</a>, <a href="../../../../../org/apache/juneau/htm
 l/dto/HtmlElement.html#ondragenter">ondragenter</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragleave">ondragleave</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragover">ondragover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragstart">ondragstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrop">ondrop</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondurationchange">ondurationchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onemptied">onemptied</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onended">onended</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onerror">onerror</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onfocus">onfocus</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninput">oninput</a>, <a
  href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninvalid">oninvalid</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeydown">onkeydown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeypress">onkeypress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeyup">onkeyup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onload">onload</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadeddata">onloadeddata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadedmetadata">onloadedmetadata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadstart">onloadstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousedown">onmousedown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousemove">onmousemove</a>, <a href="../../../../../org/apache/
 juneau/html/dto/HtmlElement.html#onmouseout">onmouseout</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseover">onmouseover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseup">onmouseup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousewheel">onmousewheel</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onpause">onpause</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplay">onplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplaying">onplaying</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onprogress">onprogress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onratechange">onratechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreadystatechange">onreadystatechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.h
 tml#onreset">onreset</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onscroll">onscroll</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeked">onseeked</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeking">onseeking</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onselect">onselect</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onshow">onshow</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onstalled">onstalled</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsubmit">onsubmit</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsuspend">onsuspend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ontimeupdate">ontimeupdate</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onvolumechange">onvolumechange</a>, <a href="../../../../../org/a
 pache/juneau/html/dto/HtmlElement.html#onwaiting">onwaiting</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#spellcheck">spellcheck</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#style">style</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#tabindex">tabindex</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#title">title</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#translate">translate</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/dto/Template.html#Template--">Template</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.juneau.html.dto.<a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></h3>
+<code><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#accesskey-java.lang.String-">accesskey</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#child-org.apache.juneau.html.dto.Object-">child</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contenteditable-java.lang.String-">contenteditable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contextmenu-java.lang.String-">contextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dir-java.lang.String-">dir</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#draggable-java.lang.String-">draggable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dropzone-java.lang.String-">dropzone</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#hidden-java.lang.St
 ring-">hidden</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#id-java.lang.String-">id</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#lang-java.lang.String-">lang</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onabort-java.lang.String-">onabort</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onblur-java.lang.String-">onblur</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplay-java.lang.String-">oncanplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplaythrough-java.lang.String-">oncanplaythrough</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onchange-java.lang.String-">onchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onclick-java.lang.String-">onclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncontextmenu-java.lang.String-">onconte
 xtmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondblclick-java.lang.String-">ondblclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrag-java.lang.String-">ondrag</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragend-java.lang.String-">ondragend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragenter-java.lang.String-">ondragenter</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragleave-java.lang.String-">ondragleave</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragover-java.lang.String-">ondragover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragstart-java.lang.String-">ondragstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrop-java.lang.String-">ondrop</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondurationchange-
 java.lang.String-">ondurationchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onemptied-java.lang.String-">onemptied</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onended-java.lang.String-">onended</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onerror-java.lang.String-">onerror</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onfocus-java.lang.String-">onfocus</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninput-java.lang.String-">oninput</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninvalid-java.lang.String-">oninvalid</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeydown-java.lang.String-">onkeydown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeypress-java.lang.String-">onkeypress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeyu
 p-java.lang.String-">onkeyup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onload-java.lang.String-">onload</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadeddata-java.lang.String-">onloadeddata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadedmetadata-java.lang.String-">onloadedmetadata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadstart-java.lang.String-">onloadstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousedown-java.lang.String-">onmousedown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousemove-java.lang.String-">onmousemove</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseout-java.lang.String-">onmouseout</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseover-java.lang.String-">onmouseover</a>, <a href="../../../../../org/apache/
 juneau/html/dto/HtmlElement.html#onmouseup-java.lang.String-">onmouseup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousewheel-java.lang.String-">onmousewheel</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onpause-java.lang.String-">onpause</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplay-java.lang.String-">onplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplaying-java.lang.String-">onplaying</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onprogress-java.lang.String-">onprogress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onratechange-java.lang.String-">onratechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreadystatechange-java.lang.String-">onreadystatechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreset-java.lang.String-">onreset</a>, <a hre
 f="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onscroll-java.lang.String-">onscroll</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeked-java.lang.String-">onseeked</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeking-java.lang.String-">onseeking</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onselect-java.lang.String-">onselect</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onshow-java.lang.String-">onshow</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onstalled-java.lang.String-">onstalled</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsubmit-java.lang.String-">onsubmit</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsuspend-java.lang.String-">onsuspend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ontimeupdate-java.lang.String-">ontimeupdate</a>, <a 
 href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onvolumechange-java.lang.String-">onvolumechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onwaiting-java.lang.String-">onwaiting</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#spellcheck-java.lang.String-">spellcheck</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#style-java.lang.String-">style</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#tabindex-java.lang.String-">tabindex</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#title-java.lang.String-">title</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#translate-java.lang.String-">translate</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Template--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Template</h4>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Template.html#line.24">Template</a>()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Template.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/juneau/html/dto/Td.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/Textarea.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/Template.html" target="_top">Frames</a></li>
+<li><a href="Template.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<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/Textarea.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Textarea.html b/content/apidocs/org/apache/juneau/html/dto/Textarea.html
index d87b5d8..d7b4a0a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Textarea.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Textarea.html
@@ -43,7 +43,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/juneau/html/dto/Td.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/Template.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/Tfoot.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -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/Textarea.html#line.25">Textarea</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>="textarea")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Textarea.html#line.24">Textarea</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-textarea-element'>&lt;textarea&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>Textarea</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Textarea.html#line.25">Textarea</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Textarea.html#line.24">Textarea</a>()</pre>
 </li>
 </ul>
 </li>
@@ -226,7 +226,7 @@ extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" tit
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/juneau/html/dto/Td.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/Template.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/Tfoot.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -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/Tfoot.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Tfoot.html b/content/apidocs/org/apache/juneau/html/dto/Tfoot.html
index 6984505..aeb3869 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Tfoot.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Tfoot.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/Tfoot.html#line.25">Tfoot</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>="tfoot")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Tfoot.html#line.24">Tfoot</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-tfoot-element'>&lt;tfoot&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>Tfoot</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Tfoot.html#line.25">Tfoot</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Tfoot.html#line.24">Tfoot</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/Th.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Th.html b/content/apidocs/org/apache/juneau/html/dto/Th.html
index e1a1772..7af6907 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Th.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Th.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/Th.html#line.25">Th</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>="th")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Th.html#line.24">Th</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-th-element'>&lt;th&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>Th</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Th.html#line.25">Th</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Th.html#line.24">Th</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/Thead.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Thead.html b/content/apidocs/org/apache/juneau/html/dto/Thead.html
index 9c435d1..31b2daf 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Thead.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Thead.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/Thead.html#line.25">Thead</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>="thead")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Thead.html#line.24">Thead</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-thead-element'>&lt;thead&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>Thead</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Thead.html#line.25">Thead</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Thead.html#line.24">Thead</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/Time.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Time.html b/content/apidocs/org/apache/juneau/html/dto/Time.html
index 126abd7..ba872eb 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Time.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Time.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/Time.html#line.25">Time</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>="time")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Time.html#line.24">Time</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-time-element'>&lt;time&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>Time</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Time.html#line.25">Time</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Time.html#line.24">Time</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/Title.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Title.html b/content/apidocs/org/apache/juneau/html/dto/Title.html
index dc123bf..15e2147 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Title.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Title.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/Title.html#line.25">Title</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>="title")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Title.html#line.24">Title</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-title-element'>&lt;title&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>Title</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Title.html#line.25">Title</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Title.html#line.24">Title</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/Tr.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Tr.html b/content/apidocs/org/apache/juneau/html/dto/Tr.html
index 6a2c17e..1a52ff8 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Tr.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Tr.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/Tr.html#line.25">Tr</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>="tr")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Tr.html#line.24">Tr</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-tr-element'>&lt;tr&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>Tr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Tr.html#line.25">Tr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Tr.html#line.24">Tr</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/Track.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Track.html b/content/apidocs/org/apache/juneau/html/dto/Track.html
index 647c39a..c904e12 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Track.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Track.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/Track.html#line.25">Track</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>="track")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Track.html#line.24">Track</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-track-element'>&lt;track&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>Track</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Track.html#line.25">Track</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Track.html#line.24">Track</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/U.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/U.html b/content/apidocs/org/apache/juneau/html/dto/U.html
index f1d89cf..ea870a6 100644
--- a/content/apidocs/org/apache/juneau/html/dto/U.html
+++ b/content/apidocs/org/apache/juneau/html/dto/U.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/U.html#line.25">U</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>="u")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/U.html#line.24">U</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-u-element'>&lt;u&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>U</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/U.html#line.25">U</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/U.html#line.24">U</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/Ul.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Ul.html b/content/apidocs/org/apache/juneau/html/dto/Ul.html
index 3f707f3..880a3a8 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Ul.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Ul.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/Ul.html#line.25">Ul</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>="ul")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Ul.html#line.24">Ul</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-ul-element'>&lt;ul&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>Ul</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Ul.html#line.25">Ul</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Ul.html#line.24">Ul</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/Var.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Var.html b/content/apidocs/org/apache/juneau/html/dto/Var.html
index cb10265..0a9bbeb 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Var.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Var.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/Var.html#line.25">Var</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>="var")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Var.html#line.24">Var</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-var-element'>&lt;var&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>Var</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Var.html#line.25">Var</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Var.html#line.24">Var</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/Video.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Video.html b/content/apidocs/org/apache/juneau/html/dto/Video.html
index 3c0c603..9884e2a 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Video.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Video.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/Video.html#line.25">Video</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>="video")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Video.html#line.24">Video</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-video-element'>&lt;video&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>Video</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Video.html#line.25">Video</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Video.html#line.24">Video</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/Wbr.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/Wbr.html b/content/apidocs/org/apache/juneau/html/dto/Wbr.html
index eb773d0..3613724 100644
--- a/content/apidocs/org/apache/juneau/html/dto/Wbr.html
+++ b/content/apidocs/org/apache/juneau/html/dto/Wbr.html
@@ -44,7 +44,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/juneau/html/dto/Video.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/X.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Wbr.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/Wbr.html#line.25">Wbr</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>="wbr")
+public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Wbr.html#line.24">Wbr</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-wbr-element'>&lt;wbr&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>Wbr</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Wbr.html#line.25">Wbr</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/Wbr.html#line.24">Wbr</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/Video.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/X.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Wbr.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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/X.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/X.html b/content/apidocs/org/apache/juneau/html/dto/X.html
deleted file mode 100644
index 98ff8d6..0000000
--- a/content/apidocs/org/apache/juneau/html/dto/X.html
+++ /dev/null
@@ -1,272 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>X (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="X (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/X.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/juneau/html/dto/Wbr.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/juneau/html/dto/X.html" target="_top">Frames</a></li>
-<li><a href="X.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li>Method</li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.juneau.html.dto</div>
-<h2 title="Class X" class="title">Class X</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">org.apache.juneau.html.dto.HtmlElement</a></li>
-<li>
-<ul class="inheritance">
-<li>org.apache.juneau.html.dto.X</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<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/X.html#line.25">X</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
- <p></div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>James Bognar (james.bognar@salesforce.com)</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.juneau.html.dto.<a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></h3>
-<code><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#Z:Z_class">_class</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#accesskey">accesskey</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#children">children</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contenteditable">contenteditable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contextmenu">contextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dir">dir</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#draggable">draggable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dropzone">dropzone</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#hidden">hidden</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#id">id</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#lang">
 lang</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onabort">onabort</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onblur">onblur</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplay">oncanplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplaythrough">oncanplaythrough</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onchange">onchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onclick">onclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncontextmenu">oncontextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondblclick">ondblclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrag">ondrag</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragend">ondragend</a>, <a href="../../../../../org/apache/juneau/htm
 l/dto/HtmlElement.html#ondragenter">ondragenter</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragleave">ondragleave</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragover">ondragover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragstart">ondragstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrop">ondrop</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondurationchange">ondurationchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onemptied">onemptied</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onended">onended</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onerror">onerror</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onfocus">onfocus</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninput">oninput</a>, <a
  href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninvalid">oninvalid</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeydown">onkeydown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeypress">onkeypress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeyup">onkeyup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onload">onload</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadeddata">onloadeddata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadedmetadata">onloadedmetadata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadstart">onloadstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousedown">onmousedown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousemove">onmousemove</a>, <a href="../../../../../org/apache/
 juneau/html/dto/HtmlElement.html#onmouseout">onmouseout</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseover">onmouseover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseup">onmouseup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousewheel">onmousewheel</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onpause">onpause</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplay">onplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplaying">onplaying</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onprogress">onprogress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onratechange">onratechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreadystatechange">onreadystatechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.h
 tml#onreset">onreset</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onscroll">onscroll</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeked">onseeked</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeking">onseeking</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onselect">onselect</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onshow">onshow</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onstalled">onstalled</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsubmit">onsubmit</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsuspend">onsuspend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ontimeupdate">ontimeupdate</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onvolumechange">onvolumechange</a>, <a href="../../../../../org/a
 pache/juneau/html/dto/HtmlElement.html#onwaiting">onwaiting</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#spellcheck">spellcheck</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#style">style</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#tabindex">tabindex</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#title">title</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#translate">translate</a></code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!--   -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/html/dto/X.html#X--">X</a></span>()</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;org.apache.juneau.html.dto.<a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></h3>
-<code><a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#accesskey-java.lang.String-">accesskey</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#child-org.apache.juneau.html.dto.Object-">child</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contenteditable-java.lang.String-">contenteditable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#contextmenu-java.lang.String-">contextmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dir-java.lang.String-">dir</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#draggable-java.lang.String-">draggable</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#dropzone-java.lang.String-">dropzone</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#hidden-java.lang.St
 ring-">hidden</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#id-java.lang.String-">id</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#lang-java.lang.String-">lang</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onabort-java.lang.String-">onabort</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onblur-java.lang.String-">onblur</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplay-java.lang.String-">oncanplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncanplaythrough-java.lang.String-">oncanplaythrough</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onchange-java.lang.String-">onchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onclick-java.lang.String-">onclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oncontextmenu-java.lang.String-">onconte
 xtmenu</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondblclick-java.lang.String-">ondblclick</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrag-java.lang.String-">ondrag</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragend-java.lang.String-">ondragend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragenter-java.lang.String-">ondragenter</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragleave-java.lang.String-">ondragleave</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragover-java.lang.String-">ondragover</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondragstart-java.lang.String-">ondragstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondrop-java.lang.String-">ondrop</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ondurationchange-
 java.lang.String-">ondurationchange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onemptied-java.lang.String-">onemptied</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onended-java.lang.String-">onended</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onerror-java.lang.String-">onerror</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onfocus-java.lang.String-">onfocus</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninput-java.lang.String-">oninput</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#oninvalid-java.lang.String-">oninvalid</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeydown-java.lang.String-">onkeydown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeypress-java.lang.String-">onkeypress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onkeyu
 p-java.lang.String-">onkeyup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onload-java.lang.String-">onload</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadeddata-java.lang.String-">onloadeddata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadedmetadata-java.lang.String-">onloadedmetadata</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onloadstart-java.lang.String-">onloadstart</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousedown-java.lang.String-">onmousedown</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousemove-java.lang.String-">onmousemove</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseout-java.lang.String-">onmouseout</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmouseover-java.lang.String-">onmouseover</a>, <a href="../../../../../org/apache/
 juneau/html/dto/HtmlElement.html#onmouseup-java.lang.String-">onmouseup</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onmousewheel-java.lang.String-">onmousewheel</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onpause-java.lang.String-">onpause</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplay-java.lang.String-">onplay</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onplaying-java.lang.String-">onplaying</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onprogress-java.lang.String-">onprogress</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onratechange-java.lang.String-">onratechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreadystatechange-java.lang.String-">onreadystatechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onreset-java.lang.String-">onreset</a>, <a hre
 f="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onscroll-java.lang.String-">onscroll</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeked-java.lang.String-">onseeked</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onseeking-java.lang.String-">onseeking</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onselect-java.lang.String-">onselect</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onshow-java.lang.String-">onshow</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onstalled-java.lang.String-">onstalled</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsubmit-java.lang.String-">onsubmit</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onsuspend-java.lang.String-">onsuspend</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#ontimeupdate-java.lang.String-">ontimeupdate</a>, <a 
 href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onvolumechange-java.lang.String-">onvolumechange</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#onwaiting-java.lang.String-">onwaiting</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#spellcheck-java.lang.String-">spellcheck</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#style-java.lang.String-">style</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#tabindex-java.lang.String-">tabindex</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#title-java.lang.String-">title</a>, <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html#translate-java.lang.String-">translate</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="X--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>X</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/html/dto/X.html#line.25">X</a>()</pre>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/X.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/juneau/html/dto/Wbr.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/juneau/html/dto/X.html" target="_top">Frames</a></li>
-<li><a href="X.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li>Method</li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!--   -->
-</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>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/class-use/A.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/class-use/A.html b/content/apidocs/org/apache/juneau/html/dto/class-use/A.html
index 7ad6335..4037c30 100644
--- a/content/apidocs/org/apache/juneau/html/dto/class-use/A.html
+++ b/content/apidocs/org/apache/juneau/html/dto/class-use/A.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/dto/class-use/Abbr.html
----------------------------------------------------------------------
diff --git a/content/apidocs/org/apache/juneau/html/dto/class-use/Abbr.html b/content/apidocs/org/apache/juneau/html/dto/class-use/Abbr.html
index b0fe651..3024c9b 100644
--- a/content/apidocs/org/apache/juneau/html/dto/class-use/Abbr.html
+++ b/content/apidocs/org/apache/juneau/html/dto/class-use/Abbr.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>