Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B4BF3200C14 for ; Tue, 7 Feb 2017 22:11:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B3392160B3E; Tue, 7 Feb 2017 21:11:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A86A160B32 for ; Tue, 7 Feb 2017 22:11:48 +0100 (CET) Received: (qmail 85740 invoked by uid 500); 7 Feb 2017 21:11:47 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 85724 invoked by uid 99); 7 Feb 2017 21:11:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 21:11:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DC7FA1A02A9 for ; Tue, 7 Feb 2017 21:11:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7ffR3kZpsok6 for ; Tue, 7 Feb 2017 21:11:33 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 9214F5F254 for ; Tue, 7 Feb 2017 21:11:31 +0000 (UTC) Received: (qmail 84024 invoked by uid 99); 7 Feb 2017 21:11:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 21:11:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98B80DFCA3; Tue, 7 Feb 2017 21:11:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Tue, 07 Feb 2017 21:11:31 -0000 Message-Id: <5ec9e684eb154f1bbb6e609fa34cc414@git.apache.org> In-Reply-To: <87815b57ea6a4c84a1ed42d3ae78fd3b@git.apache.org> References: <87815b57ea6a4c84a1ed42d3ae78fd3b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] incubator-juneau git commit: Fix hyperlinks in generated Javadocs. archived-at: Tue, 07 Feb 2017 21:11:50 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java index 96ddbcb..7be2c18 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/HtmlElement.java @@ -86,7 +86,7 @@ public abstract class HtmlElement { } /** - * accesskey attribute. + * accesskey attribute. * @param accesskey - The new value for this attribute. * @return This object (for method chaining). */ @@ -96,7 +96,7 @@ public abstract class HtmlElement { } /** - * class attribute. + * class attribute. * @param _class - The new value for this attribute. * @return This object (for method chaining). */ @@ -106,7 +106,7 @@ public abstract class HtmlElement { } /** - * contenteditable attribute. + * contenteditable attribute. * @param contenteditable - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. * @return This object (for method chaining). @@ -117,7 +117,7 @@ public abstract class HtmlElement { } /** - * dir attribute. + * dir attribute. * @param dir - The new value for this attribute. * @return This object (for method chaining). */ @@ -127,7 +127,7 @@ public abstract class HtmlElement { } /** - * hidden attribute. + * hidden attribute. * @param hidden - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. * @return This object (for method chaining). @@ -138,7 +138,7 @@ public abstract class HtmlElement { } /** - * id attribute. + * id attribute. * @param id - The new value for this attribute. * @return This object (for method chaining). */ @@ -148,7 +148,7 @@ public abstract class HtmlElement { } /** - * lang attribute. + * lang attribute. * @param lang - The new value for this attribute. * @return This object (for method chaining). */ @@ -158,7 +158,7 @@ public abstract class HtmlElement { } /** - * onabort attribute. + * onabort attribute. * @param onabort - The new value for this attribute. * @return This object (for method chaining). */ @@ -168,7 +168,7 @@ public abstract class HtmlElement { } /** - * onblur attribute. + * onblur attribute. * @param onblur - The new value for this attribute. * @return This object (for method chaining). */ @@ -178,7 +178,7 @@ public abstract class HtmlElement { } /** - * oncancel attribute. + * oncancel attribute. * @param oncancel - The new value for this attribute. * @return This object (for method chaining). */ @@ -188,7 +188,7 @@ public abstract class HtmlElement { } /** - * oncanplay attribute. + * oncanplay attribute. * @param oncanplay - The new value for this attribute. * @return This object (for method chaining). */ @@ -198,7 +198,7 @@ public abstract class HtmlElement { } /** - * oncanplaythrough attribute. + * oncanplaythrough attribute. * @param oncanplaythrough - The new value for this attribute. * @return This object (for method chaining). */ @@ -208,7 +208,7 @@ public abstract class HtmlElement { } /** - * onchange attribute. + * onchange attribute. * @param onchange - The new value for this attribute. * @return This object (for method chaining). */ @@ -218,7 +218,7 @@ public abstract class HtmlElement { } /** - * onclick attribute. + * onclick attribute. * @param onclick - The new value for this attribute. * @return This object (for method chaining). */ @@ -228,7 +228,7 @@ public abstract class HtmlElement { } /** - * oncuechange attribute. + * oncuechange attribute. * @param oncuechange - The new value for this attribute. * @return This object (for method chaining). */ @@ -238,7 +238,7 @@ public abstract class HtmlElement { } /** - * ondblclick attribute. + * ondblclick attribute. * @param ondblclick - The new value for this attribute. * @return This object (for method chaining). */ @@ -248,7 +248,7 @@ public abstract class HtmlElement { } /** - * ondurationchange attribute. + * ondurationchange attribute. * @param ondurationchange - The new value for this attribute. * @return This object (for method chaining). */ @@ -258,7 +258,7 @@ public abstract class HtmlElement { } /** - * onemptied attribute. + * onemptied attribute. * @param onemptied - The new value for this attribute. * @return This object (for method chaining). */ @@ -268,7 +268,7 @@ public abstract class HtmlElement { } /** - * onended attribute. + * onended attribute. * @param onended - The new value for this attribute. * @return This object (for method chaining). */ @@ -278,7 +278,7 @@ public abstract class HtmlElement { } /** - * onerror attribute. + * onerror attribute. * @param onerror - The new value for this attribute. * @return This object (for method chaining). */ @@ -288,7 +288,7 @@ public abstract class HtmlElement { } /** - * onfocus attribute. + * onfocus attribute. * @param onfocus - The new value for this attribute. * @return This object (for method chaining). */ @@ -298,7 +298,7 @@ public abstract class HtmlElement { } /** - * oninput attribute. + * oninput attribute. * @param oninput - The new value for this attribute. * @return This object (for method chaining). */ @@ -308,7 +308,7 @@ public abstract class HtmlElement { } /** - * oninvalid attribute. + * oninvalid attribute. * @param oninvalid - The new value for this attribute. * @return This object (for method chaining). */ @@ -318,7 +318,7 @@ public abstract class HtmlElement { } /** - * onkeydown attribute. + * onkeydown attribute. * @param onkeydown - The new value for this attribute. * @return This object (for method chaining). */ @@ -328,7 +328,7 @@ public abstract class HtmlElement { } /** - * onkeypress attribute. + * onkeypress attribute. * @param onkeypress - The new value for this attribute. * @return This object (for method chaining). */ @@ -338,7 +338,7 @@ public abstract class HtmlElement { } /** - * onkeyup attribute. + * onkeyup attribute. * @param onkeyup - The new value for this attribute. * @return This object (for method chaining). */ @@ -348,7 +348,7 @@ public abstract class HtmlElement { } /** - * onload attribute. + * onload attribute. * @param onload - The new value for this attribute. * @return This object (for method chaining). */ @@ -358,7 +358,7 @@ public abstract class HtmlElement { } /** - * onloadeddata attribute. + * onloadeddata attribute. * @param onloadeddata - The new value for this attribute. * @return This object (for method chaining). */ @@ -368,7 +368,7 @@ public abstract class HtmlElement { } /** - * onloadedmetadata attribute. + * onloadedmetadata attribute. * @param onloadedmetadata - The new value for this attribute. * @return This object (for method chaining). */ @@ -378,7 +378,7 @@ public abstract class HtmlElement { } /** - * onloadstart attribute. + * onloadstart attribute. * @param onloadstart - The new value for this attribute. * @return This object (for method chaining). */ @@ -388,7 +388,7 @@ public abstract class HtmlElement { } /** - * onmousedown attribute. + * onmousedown attribute. * @param onmousedown - The new value for this attribute. * @return This object (for method chaining). */ @@ -398,7 +398,7 @@ public abstract class HtmlElement { } /** - * onmouseenter attribute. + * onmouseenter attribute. * @param onmouseenter - The new value for this attribute. * @return This object (for method chaining). */ @@ -408,7 +408,7 @@ public abstract class HtmlElement { } /** - * onmouseleave attribute. + * onmouseleave attribute. * @param onmouseleave - The new value for this attribute. * @return This object (for method chaining). */ @@ -418,7 +418,7 @@ public abstract class HtmlElement { } /** - * onmousemove attribute. + * onmousemove attribute. * @param onmousemove - The new value for this attribute. * @return This object (for method chaining). */ @@ -428,7 +428,7 @@ public abstract class HtmlElement { } /** - * onmouseout attribute. + * onmouseout attribute. * @param onmouseout - The new value for this attribute. * @return This object (for method chaining). */ @@ -438,7 +438,7 @@ public abstract class HtmlElement { } /** - * onmouseover attribute. + * onmouseover attribute. * @param onmouseover - The new value for this attribute. * @return This object (for method chaining). */ @@ -448,7 +448,7 @@ public abstract class HtmlElement { } /** - * onmouseup attribute. + * onmouseup attribute. * @param onmouseup - The new value for this attribute. * @return This object (for method chaining). */ @@ -458,7 +458,7 @@ public abstract class HtmlElement { } /** - * onmousewheel attribute. + * onmousewheel attribute. * @param onmousewheel - The new value for this attribute. * @return This object (for method chaining). */ @@ -468,7 +468,7 @@ public abstract class HtmlElement { } /** - * onpause attribute. + * onpause attribute. * @param onpause - The new value for this attribute. * @return This object (for method chaining). */ @@ -478,7 +478,7 @@ public abstract class HtmlElement { } /** - * onplay attribute. + * onplay attribute. * @param onplay - The new value for this attribute. * @return This object (for method chaining). */ @@ -488,7 +488,7 @@ public abstract class HtmlElement { } /** - * onplaying attribute. + * onplaying attribute. * @param onplaying - The new value for this attribute. * @return This object (for method chaining). */ @@ -498,7 +498,7 @@ public abstract class HtmlElement { } /** - * onprogress attribute. + * onprogress attribute. * @param onprogress - The new value for this attribute. * @return This object (for method chaining). */ @@ -508,7 +508,7 @@ public abstract class HtmlElement { } /** - * onratechange attribute. + * onratechange attribute. * @param onratechange - The new value for this attribute. * @return This object (for method chaining). */ @@ -518,7 +518,7 @@ public abstract class HtmlElement { } /** - * onreset attribute. + * onreset attribute. * @param onreset - The new value for this attribute. * @return This object (for method chaining). */ @@ -528,7 +528,7 @@ public abstract class HtmlElement { } /** - * onresize attribute. + * onresize attribute. * @param onresize - The new value for this attribute. * @return This object (for method chaining). */ @@ -538,7 +538,7 @@ public abstract class HtmlElement { } /** - * onscroll attribute. + * onscroll attribute. * @param onscroll - The new value for this attribute. * @return This object (for method chaining). */ @@ -548,7 +548,7 @@ public abstract class HtmlElement { } /** - * onseeked attribute. + * onseeked attribute. * @param onseeked - The new value for this attribute. * @return This object (for method chaining). */ @@ -558,7 +558,7 @@ public abstract class HtmlElement { } /** - * onseeking attribute. + * onseeking attribute. * @param onseeking - The new value for this attribute. * @return This object (for method chaining). */ @@ -568,7 +568,7 @@ public abstract class HtmlElement { } /** - * onselect attribute. + * onselect attribute. * @param onselect - The new value for this attribute. * @return This object (for method chaining). */ @@ -578,7 +578,7 @@ public abstract class HtmlElement { } /** - * onshow attribute. + * onshow attribute. * @param onshow - The new value for this attribute. * @return This object (for method chaining). */ @@ -588,7 +588,7 @@ public abstract class HtmlElement { } /** - * onstalled attribute. + * onstalled attribute. * @param onstalled - The new value for this attribute. * @return This object (for method chaining). */ @@ -598,7 +598,7 @@ public abstract class HtmlElement { } /** - * onsubmit attribute. + * onsubmit attribute. * @param onsubmit - The new value for this attribute. * @return This object (for method chaining). */ @@ -608,7 +608,7 @@ public abstract class HtmlElement { } /** - * onsuspend attribute. + * onsuspend attribute. * @param onsuspend - The new value for this attribute. * @return This object (for method chaining). */ @@ -618,7 +618,7 @@ public abstract class HtmlElement { } /** - * ontimeupdate attribute. + * ontimeupdate attribute. * @param ontimeupdate - The new value for this attribute. * @return This object (for method chaining). */ @@ -628,7 +628,7 @@ public abstract class HtmlElement { } /** - * ontoggle attribute. + * ontoggle attribute. * @param ontoggle - The new value for this attribute. * @return This object (for method chaining). */ @@ -638,7 +638,7 @@ public abstract class HtmlElement { } /** - * onvolumechange attribute. + * onvolumechange attribute. * @param onvolumechange - The new value for this attribute. * @return This object (for method chaining). */ @@ -648,7 +648,7 @@ public abstract class HtmlElement { } /** - * onwaiting attribute. + * onwaiting attribute. * @param onwaiting - The new value for this attribute. * @return This object (for method chaining). */ @@ -658,7 +658,7 @@ public abstract class HtmlElement { } /** - * spellcheck attribute. + * spellcheck attribute. * @param spellcheck - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. * @return This object (for method chaining). @@ -669,7 +669,7 @@ public abstract class HtmlElement { } /** - * style attribute. + * style attribute. * @param style - The new value for this attribute. * @return This object (for method chaining). */ @@ -679,7 +679,7 @@ public abstract class HtmlElement { } /** - * tabindex attribute. + * tabindex attribute. * @param tabindex - The new value for this attribute. * Typically a {@link Number} or {@link String}. * @return This object (for method chaining). @@ -690,7 +690,7 @@ public abstract class HtmlElement { } /** - * title attribute. + * title attribute. * @param title - The new value for this attribute. * @return This object (for method chaining). */ @@ -700,7 +700,7 @@ public abstract class HtmlElement { } /** - * translate attribute. + * translate attribute. * @param translate - The new value for this attribute. * Typically a {@link Number} or {@link String}. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java index edeb856..36692a5 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/I.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <i> element. + * DTO for an HTML <i> element. *

*/ @Bean(typeName="i") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java index da3f860..90db050 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Iframe.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <iframe> element. + * DTO for an HTML <iframe> element. *

