http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Textarea.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Textarea.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Textarea.html index 9090be1..145a84d 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Textarea.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Textarea.html @@ -23,14 +23,14 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/forms.html#the-textarea-element'>&lt;textarea&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-textarea-element">&lt;textarea&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="textarea")<a name="line.21"></a> <span class="sourceLineNo">022</span>public class Textarea extends HtmlElementText {<a name="line.22"></a> <span class="sourceLineNo">023</span><a name="line.23"></a> <span class="sourceLineNo">024</span> /**<a name="line.24"></a> -<span class="sourceLineNo">025</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete'>autocomplete</a> attribute.<a name="line.25"></a> +<span class="sourceLineNo">025</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete">autocomplete</a> attribute.<a name="line.25"></a> <span class="sourceLineNo">026</span> * Hint for form autofill feature.<a name="line.26"></a> <span class="sourceLineNo">027</span> * @param autocomplete - The new value for this attribute.<a name="line.27"></a> <span class="sourceLineNo">028</span> * @return This object (for method chaining).<a name="line.28"></a> @@ -41,7 +41,7 @@ <span class="sourceLineNo">033</span> }<a name="line.33"></a> <span class="sourceLineNo">034</span><a name="line.34"></a> <span class="sourceLineNo">035</span> /**<a name="line.35"></a> -<span class="sourceLineNo">036</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'>autofocus</a> attribute.<a name="line.36"></a> +<span class="sourceLineNo">036</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute.<a name="line.36"></a> <span class="sourceLineNo">037</span> * Automatically focus the form control when the page is loaded.<a name="line.37"></a> <span class="sourceLineNo">038</span> * @param autofocus - The new value for this attribute.<a name="line.38"></a> <span class="sourceLineNo">039</span> * Typically a {@link Boolean} or {@link String}.<a name="line.39"></a> @@ -53,7 +53,7 @@ <span class="sourceLineNo">045</span> }<a name="line.45"></a> <span class="sourceLineNo">046</span><a name="line.46"></a> <span class="sourceLineNo">047</span> /**<a name="line.47"></a> -<span class="sourceLineNo">048</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-cols'>cols</a> attribute.<a name="line.48"></a> +<span class="sourceLineNo">048</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-cols">cols</a> attribute.<a name="line.48"></a> <span class="sourceLineNo">049</span> * Maximum number of characters per line.<a name="line.49"></a> <span class="sourceLineNo">050</span> * @param cols - The new value for this attribute.<a name="line.50"></a> <span class="sourceLineNo">051</span> * Typically a {@link Number} or {@link String}.<a name="line.51"></a> @@ -65,7 +65,7 @@ <span class="sourceLineNo">057</span> }<a name="line.57"></a> <span class="sourceLineNo">058</span><a name="line.58"></a> <span class="sourceLineNo">059</span> /**<a name="line.59"></a> -<span class="sourceLineNo">060</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-dirname'>dirname</a> attribute.<a name="line.60"></a> +<span class="sourceLineNo">060</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname">dirname</a> attribute.<a name="line.60"></a> <span class="sourceLineNo">061</span> * Name of form field to use for sending the element's directionality in form submission.<a name="line.61"></a> <span class="sourceLineNo">062</span> * @param dirname - The new value for this attribute.<a name="line.62"></a> <span class="sourceLineNo">063</span> * @return This object (for method chaining).<a name="line.63"></a> @@ -76,7 +76,7 @@ <span class="sourceLineNo">068</span> }<a name="line.68"></a> <span class="sourceLineNo">069</span><a name="line.69"></a> <span class="sourceLineNo">070</span> /**<a name="line.70"></a> -<span class="sourceLineNo">071</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'>disabled</a> attribute.<a name="line.71"></a> +<span class="sourceLineNo">071</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled">disabled</a> attribute.<a name="line.71"></a> <span class="sourceLineNo">072</span> * Whether the form control is disabled.<a name="line.72"></a> <span class="sourceLineNo">073</span> * @param disabled - The new value for this attribute.<a name="line.73"></a> <span class="sourceLineNo">074</span> * Typically a {@link Boolean} or {@link String}.<a name="line.74"></a> @@ -88,7 +88,7 @@ <span class="sourceLineNo">080</span> }<a name="line.80"></a> <span class="sourceLineNo">081</span><a name="line.81"></a> <span class="sourceLineNo">082</span> /**<a name="line.82"></a> -<span class="sourceLineNo">083</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'>form</a> attribute.<a name="line.83"></a> +<span class="sourceLineNo">083</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute.<a name="line.83"></a> <span class="sourceLineNo">084</span> * Associates the control with a form element.<a name="line.84"></a> <span class="sourceLineNo">085</span> * @param form - The new value for this attribute.<a name="line.85"></a> <span class="sourceLineNo">086</span> * @return This object (for method chaining).<a name="line.86"></a> @@ -99,7 +99,7 @@ <span class="sourceLineNo">091</span> }<a name="line.91"></a> <span class="sourceLineNo">092</span><a name="line.92"></a> <span class="sourceLineNo">093</span> /**<a name="line.93"></a> -<span class="sourceLineNo">094</span> * <a class='doclink' href='-'>inputmode</a> attribute.<a name="line.94"></a> +<span class="sourceLineNo">094</span> * <a class="doclink" href="-">inputmode</a> attribute.<a name="line.94"></a> <span class="sourceLineNo">095</span> * Hint for selecting an input modality.<a name="line.95"></a> <span class="sourceLineNo">096</span> * @param inputmode - The new value for this attribute.<a name="line.96"></a> <span class="sourceLineNo">097</span> * @return This object (for method chaining).<a name="line.97"></a> @@ -110,7 +110,7 @@ <span class="sourceLineNo">102</span> }<a name="line.102"></a> <span class="sourceLineNo">103</span><a name="line.103"></a> <span class="sourceLineNo">104</span> /**<a name="line.104"></a> -<span class="sourceLineNo">105</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength'>maxlength</a> attribute.<a name="line.105"></a> +<span class="sourceLineNo">105</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength">maxlength</a> attribute.<a name="line.105"></a> <span class="sourceLineNo">106</span> * Maximum length of value.<a name="line.106"></a> <span class="sourceLineNo">107</span> * @param maxlength - The new value for this attribute.<a name="line.107"></a> <span class="sourceLineNo">108</span> * Typically a {@link Number} or {@link String}.<a name="line.108"></a> @@ -122,7 +122,7 @@ <span class="sourceLineNo">114</span> }<a name="line.114"></a> <span class="sourceLineNo">115</span><a name="line.115"></a> <span class="sourceLineNo">116</span> /**<a name="line.116"></a> -<span class="sourceLineNo">117</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength'>minlength</a> attribute.<a name="line.117"></a> +<span class="sourceLineNo">117</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength">minlength</a> attribute.<a name="line.117"></a> <span class="sourceLineNo">118</span> * Minimum length of value.<a name="line.118"></a> <span class="sourceLineNo">119</span> * @param minlength - The new value for this attribute.<a name="line.119"></a> <span class="sourceLineNo">120</span> * Typically a {@link Number} or {@link String}.<a name="line.120"></a> @@ -134,7 +134,7 @@ <span class="sourceLineNo">126</span> }<a name="line.126"></a> <span class="sourceLineNo">127</span><a name="line.127"></a> <span class="sourceLineNo">128</span> /**<a name="line.128"></a> -<span class="sourceLineNo">129</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'>name</a> attribute.<a name="line.129"></a> +<span class="sourceLineNo">129</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name">name</a> attribute.<a name="line.129"></a> <span class="sourceLineNo">130</span> * Name of form control to use for form submission and in the form.elements API.<a name="line.130"></a> <span class="sourceLineNo">131</span> * @param name - The new value for this attribute.<a name="line.131"></a> <span class="sourceLineNo">132</span> * @return This object (for method chaining).<a name="line.132"></a> @@ -145,7 +145,7 @@ <span class="sourceLineNo">137</span> }<a name="line.137"></a> <span class="sourceLineNo">138</span><a name="line.138"></a> <span class="sourceLineNo">139</span> /**<a name="line.139"></a> -<span class="sourceLineNo">140</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder'>placeholder</a> attribute.<a name="line.140"></a> +<span class="sourceLineNo">140</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder">placeholder</a> attribute.<a name="line.140"></a> <span class="sourceLineNo">141</span> * User-visible label to be placed within the form control.<a name="line.141"></a> <span class="sourceLineNo">142</span> * @param placeholder - The new value for this attribute.<a name="line.142"></a> <span class="sourceLineNo">143</span> * @return This object (for method chaining).<a name="line.143"></a> @@ -156,7 +156,7 @@ <span class="sourceLineNo">148</span> }<a name="line.148"></a> <span class="sourceLineNo">149</span><a name="line.149"></a> <span class="sourceLineNo">150</span> /**<a name="line.150"></a> -<span class="sourceLineNo">151</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly'>readonly</a> attribute.<a name="line.151"></a> +<span class="sourceLineNo">151</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly">readonly</a> attribute.<a name="line.151"></a> <span class="sourceLineNo">152</span> * Whether to allow the value to be edited by the user.<a name="line.152"></a> <span class="sourceLineNo">153</span> * @param readonly - The new value for this attribute.<a name="line.153"></a> <span class="sourceLineNo">154</span> * Typically a {@link Boolean} or {@link String}.<a name="line.154"></a> @@ -168,7 +168,7 @@ <span class="sourceLineNo">160</span> }<a name="line.160"></a> <span class="sourceLineNo">161</span><a name="line.161"></a> <span class="sourceLineNo">162</span> /**<a name="line.162"></a> -<span class="sourceLineNo">163</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-required'>required</a> attribute.<a name="line.163"></a> +<span class="sourceLineNo">163</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-required">required</a> attribute.<a name="line.163"></a> <span class="sourceLineNo">164</span> * Whether the control is required for form submission.<a name="line.164"></a> <span class="sourceLineNo">165</span> * @param required - The new value for this attribute.<a name="line.165"></a> <span class="sourceLineNo">166</span> * Typically a {@link Boolean} or {@link String}.<a name="line.166"></a> @@ -180,7 +180,7 @@ <span class="sourceLineNo">172</span> }<a name="line.172"></a> <span class="sourceLineNo">173</span><a name="line.173"></a> <span class="sourceLineNo">174</span> /**<a name="line.174"></a> -<span class="sourceLineNo">175</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-rows'>rows</a> attribute.<a name="line.175"></a> +<span class="sourceLineNo">175</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-rows">rows</a> attribute.<a name="line.175"></a> <span class="sourceLineNo">176</span> * Number of lines to show.<a name="line.176"></a> <span class="sourceLineNo">177</span> * @param rows - The new value for this attribute.<a name="line.177"></a> <span class="sourceLineNo">178</span> * Typically a {@link Number} or {@link String}.<a name="line.178"></a> @@ -192,7 +192,7 @@ <span class="sourceLineNo">184</span> }<a name="line.184"></a> <span class="sourceLineNo">185</span><a name="line.185"></a> <span class="sourceLineNo">186</span> /**<a name="line.186"></a> -<span class="sourceLineNo">187</span> * <a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap'>wrap</a> attribute.<a name="line.187"></a> +<span class="sourceLineNo">187</span> * <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap">wrap</a> attribute.<a name="line.187"></a> <span class="sourceLineNo">188</span> * How the value of the form control is to be wrapped for form submission.<a name="line.188"></a> <span class="sourceLineNo">189</span> * @param wrap - The new value for this attribute.<a name="line.189"></a> <span class="sourceLineNo">190</span> * @return This object (for method chaining).<a name="line.190"></a>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tfoot.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tfoot.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tfoot.html index f64dbd4..5bf5e53 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tfoot.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tfoot.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element'>&lt;tfoot&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element">&lt;tfoot&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="tfoot")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Th.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Th.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Th.html index 0e4dc53..88fd6c6 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Th.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Th.html @@ -23,14 +23,14 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-th-element'>&lt;th&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-th-element">&lt;th&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="th")<a name="line.21"></a> <span class="sourceLineNo">022</span>public class Th extends HtmlElementMixed {<a name="line.22"></a> <span class="sourceLineNo">023</span><a name="line.23"></a> <span class="sourceLineNo">024</span> /**<a name="line.24"></a> -<span class="sourceLineNo">025</span> * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr'>abbr</a> attribute.<a name="line.25"></a> +<span class="sourceLineNo">025</span> * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr">abbr</a> attribute.<a name="line.25"></a> <span class="sourceLineNo">026</span> * Alternative label to use for the header cell when referencing the cell in other contexts.<a name="line.26"></a> <span class="sourceLineNo">027</span> * @param abbr - The new value for this attribute.<a name="line.27"></a> <span class="sourceLineNo">028</span> * @return This object (for method chaining).<a name="line.28"></a> @@ -41,7 +41,7 @@ <span class="sourceLineNo">033</span> }<a name="line.33"></a> <span class="sourceLineNo">034</span><a name="line.34"></a> <span class="sourceLineNo">035</span> /**<a name="line.35"></a> -<span class="sourceLineNo">036</span> * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan'>colspan</a> attribute.<a name="line.36"></a> +<span class="sourceLineNo">036</span> * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute.<a name="line.36"></a> <span class="sourceLineNo">037</span> * Number of columns that the cell is to span.<a name="line.37"></a> <span class="sourceLineNo">038</span> * @param colspan - The new value for this attribute.<a name="line.38"></a> <span class="sourceLineNo">039</span> * Typically a {@link Number} or {@link String}.<a name="line.39"></a> @@ -53,7 +53,7 @@ <span class="sourceLineNo">045</span> }<a name="line.45"></a> <span class="sourceLineNo">046</span><a name="line.46"></a> <span class="sourceLineNo">047</span> /**<a name="line.47"></a> -<span class="sourceLineNo">048</span> * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers'>headers</a> attribute.<a name="line.48"></a> +<span class="sourceLineNo">048</span> * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute.<a name="line.48"></a> <span class="sourceLineNo">049</span> * The headers for this cell.<a name="line.49"></a> <span class="sourceLineNo">050</span> * @param headers - The new value for this attribute.<a name="line.50"></a> <span class="sourceLineNo">051</span> * @return This object (for method chaining).<a name="line.51"></a> @@ -64,7 +64,7 @@ <span class="sourceLineNo">056</span> }<a name="line.56"></a> <span class="sourceLineNo">057</span><a name="line.57"></a> <span class="sourceLineNo">058</span> /**<a name="line.58"></a> -<span class="sourceLineNo">059</span> * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan'>rowspan</a> attribute.<a name="line.59"></a> +<span class="sourceLineNo">059</span> * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute.<a name="line.59"></a> <span class="sourceLineNo">060</span> * Number of rows that the cell is to span.<a name="line.60"></a> <span class="sourceLineNo">061</span> * @param rowspan - The new value for this attribute.<a name="line.61"></a> <span class="sourceLineNo">062</span> * Typically a {@link Number} or {@link String}.<a name="line.62"></a> @@ -76,7 +76,7 @@ <span class="sourceLineNo">068</span> }<a name="line.68"></a> <span class="sourceLineNo">069</span><a name="line.69"></a> <span class="sourceLineNo">070</span> /**<a name="line.70"></a> -<span class="sourceLineNo">071</span> * <a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope'>scope</a> attribute.<a name="line.71"></a> +<span class="sourceLineNo">071</span> * <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope">scope</a> attribute.<a name="line.71"></a> <span class="sourceLineNo">072</span> * Specifies which cells the header cell applies to.<a name="line.72"></a> <span class="sourceLineNo">073</span> * @param scope - The new value for this attribute.<a name="line.73"></a> <span class="sourceLineNo">074</span> * @return This object (for method chaining).<a name="line.74"></a> @@ -87,7 +87,7 @@ <span class="sourceLineNo">079</span> }<a name="line.79"></a> <span class="sourceLineNo">080</span><a name="line.80"></a> <span class="sourceLineNo">081</span> /**<a name="line.81"></a> -<span class="sourceLineNo">082</span> * <a class='doclink' href='-'>sorted</a> attribute.<a name="line.82"></a> +<span class="sourceLineNo">082</span> * <a class="doclink" href="-">sorted</a> attribute.<a name="line.82"></a> <span class="sourceLineNo">083</span> * Column sort direction and ordinality.<a name="line.83"></a> <span class="sourceLineNo">084</span> * @param sorted - The new value for this attribute.<a name="line.84"></a> <span class="sourceLineNo">085</span> * @return This object (for method chaining).<a name="line.85"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Thead.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Thead.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Thead.html index 41fd05e..91fecc7 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Thead.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Thead.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-thead-element'>&lt;thead&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-thead-element">&lt;thead&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="thead")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Time.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Time.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Time.html index 867f455..e729610 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Time.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Time.html @@ -23,14 +23,14 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element'>&lt;time&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element">&lt;time&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="time")<a name="line.21"></a> <span class="sourceLineNo">022</span>public class Time extends HtmlElementMixed {<a name="line.22"></a> <span class="sourceLineNo">023</span><a name="line.23"></a> <span class="sourceLineNo">024</span> /**<a name="line.24"></a> -<span class="sourceLineNo">025</span> * <a class='doclink' href='https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime'>datetime</a> attribute.<a name="line.25"></a> +<span class="sourceLineNo">025</span> * <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime">datetime</a> attribute.<a name="line.25"></a> <span class="sourceLineNo">026</span> * Machine-readable value.<a name="line.26"></a> <span class="sourceLineNo">027</span> * @param datetime - The new value for this attribute.<a name="line.27"></a> <span class="sourceLineNo">028</span> * @return This object (for method chaining).<a name="line.28"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Title.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Title.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Title.html index 1b70e9c..4baeeea 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Title.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Title.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/document-metadata.html#the-title-element'>&lt;title&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-title-element">&lt;title&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="title")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tr.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tr.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tr.html index e3c40eb..b7726da 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tr.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tr.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/tabular-data.html#the-tr-element'>&lt;tr&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tr-element">&lt;tr&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="tr")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Track.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Track.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Track.html index 84afd5f..32e1527 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Track.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Track.html @@ -25,14 +25,14 @@ <span class="sourceLineNo">017</span>import org.apache.juneau.annotation.*;<a name="line.17"></a> <span class="sourceLineNo">018</span><a name="line.18"></a> <span class="sourceLineNo">019</span>/**<a name="line.19"></a> -<span class="sourceLineNo">020</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element'>&lt;track&gt;</a> element.<a name="line.20"></a> +<span class="sourceLineNo">020</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-track-element">&lt;track&gt;</a> element.<a name="line.20"></a> <span class="sourceLineNo">021</span> * <p><a name="line.21"></a> <span class="sourceLineNo">022</span> */<a name="line.22"></a> <span class="sourceLineNo">023</span>@Bean(typeName="track")<a name="line.23"></a> <span class="sourceLineNo">024</span>public class Track extends HtmlElementEmpty {<a name="line.24"></a> <span class="sourceLineNo">025</span><a name="line.25"></a> <span class="sourceLineNo">026</span> /**<a name="line.26"></a> -<span class="sourceLineNo">027</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-default'>default</a> attribute.<a name="line.27"></a> +<span class="sourceLineNo">027</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-default">default</a> attribute.<a name="line.27"></a> <span class="sourceLineNo">028</span> * Enable the track if no other text track is more suitable.<a name="line.28"></a> <span class="sourceLineNo">029</span> * @param _default - The new value for this attribute.<a name="line.29"></a> <span class="sourceLineNo">030</span> * @return This object (for method chaining).<a name="line.30"></a> @@ -43,7 +43,7 @@ <span class="sourceLineNo">035</span> }<a name="line.35"></a> <span class="sourceLineNo">036</span><a name="line.36"></a> <span class="sourceLineNo">037</span> /**<a name="line.37"></a> -<span class="sourceLineNo">038</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind'>kind</a> attribute.<a name="line.38"></a> +<span class="sourceLineNo">038</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind">kind</a> attribute.<a name="line.38"></a> <span class="sourceLineNo">039</span> * The type of text track.<a name="line.39"></a> <span class="sourceLineNo">040</span> * @param kind - The new value for this attribute.<a name="line.40"></a> <span class="sourceLineNo">041</span> * @return This object (for method chaining).<a name="line.41"></a> @@ -54,7 +54,7 @@ <span class="sourceLineNo">046</span> }<a name="line.46"></a> <span class="sourceLineNo">047</span><a name="line.47"></a> <span class="sourceLineNo">048</span> /**<a name="line.48"></a> -<span class="sourceLineNo">049</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-label'>label</a> attribute.<a name="line.49"></a> +<span class="sourceLineNo">049</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-label">label</a> attribute.<a name="line.49"></a> <span class="sourceLineNo">050</span> * User-visible label.<a name="line.50"></a> <span class="sourceLineNo">051</span> * @param label - The new value for this attribute.<a name="line.51"></a> <span class="sourceLineNo">052</span> * @return This object (for method chaining).<a name="line.52"></a> @@ -65,7 +65,7 @@ <span class="sourceLineNo">057</span> }<a name="line.57"></a> <span class="sourceLineNo">058</span><a name="line.58"></a> <span class="sourceLineNo">059</span> /**<a name="line.59"></a> -<span class="sourceLineNo">060</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-src'>src</a> attribute.<a name="line.60"></a> +<span class="sourceLineNo">060</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-src">src</a> attribute.<a name="line.60"></a> <span class="sourceLineNo">061</span> * Address of the resource.<a name="line.61"></a> <span class="sourceLineNo">062</span> * @param src - The new value for this attribute.<a name="line.62"></a> <span class="sourceLineNo">063</span> * Typically a {@link URL} or {@link String}.<a name="line.63"></a> @@ -77,7 +77,7 @@ <span class="sourceLineNo">069</span> }<a name="line.69"></a> <span class="sourceLineNo">070</span><a name="line.70"></a> <span class="sourceLineNo">071</span> /**<a name="line.71"></a> -<span class="sourceLineNo">072</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-srclang'>srclang</a> attribute.<a name="line.72"></a> +<span class="sourceLineNo">072</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-srclang">srclang</a> attribute.<a name="line.72"></a> <span class="sourceLineNo">073</span> * Language of the text track.<a name="line.73"></a> <span class="sourceLineNo">074</span> * @param srclang - The new value for this attribute.<a name="line.74"></a> <span class="sourceLineNo">075</span> * @return This object (for method chaining).<a name="line.75"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/U.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/U.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/U.html index 48afb44..3993abb 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/U.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/U.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element'>&lt;u&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-u-element">&lt;u&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="u")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ul.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ul.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ul.html index 309ec11..e1c2c52 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ul.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ul.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/grouping-content.html#the-ul-element'>&lt;ul&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ul-element">&lt;ul&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="ul")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Var.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Var.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Var.html index 93ed3c4..f4cdda4 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Var.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Var.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element'>&lt;var&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-var-element">&lt;var&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="var")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Video.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Video.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Video.html index 4cfe487..ccff8a5 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Video.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Video.html @@ -25,14 +25,14 @@ <span class="sourceLineNo">017</span>import org.apache.juneau.annotation.*;<a name="line.17"></a> <span class="sourceLineNo">018</span><a name="line.18"></a> <span class="sourceLineNo">019</span>/**<a name="line.19"></a> -<span class="sourceLineNo">020</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element'>&lt;video&gt;</a> element.<a name="line.20"></a> +<span class="sourceLineNo">020</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-video-element">&lt;video&gt;</a> element.<a name="line.20"></a> <span class="sourceLineNo">021</span> * <p><a name="line.21"></a> <span class="sourceLineNo">022</span> */<a name="line.22"></a> <span class="sourceLineNo">023</span>@Bean(typeName="video")<a name="line.23"></a> <span class="sourceLineNo">024</span>public class Video extends HtmlElementContainer {<a name="line.24"></a> <span class="sourceLineNo">025</span><a name="line.25"></a> <span class="sourceLineNo">026</span> /**<a name="line.26"></a> -<span class="sourceLineNo">027</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay'>autoplay</a> attribute.<a name="line.27"></a> +<span class="sourceLineNo">027</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute.<a name="line.27"></a> <span class="sourceLineNo">028</span> * Hint that the media resource can be started automatically when the page is loaded.<a name="line.28"></a> <span class="sourceLineNo">029</span> * @param autoplay - The new value for this attribute.<a name="line.29"></a> <span class="sourceLineNo">030</span> * Typically a {@link Boolean} or {@link String}.<a name="line.30"></a> @@ -44,7 +44,7 @@ <span class="sourceLineNo">036</span> }<a name="line.36"></a> <span class="sourceLineNo">037</span><a name="line.37"></a> <span class="sourceLineNo">038</span> /**<a name="line.38"></a> -<span class="sourceLineNo">039</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls'>controls</a> attribute.<a name="line.39"></a> +<span class="sourceLineNo">039</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute.<a name="line.39"></a> <span class="sourceLineNo">040</span> * Show user agent controls.<a name="line.40"></a> <span class="sourceLineNo">041</span> * @param controls - The new value for this attribute.<a name="line.41"></a> <span class="sourceLineNo">042</span> * Typically a {@link Boolean} or {@link String}.<a name="line.42"></a> @@ -56,7 +56,7 @@ <span class="sourceLineNo">048</span> }<a name="line.48"></a> <span class="sourceLineNo">049</span><a name="line.49"></a> <span class="sourceLineNo">050</span> /**<a name="line.50"></a> -<span class="sourceLineNo">051</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin'>crossorigin</a> attribute.<a name="line.51"></a> +<span class="sourceLineNo">051</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.<a name="line.51"></a> <span class="sourceLineNo">052</span> * How the element handles crossorigin requests.<a name="line.52"></a> <span class="sourceLineNo">053</span> * @param crossorigin - The new value for this attribute.<a name="line.53"></a> <span class="sourceLineNo">054</span> * @return This object (for method chaining).<a name="line.54"></a> @@ -67,7 +67,7 @@ <span class="sourceLineNo">059</span> }<a name="line.59"></a> <span class="sourceLineNo">060</span><a name="line.60"></a> <span class="sourceLineNo">061</span> /**<a name="line.61"></a> -<span class="sourceLineNo">062</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'>height</a> attribute.<a name="line.62"></a> +<span class="sourceLineNo">062</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.<a name="line.62"></a> <span class="sourceLineNo">063</span> * Vertical dimension.<a name="line.63"></a> <span class="sourceLineNo">064</span> * @param height - The new value for this attribute.<a name="line.64"></a> <span class="sourceLineNo">065</span> * Typically a {@link Number} or {@link String}.<a name="line.65"></a> @@ -79,7 +79,7 @@ <span class="sourceLineNo">071</span> }<a name="line.71"></a> <span class="sourceLineNo">072</span><a name="line.72"></a> <span class="sourceLineNo">073</span> /**<a name="line.73"></a> -<span class="sourceLineNo">074</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop'>loop</a> attribute.<a name="line.74"></a> +<span class="sourceLineNo">074</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop">loop</a> attribute.<a name="line.74"></a> <span class="sourceLineNo">075</span> * Whether to loop the media resource.<a name="line.75"></a> <span class="sourceLineNo">076</span> * @param loop - The new value for this attribute.<a name="line.76"></a> <span class="sourceLineNo">077</span> * Typically a {@link Boolean} or {@link String}.<a name="line.77"></a> @@ -91,7 +91,7 @@ <span class="sourceLineNo">083</span> }<a name="line.83"></a> <span class="sourceLineNo">084</span><a name="line.84"></a> <span class="sourceLineNo">085</span> /**<a name="line.85"></a> -<span class="sourceLineNo">086</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup'>mediagroup</a> attribute.<a name="line.86"></a> +<span class="sourceLineNo">086</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute.<a name="line.86"></a> <span class="sourceLineNo">087</span> * Groups media elements together with an implicit MediaController.<a name="line.87"></a> <span class="sourceLineNo">088</span> * @param mediagroup - The new value for this attribute.<a name="line.88"></a> <span class="sourceLineNo">089</span> * @return This object (for method chaining).<a name="line.89"></a> @@ -102,7 +102,7 @@ <span class="sourceLineNo">094</span> }<a name="line.94"></a> <span class="sourceLineNo">095</span><a name="line.95"></a> <span class="sourceLineNo">096</span> /**<a name="line.96"></a> -<span class="sourceLineNo">097</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted'>muted</a> attribute.<a name="line.97"></a> +<span class="sourceLineNo">097</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute.<a name="line.97"></a> <span class="sourceLineNo">098</span> * Whether to mute the media resource by default.<a name="line.98"></a> <span class="sourceLineNo">099</span> * @param muted - The new value for this attribute.<a name="line.99"></a> <span class="sourceLineNo">100</span> * Typically a {@link Boolean} or {@link String}.<a name="line.100"></a> @@ -114,7 +114,7 @@ <span class="sourceLineNo">106</span> }<a name="line.106"></a> <span class="sourceLineNo">107</span><a name="line.107"></a> <span class="sourceLineNo">108</span> /**<a name="line.108"></a> -<span class="sourceLineNo">109</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster'>poster</a> attribute.<a name="line.109"></a> +<span class="sourceLineNo">109</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster">poster</a> attribute.<a name="line.109"></a> <span class="sourceLineNo">110</span> * Poster frame to show prior to video playback.<a name="line.110"></a> <span class="sourceLineNo">111</span> * @param poster - The new value for this attribute.<a name="line.111"></a> <span class="sourceLineNo">112</span> * @return This object (for method chaining).<a name="line.112"></a> @@ -125,7 +125,7 @@ <span class="sourceLineNo">117</span> }<a name="line.117"></a> <span class="sourceLineNo">118</span><a name="line.118"></a> <span class="sourceLineNo">119</span> /**<a name="line.119"></a> -<span class="sourceLineNo">120</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload'>preload</a> attribute.<a name="line.120"></a> +<span class="sourceLineNo">120</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute.<a name="line.120"></a> <span class="sourceLineNo">121</span> * Hints how much buffering the media resource will likely need.<a name="line.121"></a> <span class="sourceLineNo">122</span> * @param preload - The new value for this attribute.<a name="line.122"></a> <span class="sourceLineNo">123</span> * @return This object (for method chaining).<a name="line.123"></a> @@ -136,7 +136,7 @@ <span class="sourceLineNo">128</span> }<a name="line.128"></a> <span class="sourceLineNo">129</span><a name="line.129"></a> <span class="sourceLineNo">130</span> /**<a name="line.130"></a> -<span class="sourceLineNo">131</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src'>src</a> attribute.<a name="line.131"></a> +<span class="sourceLineNo">131</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src">src</a> attribute.<a name="line.131"></a> <span class="sourceLineNo">132</span> * Address of the resource.<a name="line.132"></a> <span class="sourceLineNo">133</span> * @param src - The new value for this attribute.<a name="line.133"></a> <span class="sourceLineNo">134</span> * Typically a {@link URL} or {@link String}.<a name="line.134"></a> @@ -148,7 +148,7 @@ <span class="sourceLineNo">140</span> }<a name="line.140"></a> <span class="sourceLineNo">141</span><a name="line.141"></a> <span class="sourceLineNo">142</span> /**<a name="line.142"></a> -<span class="sourceLineNo">143</span> * <a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'>width</a> attribute.<a name="line.143"></a> +<span class="sourceLineNo">143</span> * <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute.<a name="line.143"></a> <span class="sourceLineNo">144</span> * Horizontal dimension.<a name="line.144"></a> <span class="sourceLineNo">145</span> * @param width - The new value for this attribute.<a name="line.145"></a> <span class="sourceLineNo">146</span> * Typically a {@link Number} or {@link String}.<a name="line.146"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Wbr.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Wbr.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Wbr.html index d3d3792..b8cc539 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Wbr.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Wbr.html @@ -23,7 +23,7 @@ <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>/**<a name="line.17"></a> -<span class="sourceLineNo">018</span> * DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element'>&lt;wbr&gt;</a> element.<a name="line.18"></a> +<span class="sourceLineNo">018</span> * DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element">&lt;wbr&gt;</a> element.<a name="line.18"></a> <span class="sourceLineNo">019</span> * <p><a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>@Bean(typeName="wbr")<a name="line.21"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/jsonschema/JsonType.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/jsonschema/JsonType.html b/content/site/apidocs/src-html/org/apache/juneau/dto/jsonschema/JsonType.html index e9f6e36..34d039a 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/jsonschema/JsonType.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/jsonschema/JsonType.html @@ -27,7 +27,7 @@ <span class="sourceLineNo">019</span> * that override the default serialization/parsing behavior of <code>Enum</code> types<a name="line.19"></a> <span class="sourceLineNo">020</span> * so that they are represented in lowercase form (as per the specification).<a name="line.20"></a> <span class="sourceLineNo">021</span> *<a name="line.21"></a> -<span class="sourceLineNo">022</span> * <h6 class='topic'>Example:</h6><a name="line.22"></a> +<span class="sourceLineNo">022</span> * <h5 class='section'>Example:</h5><a name="line.22"></a> <span class="sourceLineNo">023</span> * <p class='bcode'><a name="line.23"></a> <span class="sourceLineNo">024</span> * // Produces 'number', not 'NUMBER'.<a name="line.24"></a> <span class="sourceLineNo">025</span> * String json = JsonSerializer.DEFAULT.serialize(JsonType.NUMBER);<a name="line.25"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Contact.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Contact.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Contact.html index 6f55b0d..00f8793 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Contact.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/Contact.html @@ -25,7 +25,7 @@ <span class="sourceLineNo">017</span>/**<a name="line.17"></a> <span class="sourceLineNo">018</span> * Contact information for the exposed API.<a name="line.18"></a> <span class="sourceLineNo">019</span> *<a name="line.19"></a> -<span class="sourceLineNo">020</span> * <h6 class='topic'>Example:</h6><a name="line.20"></a> +<span class="sourceLineNo">020</span> * <h5 class='section'>Example:</h5><a name="line.20"></a> <span class="sourceLineNo">021</span> * <p class='bcode'><a name="line.21"></a> <span class="sourceLineNo">022</span> * {<a name="line.22"></a> <span class="sourceLineNo">023</span> * <js>"name"</js>: <js>"API Support"</js>,<a name="line.23"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html index 0b60939..8fddb69 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html +++ b/content/site/apidocs/src-html/org/apache/juneau/dto/swagger/ExternalDocumentation.html @@ -25,7 +25,7 @@ <span class="sourceLineNo">017</span>/**<a name="line.17"></a> <span class="sourceLineNo">018</span> * Allows referencing an external resource for extended documentation.<a name="line.18"></a> <span class="sourceLineNo">019</span> *<a name="line.19"></a> -<span class="sourceLineNo">020</span> * <h6 class='topic'>Example:</h6><a name="line.20"></a> +<span class="sourceLineNo">020</span> * <h5 class='section'>Example:</h5><a name="line.20"></a> <span class="sourceLineNo">021</span> * <p class='bcode'><a name="line.21"></a> <span class="sourceLineNo">022</span> * {<a name="line.22"></a> <span class="sourceLineNo">023</span> * <js>"description"</js>: <js>"Find more info here"</js>,<a name="line.23"></a>
