http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/html/dto/Rtc.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Rtc.html b/content/apidocs/org/apache/juneau/html/dto/Rtc.html new file mode 100644 index 0000000..523e4ed --- /dev/null +++ b/content/apidocs/org/apache/juneau/html/dto/Rtc.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>Rtc (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="Rtc (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/Rtc.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/Rt.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/Ruby.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/Rtc.html" target="_top">Frames</a></li> +<li><a href="Rtc.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 Rtc" class="title">Class Rtc</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.Rtc</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>="rtc") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Rtc.html#line.24">Rtc</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-rtc-element'><rtc></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/Rtc.html#Rtc--">Rtc</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="Rtc--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Rtc</h4> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Rtc.html#line.24">Rtc</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/Rtc.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/Rt.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/Ruby.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/Rtc.html" target="_top">Frames</a></li> +<li><a href="Rtc.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/Ruby.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Ruby.html b/content/apidocs/org/apache/juneau/html/dto/Ruby.html index ca076f2..f8ceded 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Ruby.html +++ b/content/apidocs/org/apache/juneau/html/dto/Ruby.html @@ -43,7 +43,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/juneau/html/dto/Rt.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/Rtc.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/S.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/Ruby.html#line.25">Ruby</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>="ruby") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Ruby.html#line.24">Ruby</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-ruby-element'><ruby></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>Ruby</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Ruby.html#line.25">Ruby</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Ruby.html#line.24">Ruby</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/Rt.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/Rtc.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/S.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/S.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/S.html b/content/apidocs/org/apache/juneau/html/dto/S.html index 24e74fd..ad9a377 100644 --- a/content/apidocs/org/apache/juneau/html/dto/S.html +++ b/content/apidocs/org/apache/juneau/html/dto/S.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/S.html#line.25">S</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>="s") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/S.html#line.24">S</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-s-element'><s></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>S</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/S.html#line.25">S</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/S.html#line.24">S</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/Samp.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Samp.html b/content/apidocs/org/apache/juneau/html/dto/Samp.html index 46ee4d7..ff6d564 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Samp.html +++ b/content/apidocs/org/apache/juneau/html/dto/Samp.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/Samp.html#line.25">Samp</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>="samp") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Samp.html#line.24">Samp</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-samp-element'><samp></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>Samp</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Samp.html#line.25">Samp</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Samp.html#line.24">Samp</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/Script.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Script.html b/content/apidocs/org/apache/juneau/html/dto/Script.html index f9e8b76..f6f9f28 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Script.html +++ b/content/apidocs/org/apache/juneau/html/dto/Script.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/Script.html#line.25">Script</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>="script") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Script.html#line.24">Script</a> extends <a href="../../../../../org/apache/juneau/html/dto/HtmlElement.html" title="class in org.apache.juneau.html.dto">HtmlElement</a></pre> -<div class="block">TODO +<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/scripting-1.html#the-script-element'><script></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>Script</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Script.html#line.25">Script</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Script.html#line.24">Script</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/Section.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Section.html b/content/apidocs/org/apache/juneau/html/dto/Section.html index d95c1dc..aaefa2e 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Section.html +++ b/content/apidocs/org/apache/juneau/html/dto/Section.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/Section.html#line.25">Section</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>="section") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Section.html#line.24">Section</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-section-element'><section></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>Section</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Section.html#line.25">Section</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Section.html#line.24">Section</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/Select.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Select.html b/content/apidocs/org/apache/juneau/html/dto/Select.html index fe7c4ff..a3ceab5 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Select.html +++ b/content/apidocs/org/apache/juneau/html/dto/Select.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/Select.html#line.25">Select</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>="select") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Select.html#line.24">Select</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-select-element'><select></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>Select</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Select.html#line.25">Select</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Select.html#line.24">Select</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/Small.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Small.html b/content/apidocs/org/apache/juneau/html/dto/Small.html index d8c4961..635a7f0 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Small.html +++ b/content/apidocs/org/apache/juneau/html/dto/Small.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/Small.html#line.25">Small</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>="small") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Small.html#line.24">Small</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-small-element'><small></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>Small</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Small.html#line.25">Small</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Small.html#line.24">Small</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/Source.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Source.html b/content/apidocs/org/apache/juneau/html/dto/Source.html index ab36ea2..f5ca1f0 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Source.html +++ b/content/apidocs/org/apache/juneau/html/dto/Source.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/Source.html#line.25">Source</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>="source") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Source.html#line.24">Source</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-source-element'><source></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>Source</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Source.html#line.25">Source</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Source.html#line.24">Source</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/Span.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Span.html b/content/apidocs/org/apache/juneau/html/dto/Span.html index becea05..16aa9be 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Span.html +++ b/content/apidocs/org/apache/juneau/html/dto/Span.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/Span.html#line.25">Span</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>="span") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Span.html#line.24">Span</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-span-element'><span></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>Span</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Span.html#line.25">Span</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Span.html#line.24">Span</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/Strong.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Strong.html b/content/apidocs/org/apache/juneau/html/dto/Strong.html index a2346c9..f07485f 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Strong.html +++ b/content/apidocs/org/apache/juneau/html/dto/Strong.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/Strong.html#line.25">Strong</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>="strong") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Strong.html#line.24">Strong</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-strong-element'><strong></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>Strong</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Strong.html#line.25">Strong</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Strong.html#line.24">Strong</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/Style.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Style.html b/content/apidocs/org/apache/juneau/html/dto/Style.html index 3bedcde..2b2e0d3 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Style.html +++ b/content/apidocs/org/apache/juneau/html/dto/Style.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/Style.html#line.25">Style</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>="style") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Style.html#line.24">Style</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-style-element'><style></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>Style</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Style.html#line.25">Style</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Style.html#line.24">Style</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/Sub.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Sub.html b/content/apidocs/org/apache/juneau/html/dto/Sub.html index eb2967b..cd7ce28 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Sub.html +++ b/content/apidocs/org/apache/juneau/html/dto/Sub.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/Sub.html#line.25">Sub</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>="sub") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Sub.html#line.24">Sub</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-sub-and-sup-elements'><sub></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>Sub</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Sub.html#line.25">Sub</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Sub.html#line.24">Sub</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/Summary.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Summary.html b/content/apidocs/org/apache/juneau/html/dto/Summary.html index 3174b36..c572fee 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Summary.html +++ b/content/apidocs/org/apache/juneau/html/dto/Summary.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/Summary.html#line.25">Summary</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>="summary") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Summary.html#line.24">Summary</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=''><summary></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>Summary</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Summary.html#line.25">Summary</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Summary.html#line.24">Summary</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/Sup.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Sup.html b/content/apidocs/org/apache/juneau/html/dto/Sup.html index c60a4b7..ef24e32 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Sup.html +++ b/content/apidocs/org/apache/juneau/html/dto/Sup.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/Sup.html#line.25">Sup</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>="sup") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Sup.html#line.24">Sup</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-sub-and-sup-elements'><sup></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>Sup</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Sup.html#line.25">Sup</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Sup.html#line.24">Sup</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/Table.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Table.html b/content/apidocs/org/apache/juneau/html/dto/Table.html index 2bbb924..9fc8dab 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Table.html +++ b/content/apidocs/org/apache/juneau/html/dto/Table.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/Table.html#line.25">Table</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>="table") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Table.html#line.24">Table</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-table-element'><table></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>Table</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Table.html#line.25">Table</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Table.html#line.24">Table</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/Tbody.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Tbody.html b/content/apidocs/org/apache/juneau/html/dto/Tbody.html index 543edfc..1161120 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Tbody.html +++ b/content/apidocs/org/apache/juneau/html/dto/Tbody.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/Tbody.html#line.25">Tbody</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>="tbody") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Tbody.html#line.24">Tbody</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-tbody-element'><tbody></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>Tbody</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Tbody.html#line.25">Tbody</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Tbody.html#line.24">Tbody</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/Td.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/html/dto/Td.html b/content/apidocs/org/apache/juneau/html/dto/Td.html index de2d86c..0e846e9 100644 --- a/content/apidocs/org/apache/juneau/html/dto/Td.html +++ b/content/apidocs/org/apache/juneau/html/dto/Td.html @@ -44,7 +44,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/juneau/html/dto/Tbody.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/Textarea.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next 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">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Td.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/Td.html#line.25">Td</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>="td") +public class <a href="../../../../../src-html/org/apache/juneau/html/dto/Td.html#line.24">Td</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-td-element'><td></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>Td</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Td.html#line.25">Td</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/html/dto/Td.html#line.24">Td</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/Tbody.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/Textarea.html" title="class in org.apache.juneau.html.dto"><span class="typeNameLink">Next 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">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/juneau/html/dto/Td.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 © 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>
