Repository: incubator-juneau Updated Branches: refs/heads/master 97930904a -> fb2c1cf6b
http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/P.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/P.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/P.java index d017450..6d2e8b4 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/P.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/P.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/grouping-content.html#the-p-element'><p></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-p-element"><p></a> element. * <p> */ @Bean(typeName="p") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Param.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Param.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Param.java index a7699ce..dc36d56 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Param.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Param.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element'><param></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element"><param></a> element. * <p> */ @Bean(typeName="param") public class Param extends HtmlElementEmpty { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-name'>name</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-name">name</a> attribute. * Name of parameter. * @param name - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Param extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-value'>value</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-value">value</a> attribute. * Value of parameter. * @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/Pre.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Pre.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Pre.java index 51f72a3..7d1f553 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Pre.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Pre.java @@ -20,7 +20,7 @@ import org.apache.juneau.annotation.*; import org.apache.juneau.xml.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/grouping-content.html#the-pre-element'><pre></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-pre-element"><pre></a> element. * <p> */ @Bean(typeName="pre") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Progress.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Progress.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Progress.java index 847c328..1324ef4 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Progress.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Progress.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/forms.html#the-progress-element'><progress></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-progress-element"><progress></a> element. * <p> */ @Bean(typeName="progress") public class Progress extends HtmlElementMixed { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-progress-max'>max</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-max">max</a> attribute. * Upper bound of range. * @param max - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -34,7 +34,7 @@ public class Progress extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-progress-value'>value</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-value">value</a> 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/Q.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Q.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Q.java index 29ec5d3..ff75b74 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Q.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Q.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element'><q></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element"><q></a> element. * <p> */ @Bean(typeName="q") public class Q extends HtmlElementMixed { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/text-level-semantics.html#attr-q-cite'>cite</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-q-cite">cite</a> 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). http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rb.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rb.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rb.java index f8314b3..ebbf6a8 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rb.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rb.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element'><rb></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element"><rb></a> element. * <p> */ @Bean(typeName="rb") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rp.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rp.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rp.java index fb6b41e..5b34c82 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rp.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rp.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element'><rp></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element"><rp></a> element. * <p> */ @Bean(typeName="rp") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rt.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rt.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rt.java index cc1a3d0..4b0e795 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rt.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rt.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element'><rt></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element"><rt></a> element. * <p> */ @Bean(typeName="rt") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rtc.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rtc.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rtc.java index fd39c4f..d886ce4 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rtc.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Rtc.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element'><rtc></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element"><rtc></a> element. * <p> */ @Bean(typeName="rtc") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ruby.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ruby.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ruby.java index 19a18f9..bd9f52a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ruby.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ruby.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element'><ruby></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element"><ruby></a> element. * <p> */ @Bean(typeName="ruby") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/S.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/S.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/S.java index e285970..1a65040 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/S.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/S.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element'><s></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element"><s></a> element. * <p> */ @Bean(typeName="s") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Samp.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Samp.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Samp.java index d419bda..38cea1a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Samp.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Samp.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element'><samp></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element"><samp></a> element. * <p> */ @Bean(typeName="samp") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Script.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Script.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Script.java index 3d6c1ae..dfef75a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Script.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Script.java @@ -18,14 +18,14 @@ import org.apache.juneau.annotation.*; import org.apache.juneau.xml.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/scripting-1.html#the-script-element'><script></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-script-element"><script></a> element. * <p> */ @Bean(typeName="script") public class Script extends HtmlElementText { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-async'>async</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-async">async</a> attribute. * Execute script asynchronously. * @param async - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -37,7 +37,7 @@ public class Script extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-charset'>charset</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-charset">charset</a> attribute. * Character encoding of the external script resource. * @param charset - The new value for this attribute. * @return This object (for method chaining). @@ -48,7 +48,7 @@ public class Script extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-crossorigin'>crossorigin</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-crossorigin">crossorigin</a> attribute. * How the element handles crossorigin requests. * @param crossorigin - The new value for this attribute. * @return This object (for method chaining). @@ -59,7 +59,7 @@ public class Script extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-defer'>defer</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-defer">defer</a> attribute. * Defer script execution. * @param defer - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -71,7 +71,7 @@ public class Script extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-src'>src</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-src">src</a> attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -83,7 +83,7 @@ public class Script extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-type'>type</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-type">type</a> attribute. * Type of embedded 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/Section.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Section.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Section.java index 1ea0688..d788072 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Section.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Section.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-section-element'><section></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-section-element"><section></a> element. * <p> */ @Bean(typeName="section") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Select.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Select.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Select.java index bf7965f..54d5372 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Select.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Select.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/forms.html#the-select-element'><select></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-select-element"><select></a> element. * <p> */ @Bean(typeName="select") public class Select extends HtmlElementContainer { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'>autofocus</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> 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 Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'>disabled</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -46,7 +46,7 @@ public class Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -57,7 +57,7 @@ public class Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-multiple'>multiple</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-multiple">multiple</a> attribute. * Whether to allow multiple values. * @param multiple - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -69,7 +69,7 @@ public class Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> 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). @@ -80,7 +80,7 @@ public class Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-required'>required</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-required">required</a> attribute. * Whether the control is required for form submission. * @param required - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -92,7 +92,7 @@ public class Select extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-size'>size</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-size">size</a> attribute. * Size of the control. * @param size - 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/Small.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Small.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Small.java index 560fb0c..459284a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Small.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Small.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element'><small></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element"><small></a> element. * <p> */ @Bean(typeName="small") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Source.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Source.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Source.java index 2eb98a9..57cf235 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Source.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Source.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element'><source></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element"><source></a> element. * <p> */ @Bean(typeName="source") public class Source extends HtmlElementEmpty { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-src'>src</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-src">src</a> attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -36,7 +36,7 @@ public class Source extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-type'>type</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-type">type</a> attribute. * Type of embedded 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/Span.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Span.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Span.java index 246e3b6..8747faf 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Span.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Span.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element'><span></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element"><span></a> element. * <p> */ @Bean(typeName="span") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Strong.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Strong.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Strong.java index 224dff4..4a9bcab 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Strong.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Strong.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element'><strong></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element"><strong></a> element. * <p> */ @Bean(typeName="strong") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Style.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Style.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Style.java index e9948a8..b4a8c77 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Style.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Style.java @@ -16,14 +16,14 @@ import org.apache.juneau.annotation.*; import org.apache.juneau.xml.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/document-metadata.html#the-style-element'><style></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-style-element"><style></a> element. * <p> */ @Bean(typeName="style") public class Style extends HtmlElementText { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/document-metadata.html#attr-style-media'>media</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-media">media</a> attribute. * Applicable media. * @param media - The new value for this attribute. * @return This object (for method chaining). @@ -34,7 +34,7 @@ public class Style extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/document-metadata.html#attr-style-type'>type</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-type">type</a> attribute. * Type of embedded 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/Sub.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sub.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sub.java index f32b893..a3286e0 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sub.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sub.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'><sub></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements"><sub></a> element. * <p> */ @Bean(typeName="sub") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sup.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sup.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sup.java index 60934a1..074f4df 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sup.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Sup.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'><sup></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements"><sup></a> element. * <p> */ @Bean(typeName="sup") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Table.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Table.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Table.java index 9ecac12..2c1e80d 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Table.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Table.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-table-element'><table></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-table-element"><table></a> element. * <p> */ @Bean(typeName="table") public class Table extends HtmlElementContainer { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-table-border'>border</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-table-border">border</a> attribute. * //sortable - Enables a sorting interface for the table. * @param border - 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/Tbody.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tbody.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tbody.java index 0612943..15494f4 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tbody.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tbody.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element'><tbody></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element"><tbody></a> element. * <p> */ @Bean(typeName="tbody") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Td.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Td.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Td.java index d26c845..ef86e8f 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Td.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Td.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-td-element'><td></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-td-element"><td></a> element. * <p> */ @Bean(typeName="td") public class Td extends HtmlElementMixed { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan'>colspan</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute. * Number of columns that the cell is to span. * @param colspan - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -34,7 +34,7 @@ public class Td extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers'>headers</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute. * The header cells for this cell. * @param headers - The new value for this attribute. * @return This object (for method chaining). @@ -45,7 +45,7 @@ public class Td extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan'>rowspan</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute. * Number of rows that the cell is to span. * @param rowspan - 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/Template.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Template.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Template.java index 98b77e8..2508424 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Template.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Template.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/scripting-1.html#the-template-element'><template></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-template-element"><template></a> element. * <p> */ @Bean(typeName="template") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Textarea.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Textarea.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Textarea.java index c6f9acd..66a6441 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Textarea.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Textarea.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/forms.html#the-textarea-element'><textarea></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-textarea-element"><textarea></a> element. * <p> */ @Bean(typeName="textarea") public class Textarea extends HtmlElementText { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete'>autocomplete</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete">autocomplete</a> attribute. * Hint for form autofill feature. * @param autocomplete - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'>autofocus</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> 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}. @@ -45,7 +45,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-cols'>cols</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-cols">cols</a> attribute. * Maximum number of characters per line. * @param cols - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -57,7 +57,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-dirname'>dirname</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname">dirname</a> 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). @@ -68,7 +68,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'>disabled</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute. * Whether the form control is disabled. * @param disabled - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -80,7 +80,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute. * Associates the control with a form element. * @param form - The new value for this attribute. * @return This object (for method chaining). @@ -91,7 +91,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='-'>inputmode</a> attribute. + * <a class="doclink" href="-">inputmode</a> attribute. * Hint for selecting an input modality. * @param inputmode - The new value for this attribute. * @return This object (for method chaining). @@ -102,7 +102,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength'>maxlength</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength">maxlength</a> attribute. * Maximum length of value. * @param maxlength - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -114,7 +114,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength'>minlength</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength">minlength</a> attribute. * Minimum length of value. * @param minlength - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -126,7 +126,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> 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). @@ -137,7 +137,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder'>placeholder</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder">placeholder</a> 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). @@ -148,7 +148,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly'>readonly</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly">readonly</a> 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}. @@ -160,7 +160,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-required'>required</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-required">required</a> attribute. * Whether the control is required for form submission. * @param required - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -172,7 +172,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-rows'>rows</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-rows">rows</a> attribute. * Number of lines to show. * @param rows - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -184,7 +184,7 @@ public class Textarea extends HtmlElementText { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap'>wrap</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap">wrap</a> attribute. * How the value of the form control is to be wrapped for form submission. * @param wrap - 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/Tfoot.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tfoot.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tfoot.java index b4bfa19..0e94895 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tfoot.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tfoot.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element'><tfoot></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element"><tfoot></a> element. * <p> */ @Bean(typeName="tfoot") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Th.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Th.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Th.java index 500ae81..fd7fd9e 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Th.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Th.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-th-element'><th></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-th-element"><th></a> element. * <p> */ @Bean(typeName="th") public class Th extends HtmlElementMixed { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr'>abbr</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr">abbr</a> attribute. * Alternative label to use for the header cell when referencing the cell in other contexts. * @param abbr - The new value for this attribute. * @return This object (for method chaining). @@ -33,7 +33,7 @@ public class Th extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan'>colspan</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute. * Number of columns that the cell is to span. * @param colspan - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -45,7 +45,7 @@ public class Th extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers'>headers</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute. * The headers for this cell. * @param headers - The new value for this attribute. * @return This object (for method chaining). @@ -56,7 +56,7 @@ public class Th extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan'>rowspan</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute. * Number of rows that the cell is to span. * @param rowspan - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -68,7 +68,7 @@ public class Th extends HtmlElementMixed { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope'>scope</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope">scope</a> attribute. * Specifies which cells the header cell applies to. * @param scope - The new value for this attribute. * @return This object (for method chaining). @@ -79,7 +79,7 @@ public class Th extends HtmlElementMixed { } /** - * <a class='doclink' href='-'>sorted</a> attribute. + * <a class="doclink" href="-">sorted</a> attribute. * Column sort direction and ordinality. * @param sorted - 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/Thead.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Thead.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Thead.java index 231955e..9c9de54 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Thead.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Thead.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-thead-element'><thead></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-thead-element"><thead></a> element. * <p> */ @Bean(typeName="thead") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Time.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Time.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Time.java index 3a176b3..b3b49fa 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Time.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Time.java @@ -15,14 +15,14 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element'><time></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element"><time></a> element. * <p> */ @Bean(typeName="time") public class Time extends HtmlElementMixed { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime'>datetime</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime">datetime</a> attribute. * Machine-readable value. * @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/Title.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Title.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Title.java index 114db20..fc5a9ba 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Title.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Title.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/document-metadata.html#the-title-element'><title></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-title-element"><title></a> element. * <p> */ @Bean(typeName="title") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tr.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tr.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tr.java index e3ed4ad..1183a56 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tr.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Tr.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-tr-element'><tr></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tr-element"><tr></a> element. * <p> */ @Bean(typeName="tr") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Track.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Track.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Track.java index 2c02600..1717e88 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Track.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Track.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element'><track></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element"><track></a> element. * <p> */ @Bean(typeName="track") public class Track extends HtmlElementEmpty { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-default'>default</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-default">default</a> attribute. * Enable the track if no other text track is more suitable. * @param _default - The new value for this attribute. * @return This object (for method chaining). @@ -35,7 +35,7 @@ public class Track extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind'>kind</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind">kind</a> attribute. * The type of text track. * @param kind - The new value for this attribute. * @return This object (for method chaining). @@ -46,7 +46,7 @@ public class Track extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-label'>label</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-label">label</a> attribute. * User-visible label. * @param label - The new value for this attribute. * @return This object (for method chaining). @@ -57,7 +57,7 @@ public class Track extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-src'>src</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-src">src</a> attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -69,7 +69,7 @@ public class Track extends HtmlElementEmpty { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-srclang'>srclang</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-srclang">srclang</a> attribute. * Language of the text track. * @param srclang - 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/U.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/U.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/U.java index 2e1774f..97696a6 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/U.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/U.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element'><u></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element"><u></a> element. * <p> */ @Bean(typeName="u") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ul.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ul.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ul.java index 8b6c129..47743ed 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ul.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Ul.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/grouping-content.html#the-ul-element'><ul></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ul-element"><ul></a> element. * <p> */ @Bean(typeName="ul") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Var.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Var.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Var.java index 69361a7..58955b5 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Var.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Var.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element'><var></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element"><var></a> element. * <p> */ @Bean(typeName="var") http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fb2c1cf6/juneau-core/src/main/java/org/apache/juneau/dto/html5/Video.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Video.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Video.java index 23ac865..09ed270 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Video.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Video.java @@ -17,14 +17,14 @@ import java.net.*; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element'><video></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element"><video></a> element. * <p> */ @Bean(typeName="video") public class Video extends HtmlElementContainer { /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay'>autoplay</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute. * Hint that the media resource can be started automatically when the page is loaded. * @param autoplay - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -36,7 +36,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls'>controls</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute. * Show user agent controls. * @param controls - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -48,7 +48,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin'>crossorigin</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute. * How the element handles crossorigin requests. * @param crossorigin - The new value for this attribute. * @return This object (for method chaining). @@ -59,7 +59,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute. * Vertical dimension. * @param height - The new value for this attribute. * Typically a {@link Number} or {@link String}. @@ -71,7 +71,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop'>loop</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop">loop</a> attribute. * Whether to loop the media resource. * @param loop - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -83,7 +83,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup'>mediagroup</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute. * Groups media elements together with an implicit MediaController. * @param mediagroup - The new value for this attribute. * @return This object (for method chaining). @@ -94,7 +94,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted'>muted</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute. * Whether to mute the media resource by default. * @param muted - The new value for this attribute. * Typically a {@link Boolean} or {@link String}. @@ -106,7 +106,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster'>poster</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster">poster</a> attribute. * Poster frame to show prior to video playback. * @param poster - The new value for this attribute. * @return This object (for method chaining). @@ -117,7 +117,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload'>preload</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute. * Hints how much buffering the media resource will likely need. * @param preload - The new value for this attribute. * @return This object (for method chaining). @@ -128,7 +128,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src'>src</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src">src</a> attribute. * Address of the resource. * @param src - The new value for this attribute. * Typically a {@link URL} or {@link String}. @@ -140,7 +140,7 @@ public class Video extends HtmlElementContainer { } /** - * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a> attribute. + * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> 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/Wbr.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Wbr.java b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Wbr.java index ceb8868..8476223 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/html5/Wbr.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/html5/Wbr.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.html5; import org.apache.juneau.annotation.*; /** - * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element'><wbr></a> element. + * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element"><wbr></a> element. * <p> */ @Bean(typeName="wbr")