*/ @Bean(typeName="iframe") public class Iframe extends HtmlElementMixed { /** - * height attribute. + * height attribute. * Vertical dimension. * @param height - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -36,7 +36,7 @@ public class Iframe extends HtmlElementMixed { } /** - * name attribute. + * name attribute. * Name of nested browsing context. * @param name - The new value for this attribute. * @return This object (for method chaining). @@ -47,7 +47,7 @@ public class Iframe extends HtmlElementMixed { } /** - * sandbox attribute. + * sandbox attribute. * Security rules for nested content. * @param sandbox - The new value for this attribute. * @return This object (for method chaining). @@ -58,7 +58,7 @@ public class Iframe extends HtmlElementMixed { } /** - * src attribute. + * src attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -70,7 +70,7 @@ public class Iframe extends HtmlElementMixed { } /** - * srcdoc attribute. + * srcdoc attribute. * A document to render in the iframe. * @param srcdoc - The new value for this attribute. * @return This object (for method chaining). @@ -81,7 +81,7 @@ public class Iframe extends HtmlElementMixed { } /** - * width attribute. + * width attribute. * Horizontal dimension. * @param width - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java index 28be530..8fcca78 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Img.java @@ -17,13 +17,13 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <img> element. + * DTO for an HTML <img> element. */ @Bean(typeName="img") public class Img extends HtmlElementEmpty { /** - * alt attribute. + * alt attribute. * Replacement text for use when images are not available. * @param alt - The new value for this attribute. * @return This object (for method chaining). @@ -34,7 +34,7 @@ public class Img extends HtmlElementEmpty { } /** - * crossorigin attribute. + * crossorigin attribute. * How the element handles crossorigin requests. * @param crossorigin - The new value for this attribute. * @return This object (for method chaining). @@ -45,7 +45,7 @@ public class Img extends HtmlElementEmpty { } /** - * height attribute. + * height attribute. * Vertical dimension. * @param height - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -57,7 +57,7 @@ public class Img extends HtmlElementEmpty { } /** - * ismap attribute. + * ismap attribute. * Whether the image is a server-side image map. * @param ismap - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -69,7 +69,7 @@ public class Img extends HtmlElementEmpty { } /** - * src attribute. + * src attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -81,7 +81,7 @@ public class Img extends HtmlElementEmpty { } /** - * usemap attribute. + * usemap attribute. * Name of image map to use. * @param usemap - The new value for this attribute. * @return This object (for method chaining). @@ -92,7 +92,7 @@ public class Img extends HtmlElementEmpty { } /** - * width attribute. + * width attribute. * Horizontal dimension. * @param width - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java index fce1b01..b509073 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Input.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <input> element. + * DTO for an HTML <input> element. *

*/ @Bean(typeName="input") public class Input extends HtmlElementEmpty { /** - * accept attribute. + * accept attribute. * Hint for expected file type in file upload controls. * @param accept - The new value for this attribute. * @return This object (for method chaining). @@ -35,7 +35,7 @@ public class Input extends HtmlElementEmpty { } /** - * alt attribute. + * alt attribute. * Replacement text for use when images are not available. * @param alt - The new value for this attribute. * @return This object (for method chaining). @@ -46,7 +46,7 @@ public class Input extends HtmlElementEmpty { } /** - * autocomplete attribute. + * autocomplete attribute. * Hint for form autofill feature. * @param autocomplete - The new value for this attribute. * @return This object (for method chaining). @@ -57,7 +57,7 @@ public class Input extends HtmlElementEmpty { } /** - * autofocus attribute. + * autofocus attribute. * Automatically focus the form control when the page is loaded. * @param autofocus - The new value for this attribute. * @return This object (for method chaining). @@ -68,7 +68,7 @@ public class Input extends HtmlElementEmpty { } /** - * checked attribute. + * checked attribute. * Whether the command or control is checked. * @param checked - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -80,7 +80,7 @@ public class Input extends HtmlElementEmpty { } /** - * dirname attribute. + * dirname attribute. * Name of form field to use for sending the element's directionality in form submission. * @param dirname - The new value for this attribute. * @return This object (for method chaining). @@ -91,7 +91,7 @@ public class Input extends HtmlElementEmpty { } /** - * disabled attribute. + * disabled attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -103,7 +103,7 @@ public class Input extends HtmlElementEmpty { } /** - * form attribute. + * form attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -114,7 +114,7 @@ public class Input extends HtmlElementEmpty { } /** - * formaction attribute. + * formaction attribute. * URL to use for form submission. * @param formaction - The new value for this attribute. * @return This object (for method chaining). @@ -125,7 +125,7 @@ public class Input extends HtmlElementEmpty { } /** - * formenctype attribute. + * formenctype attribute. * Form data set encoding type to use for form submission. * @param formenctype - The new value for this attribute. * @return This object (for method chaining). @@ -136,7 +136,7 @@ public class Input extends HtmlElementEmpty { } /** - * formmethod attribute. + * formmethod attribute. * HTTP method to use for form submission. * @param formmethod - The new value for this attribute. * @return This object (for method chaining). @@ -147,7 +147,7 @@ public class Input extends HtmlElementEmpty { } /** - * formnovalidate attribute. + * formnovalidate attribute. * Bypass form control validation for form submission. * @param formnovalidate - The new value for this attribute. * @return This object (for method chaining). @@ -158,7 +158,7 @@ public class Input extends HtmlElementEmpty { } /** - * formtarget attribute. + * formtarget attribute. * Browsing context for form submission. * @param formtarget - The new value for this attribute. * @return This object (for method chaining). @@ -169,7 +169,7 @@ public class Input extends HtmlElementEmpty { } /** - * height attribute. + * height attribute. * Vertical dimension. * @param height - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -181,7 +181,7 @@ public class Input extends HtmlElementEmpty { } /** - * inputmode attribute. + * inputmode attribute. * Hint for selecting an input modality. * @param inputmode - The new value for this attribute. * @return This object (for method chaining). @@ -192,7 +192,7 @@ public class Input extends HtmlElementEmpty { } /** - * list attribute. + * list attribute. * List of autocomplete options. * @param list - The new value for this attribute. * @return This object (for method chaining). @@ -203,7 +203,7 @@ public class Input extends HtmlElementEmpty { } /** - * max attribute. + * max attribute. * Maximum value. * @param max - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -215,7 +215,7 @@ public class Input extends HtmlElementEmpty { } /** - * maxlength attribute. + * maxlength attribute. * Maximum length of value. * @param maxlength - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -227,7 +227,7 @@ public class Input extends HtmlElementEmpty { } /** - * min attribute. + * min attribute. * Minimum value. * @param min - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -239,7 +239,7 @@ public class Input extends HtmlElementEmpty { } /** - * minlength attribute. + * minlength attribute. * Minimum length of value. * @param minlength - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -251,7 +251,7 @@ public class Input extends HtmlElementEmpty { } /** - * multiple attribute. + * multiple attribute. * Whether to allow multiple values. * @param multiple - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -263,7 +263,7 @@ public class Input extends HtmlElementEmpty { } /** - * name attribute. + * name attribute. * Name of form control to use for form submission and in the form.elements API. * @param name - The new value for this attribute. * @return This object (for method chaining). @@ -274,7 +274,7 @@ public class Input extends HtmlElementEmpty { } /** - * pattern attribute. + * pattern attribute. * Pattern to be matched by the form control's value. * @param pattern - The new value for this attribute. * @return This object (for method chaining). @@ -285,7 +285,7 @@ public class Input extends HtmlElementEmpty { } /** - * placeholder attribute. + * placeholder attribute. * User-visible label to be placed within the form control. * @param placeholder - The new value for this attribute. * @return This object (for method chaining). @@ -296,7 +296,7 @@ public class Input extends HtmlElementEmpty { } /** - * readonly attribute. + * readonly attribute. * Whether to allow the value to be edited by the user. * @param readonly - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -308,7 +308,7 @@ public class Input extends HtmlElementEmpty { } /** - * required attribute. + * required attribute. * Whether the control is required for form submission. * @param required - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -320,7 +320,7 @@ public class Input extends HtmlElementEmpty { } /** - * size attribute. + * size attribute. * Size of the control. * @param size - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -332,7 +332,7 @@ public class Input extends HtmlElementEmpty { } /** - * src attribute. + * src attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -344,7 +344,7 @@ public class Input extends HtmlElementEmpty { } /** - * step attribute. + * step attribute. * Granularity to be matched by the form control's value. * @param step - The new value for this attribute. * @return This object (for method chaining). @@ -355,7 +355,7 @@ public class Input extends HtmlElementEmpty { } /** - * type attribute. + * type attribute. * Type of form control. * @param type - The new value for this attribute. * @return This object (for method chaining). @@ -366,7 +366,7 @@ public class Input extends HtmlElementEmpty { } /** - * value attribute. + * value attribute. * Value of the form control. * @param value - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -378,7 +378,7 @@ public class Input extends HtmlElementEmpty { } /** - * width attribute. + * width attribute. * Horizontal dimension. * @param width - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java index e948e26..8ed4f2d 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ins.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <ins> element. + * DTO for an HTML <ins> element. *

*/ @Bean(typeName="ins") public class Ins extends HtmlElementMixed { /** - * cite attribute. + * cite attribute. * Link to the source of the quotation or more information about the edit. * @param cite - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Ins extends HtmlElementMixed { } /** - * datetime attribute. + * datetime attribute. * Date and (optionally) time of the change. * @param datetime - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java index c6a61de..6049912 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Kbd.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <kbd> element. + * DTO for an HTML <kbd> element. *

*/ @Bean(typeName="kbd") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java index dbcc4f4..b21e5c0 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Keygen.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <keygen> element. + * DTO for an HTML <keygen> element. *

*/ @Bean(typeName="keygen") public class Keygen extends HtmlElementEmpty { /** - * autofocus attribute. + * autofocus attribute. * Automatically focus the form control when the page is loaded. * @param autofocus - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -34,7 +34,7 @@ public class Keygen extends HtmlElementEmpty { } /** - * challenge attribute. + * challenge attribute. * String to package with the generated and signed public key. * @param challenge - The new value for this attribute. * @return This object (for method chaining). @@ -45,7 +45,7 @@ public class Keygen extends HtmlElementEmpty { } /** - * disabled attribute. + * disabled attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -57,7 +57,7 @@ public class Keygen extends HtmlElementEmpty { } /** - * form attribute. + * form attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -68,7 +68,7 @@ public class Keygen extends HtmlElementEmpty { } /** - * keytype attribute. + * keytype attribute. * The type of cryptographic key to generate. * @param keytype - The new value for this attribute. * @return This object (for method chaining). @@ -79,7 +79,7 @@ public class Keygen extends HtmlElementEmpty { } /** - * name attribute. + * name attribute. * Name of form control to use for form submission and in the form.elements API. * @param name - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java index ea13dac..794e2f5 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Label.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <label> element. + * DTO for an HTML <label> element. *

*/ @Bean(typeName="label") public class Label extends HtmlElementMixed { /** - * for attribute. + * for attribute. * Associate the label with form control. * @param _for - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Label extends HtmlElementMixed { } /** - * form attribute. + * form attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java index 16756a0..35e20c5 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Legend.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <legend> element. + * DTO for an HTML <legend> element. *

*/ @Bean(typeName="legend") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java index 94bae01..e53975c 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Li.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <li> element. + * DTO for an HTML <li> element. *

*/ @Bean(typeName="li") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java index 9513e1c..f9a2f41 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Link.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <link> element. + * DTO for an HTML <link> element. *

*/ @Bean(typeName="link") public class Link extends HtmlElementEmpty { /** - * crossorigin attribute. + * crossorigin attribute. * How the element handles crossorigin requests. * @param crossorigin - The new value for this attribute. * @return This object (for method chaining). @@ -35,7 +35,7 @@ public class Link extends HtmlElementEmpty { } /** - * href attribute. + * href attribute. * Address of the hyperlink. * @param href - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -47,7 +47,7 @@ public class Link extends HtmlElementEmpty { } /** - * hreflang attribute. + * hreflang attribute. * Language of the linked resource. * @param hreflang - The new value for this attribute. * @return This object (for method chaining). @@ -58,7 +58,7 @@ public class Link extends HtmlElementEmpty { } /** - * media attribute. + * media attribute. * Applicable media. * @param media - The new value for this attribute. * @return This object (for method chaining). @@ -69,7 +69,7 @@ public class Link extends HtmlElementEmpty { } /** - * rel attribute. + * rel attribute. * Relationship between the document containing the hyperlink and the destination resource. * @param rel - The new value for this attribute. * @return This object (for method chaining). @@ -80,7 +80,7 @@ public class Link extends HtmlElementEmpty { } /** - * sizes attribute. + * sizes attribute. * Sizes of the icons (for rel="icon"). * @param sizes - The new value for this attribute. * @return This object (for method chaining). @@ -91,7 +91,7 @@ public class Link extends HtmlElementEmpty { } /** - * type attribute. + * type attribute. * Hint for the type of the referenced resource. * @param type - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java index 94b410d..1433c0c 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Main.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <main> element. + * DTO for an HTML <main> element. *

*/ @Bean(typeName="main") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java index 281f272..709526b 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Map.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <map> element. + * DTO for an HTML <map> element. *

*/ @Bean(typeName="map") public class Map extends HtmlElementContainer { /** - * name attribute. + * name attribute. * Name of image map to reference from the usemap attribute. * @param name - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java index 3c37c51..07edcf9 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Mark.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <mark> element. + * DTO for an HTML <mark> element. *

*/ @Bean(typeName="mark") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java index 7611dca..70ee31e 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meta.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <meta> element. + * DTO for an HTML <meta> element. *

*/ @Bean(typeName="meta") public class Meta extends HtmlElementEmpty { /** - * charset attribute. + * charset attribute. * Character encoding declaration. * @param charset - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Meta extends HtmlElementEmpty { } /** - * content attribute. + * content attribute. * Value of the element. * @param content - The new value for this attribute. * @return This object (for method chaining). @@ -44,7 +44,7 @@ public class Meta extends HtmlElementEmpty { } /** - * http-equiv attribute. + * http-equiv attribute. * Pragma directive. * @param httpequiv - The new value for this attribute. * @return This object (for method chaining). @@ -55,7 +55,7 @@ public class Meta extends HtmlElementEmpty { } /** - * name attribute. + * name attribute. * Metadata name. * @param name - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java index 3674019..ce2a87d 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Meter.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <meter> element. + * DTO for an HTML <meter> element. *

*/ @Bean(typeName="meter") public class Meter extends HtmlElementMixed { /** - * high attribute. + * high attribute. * Low limit of high range. * @param high - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -34,7 +34,7 @@ public class Meter extends HtmlElementMixed { } /** - * low attribute. + * low attribute. * High limit of low range. * @param low - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -46,7 +46,7 @@ public class Meter extends HtmlElementMixed { } /** - * max attribute. + * max attribute. * Upper bound of range. * @param max - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -58,7 +58,7 @@ public class Meter extends HtmlElementMixed { } /** - * min attribute. + * min attribute. * Lower bound of range. * @param min - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -70,7 +70,7 @@ public class Meter extends HtmlElementMixed { } /** - * optimum attribute. + * optimum attribute. * Optimum value in gauge. * @param optimum - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -82,7 +82,7 @@ public class Meter extends HtmlElementMixed { } /** - * value attribute. + * value attribute. * Current value of the element. * @param value - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java index 16586bb..246dc97 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Nav.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <nav> element. + * DTO for an HTML <nav> element. *

*/ @Bean(typeName="nav") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java index 526800d..bd1e424 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Noscript.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <noscript> element. + * DTO for an HTML <noscript> element. *

*/ @Bean(typeName="noscript") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java index fd43cb1..dc340ac 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Object2.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <object> element. + * DTO for an HTML <object> element. *

*/ @Bean(typeName="object") public class Object2 extends HtmlElementMixed { /** - * data attribute. + * data attribute. * Address of the resource. * @param data - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Object2 extends HtmlElementMixed { } /** - * form attribute. + * form attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -44,7 +44,7 @@ public class Object2 extends HtmlElementMixed { } /** - * height attribute. + * height attribute. * Vertical dimension. * @param height - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -56,7 +56,7 @@ public class Object2 extends HtmlElementMixed { } /** - * name attribute. + * name attribute. * Name of nested browsing context. * @param name - The new value for this attribute. * @return This object (for method chaining). @@ -67,7 +67,7 @@ public class Object2 extends HtmlElementMixed { } /** - * type attribute. + * type attribute. * Type of embedded resource. * @param type - The new value for this attribute. * @return This object (for method chaining). @@ -78,7 +78,7 @@ public class Object2 extends HtmlElementMixed { } /** - * typemustmatch attribute. + * typemustmatch attribute. * Whether the type attribute and the Content-Type value need to match for the resource to be used. * @param typemustmatch - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -90,7 +90,7 @@ public class Object2 extends HtmlElementMixed { } /** - * usemap attribute. + * usemap attribute. * Name of image map to use. * @param usemap - The new value for this attribute. * @return This object (for method chaining). @@ -101,7 +101,7 @@ public class Object2 extends HtmlElementMixed { } /** - * width attribute. + * width attribute. * Horizontal dimension. * @param width - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java index 1ad64e3..f6847be 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ol.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <ol> element. + * DTO for an HTML <ol> element. *

*/ @Bean(typeName="ol") public class Ol extends HtmlElementContainer { /** - * reversed attribute. + * reversed attribute. * Number the list backwards.. * @param reversed - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -34,7 +34,7 @@ public class Ol extends HtmlElementContainer { } /** - * start attribute. + * start attribute. * Ordinal value of the first item. * @param start - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -46,7 +46,7 @@ public class Ol extends HtmlElementContainer { } /** - * type attribute. + * type attribute. * Kind of list marker.. * @param type - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java index 59bad44..9375c5f 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Optgroup.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <optgroup> element. + * DTO for an HTML <optgroup> element. *

*/ @Bean(typeName="optgroup") public class Optgroup extends HtmlElementContainer { /** - * disabled attribute. + * disabled attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -34,7 +34,7 @@ public class Optgroup extends HtmlElementContainer { } /** - * label attribute. + * label attribute. * User-visible label. * @param label - The new value for this attribute. * @return This object (for method chaining). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java index ee9069e..9636345 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Option.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <option> element. + * DTO for an HTML <option> element. *

*/ @Bean(typeName="option") public class Option extends HtmlElementText { /** - * disabled attribute. + * disabled attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -34,7 +34,7 @@ public class Option extends HtmlElementText { } /** - * label attribute. + * label attribute. * User-visible label. * @param label - The new value for this attribute. * @return This object (for method chaining). @@ -45,7 +45,7 @@ public class Option extends HtmlElementText { } /** - * selected attribute. + * selected attribute. * Whether the option is selected by default. * @param selected - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -57,7 +57,7 @@ public class Option extends HtmlElementText { } /** - * value attribute. + * value attribute. * Value to be used for form submission. * @param value - The new value for this attribute. * Typically a {@link Number} or {@link String}. http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java index 8510f38..3524ccc 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Output.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <output> element. + * DTO for an HTML <output> element. *

*/ @Bean(typeName="output") public class Output extends HtmlElementMixed { /** - * for attribute. + * for attribute. * Specifies controls from which the output was calculated. * @param _for - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Output extends HtmlElementMixed { } /** - * form attribute. + * form attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -44,7 +44,7 @@ public class Output extends HtmlElementMixed { } /** - * name attribute. + * name attribute. * Name of form control to use for form submission and in the form.elements API. * @param name - The new value for this attribute. * @return This object (for method chaining).