http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Data.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Data.html b/content/apidocs/org/apache/juneau/html/dto/Data.html new file mode 100644 index 0000000..d20d2d0 --- /dev/null +++ b/content/apidocs/org/apache/juneau/html/dto/Data.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>Data (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="Data (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/Data.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/Command.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev 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 Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/juneau/html/dto/Data.html" target="_top">Frames</a></li> +<li><a href="Data.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </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 Data" class="title">Class Data</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.Data</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>="data") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Data.html#line.24">Data</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/text-level-semantics.html#the-data-element'><data></a> element. + <p></div> +<dl> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>James Bognar ([email protected])</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 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"> </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/Data.html#Data--">Data</a></span>()</code> </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 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 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="Data--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Data</h4> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Data.html#line.24">Data</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/Data.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/Command.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev 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 Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/juneau/html/dto/Data.html" target="_top">Frames</a></li> +<li><a href="Data.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li><a href="#fields.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.org.apache.juneau.html.dto.HtmlElement">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 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/Datalist.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Datalist.html b/content/apidocs/org/apache/juneau/html/dto/Datalist.html index 48469b1..c62ff38 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Datalist.html +++ b/content/apidocs/org/apache/juneau/html/dto/Datalist.html @@ -43,7 +43,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/juneau/html/dto/Command.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev 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">Prev Class</span></a></li> <li><a href="../../../../../org/apache/juneau/html/dto/Dd.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next 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/Datalist.html#line.25">Datalist</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>="datalist") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Datalist.html#line.24">Datalist</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-datalist-element'><datalist></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>Datalist</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Datalist.html#line.25">Datalist</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Datalist.html#line.24">Datalist</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/Command.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Prev 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">Prev Class</span></a></li> <li><a href="../../../../../org/apache/juneau/html/dto/Dd.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next 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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Dd.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Dd.html b/content/apidocs/org/apache/juneau/html/dto/Dd.html index 17b33ac..f7c2c76 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Dd.html +++ b/content/apidocs/org/apache/juneau/html/dto/Dd.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/Dd.html#line.25">Dd</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>="dd") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Dd.html#line.24">Dd</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-dd-element'><dd></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>Dd</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dd.html#line.25">Dd</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dd.html#line.24">Dd</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Del.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Del.html b/content/apidocs/org/apache/juneau/html/dto/Del.html index 65986f2..6e116bd 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Del.html +++ b/content/apidocs/org/apache/juneau/html/dto/Del.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/Del.html#line.25">Del</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>="del") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Del.html#line.24">Del</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/edits.html#the-del-element'><del></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>Del</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Del.html#line.25">Del</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Del.html#line.24">Del</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Details.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Details.html b/content/apidocs/org/apache/juneau/html/dto/Details.html index b948ee7..df2b89f 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Details.html +++ b/content/apidocs/org/apache/juneau/html/dto/Details.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/Details.html#line.25">Details</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>="details") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Details.html#line.24">Details</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=''><details></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>Details</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Details.html#line.25">Details</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Details.html#line.24">Details</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Dfn.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Dfn.html b/content/apidocs/org/apache/juneau/html/dto/Dfn.html index d71bc2a..849c446 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Dfn.html +++ b/content/apidocs/org/apache/juneau/html/dto/Dfn.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/Dfn.html#line.25">Dfn</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>="dfn") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Dfn.html#line.24">Dfn</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-dfn-element'><dfn></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>Dfn</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dfn.html#line.25">Dfn</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dfn.html#line.24">Dfn</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Div.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Div.html b/content/apidocs/org/apache/juneau/html/dto/Div.html index 940f397..15bc44a 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Div.html +++ b/content/apidocs/org/apache/juneau/html/dto/Div.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/Div.html#line.25">Div</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>="div") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Div.html#line.24">Div</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-div-element'><div></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>Div</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Div.html#line.25">Div</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Div.html#line.24">Div</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Dl.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Dl.html b/content/apidocs/org/apache/juneau/html/dto/Dl.html index d402ef5..ab7b513 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Dl.html +++ b/content/apidocs/org/apache/juneau/html/dto/Dl.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/Dl.html#line.25">Dl</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>="dl") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Dl.html#line.24">Dl</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-dl-element'><dl></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>Dl</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dl.html#line.25">Dl</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dl.html#line.24">Dl</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Dt.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Dt.html b/content/apidocs/org/apache/juneau/html/dto/Dt.html index 8f189d8..4097829 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Dt.html +++ b/content/apidocs/org/apache/juneau/html/dto/Dt.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/Dt.html#line.25">Dt</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>="dt") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Dt.html#line.24">Dt</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-dt-element'><dt></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>Dt</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dt.html#line.25">Dt</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Dt.html#line.24">Dt</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Em.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Em.html b/content/apidocs/org/apache/juneau/html/dto/Em.html index 59339cc..a12eee3 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Em.html +++ b/content/apidocs/org/apache/juneau/html/dto/Em.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/Em.html#line.25">Em</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>="em") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Em.html#line.24">Em</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-em-element'><em></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>Em</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Em.html#line.25">Em</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Em.html#line.24">Em</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Embed.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Embed.html b/content/apidocs/org/apache/juneau/html/dto/Embed.html index abdf9ab..830d79b 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Embed.html +++ b/content/apidocs/org/apache/juneau/html/dto/Embed.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/Embed.html#line.25">Embed</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>="embed") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Embed.html#line.24">Embed</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-embed-element'><embed></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>Embed</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Embed.html#line.25">Embed</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Embed.html#line.24">Embed</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Fieldset.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Fieldset.html b/content/apidocs/org/apache/juneau/html/dto/Fieldset.html index 3c312c3..8afcff5 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Fieldset.html +++ b/content/apidocs/org/apache/juneau/html/dto/Fieldset.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/Fieldset.html#line.25">Fieldset</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>="fieldset") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Fieldset.html#line.24">Fieldset</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-fieldset-element'><fieldset></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>Fieldset</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Fieldset.html#line.25">Fieldset</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Fieldset.html#line.24">Fieldset</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Figcaption.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Figcaption.html b/content/apidocs/org/apache/juneau/html/dto/Figcaption.html index 9f17db1..5db56fc 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Figcaption.html +++ b/content/apidocs/org/apache/juneau/html/dto/Figcaption.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/Figcaption.html#line.25">Figcaption</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>="figcaption") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Figcaption.html#line.24">Figcaption</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-figcaption-element'><figcaption></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>Figcaption</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Figcaption.html#line.25">Figcaption</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Figcaption.html#line.24">Figcaption</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Figure.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Figure.html b/content/apidocs/org/apache/juneau/html/dto/Figure.html index 52a32df..23ea36f 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Figure.html +++ b/content/apidocs/org/apache/juneau/html/dto/Figure.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/Figure.html#line.25">Figure</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>="figure") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Figure.html#line.24">Figure</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-figure-element'><figure></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>Figure</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Figure.html#line.25">Figure</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Figure.html#line.24">Figure</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Footer.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Footer.html b/content/apidocs/org/apache/juneau/html/dto/Footer.html index 5a33246..cbc12d0 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Footer.html +++ b/content/apidocs/org/apache/juneau/html/dto/Footer.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/Footer.html#line.25">Footer</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>="footer") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Footer.html#line.24">Footer</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-footer-element'><footer></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>Footer</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Footer.html#line.25">Footer</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Footer.html#line.24">Footer</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Form.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Form.html b/content/apidocs/org/apache/juneau/html/dto/Form.html index 6ea39cb..b2a34f2 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Form.html +++ b/content/apidocs/org/apache/juneau/html/dto/Form.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/Form.html#line.25">Form</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>="form") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Form.html#line.24">Form</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-form-element'><form></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>Form</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Form.html#line.25">Form</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Form.html#line.24">Form</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H1.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H1.html b/content/apidocs/org/apache/juneau/html/dto/H1.html index 8da0ee5..ee7d5c6 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H1.html +++ b/content/apidocs/org/apache/juneau/html/dto/H1.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/H1.html#line.25">H1</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>="h1") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H1.html#line.24">H1</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h1></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>H1</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H1.html#line.25">H1</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H1.html#line.24">H1</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H2.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H2.html b/content/apidocs/org/apache/juneau/html/dto/H2.html index d7ff45b..5922eba 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H2.html +++ b/content/apidocs/org/apache/juneau/html/dto/H2.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/H2.html#line.25">H2</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>="h2") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H2.html#line.24">H2</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h2></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>H2</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H2.html#line.25">H2</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H2.html#line.24">H2</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H3.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H3.html b/content/apidocs/org/apache/juneau/html/dto/H3.html index d1a454b..2cde7a1 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H3.html +++ b/content/apidocs/org/apache/juneau/html/dto/H3.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/H3.html#line.25">H3</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>="h3") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H3.html#line.24">H3</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h3></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>H3</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H3.html#line.25">H3</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H3.html#line.24">H3</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H4.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H4.html b/content/apidocs/org/apache/juneau/html/dto/H4.html index 24aecfa..fcefd3c 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H4.html +++ b/content/apidocs/org/apache/juneau/html/dto/H4.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/H4.html#line.25">H4</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>="h4") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H4.html#line.24">H4</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h4></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>H4</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H4.html#line.25">H4</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H4.html#line.24">H4</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H5.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H5.html b/content/apidocs/org/apache/juneau/html/dto/H5.html index a7737e4..4d8b809 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H5.html +++ b/content/apidocs/org/apache/juneau/html/dto/H5.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/H5.html#line.25">H5</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>="h5") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H5.html#line.24">H5</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h5></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>H5</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H5.html#line.25">H5</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H5.html#line.24">H5</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/H6.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/H6.html b/content/apidocs/org/apache/juneau/html/dto/H6.html index f94a775..ea97bf8 100644 --- a/content/apidocs/org/apache/juneau/html/dto/H6.html +++ b/content/apidocs/org/apache/juneau/html/dto/H6.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/H6.html#line.25">H6</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>="h6") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/H6.html#line.24">H6</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-h1,-h2,-h3,-h4,-h5,-and-h6-elements'><h6></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>H6</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H6.html#line.25">H6</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/H6.html#line.24">H6</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Head.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Head.html b/content/apidocs/org/apache/juneau/html/dto/Head.html index 00538b4..2347465 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Head.html +++ b/content/apidocs/org/apache/juneau/html/dto/Head.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/Head.html#line.25">Head</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>="head") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Head.html#line.24">Head</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-head-element'><head></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>Head</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Head.html#line.25">Head</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Head.html#line.24">Head</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Header.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Header.html b/content/apidocs/org/apache/juneau/html/dto/Header.html index 9b94527..22fedd9 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Header.html +++ b/content/apidocs/org/apache/juneau/html/dto/Header.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/Header.html#line.25">Header</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>="header") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Header.html#line.24">Header</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-header-element'><header></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>Header</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Header.html#line.25">Header</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Header.html#line.24">Header</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Hgroup.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Hgroup.html b/content/apidocs/org/apache/juneau/html/dto/Hgroup.html index 0fbcaba..c2096bb 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Hgroup.html +++ b/content/apidocs/org/apache/juneau/html/dto/Hgroup.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/Hgroup.html#line.25">Hgroup</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>="hgroup") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Hgroup.html#line.24">Hgroup</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=''><hgroup></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>Hgroup</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Hgroup.html#line.25">Hgroup</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Hgroup.html#line.24">Hgroup</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 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/Hr.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Hr.html b/content/apidocs/org/apache/juneau/html/dto/Hr.html index 9a02dad..4fdbe38 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Hr.html +++ b/content/apidocs/org/apache/juneau/html/dto/Hr.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/Hr.html#line.25">Hr</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>="hr") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Hr.html#line.24">Hr</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-hr-element'><hr></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>Hr</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Hr.html#line.25">Hr</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Hr.html#line.24">Hr</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 © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
