This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 84485786c2 Update docs
84485786c2 is described below
commit 84485786c2e0377c97702d9e65fe761a3e887795
Author: James Bognar <[email protected]>
AuthorDate: Sun Dec 28 18:42:54 2025 -0500
Update docs
---
docs/pages/developer-info/04.09.NewArticleDualPurposeInterfaces.md | 2 +-
.../04.14.SerializerAndParserConfigurationAnnotations.md | 6 +++---
.../9.2.0/org/apache/juneau/rest/widget/ContentTypeMenuItem.html | 2 +-
.../9.2.0/org/apache/juneau/rest/widget/MenuItemWidget.html | 2 +-
.../javadocs/9.2.0/org/apache/juneau/rest/widget/QueryMenuItem.html | 2 +-
.../javadocs/9.2.0/org/apache/juneau/rest/widget/ThemeMenuItem.html | 2 +-
.../src-html/org/apache/juneau/rest/widget/MenuItemWidget.html | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/pages/developer-info/04.09.NewArticleDualPurposeInterfaces.md
b/docs/pages/developer-info/04.09.NewArticleDualPurposeInterfaces.md
index 25b81155a9..81bdbc1743 100644
--- a/docs/pages/developer-info/04.09.NewArticleDualPurposeInterfaces.md
+++ b/docs/pages/developer-info/04.09.NewArticleDualPurposeInterfaces.md
@@ -1,6 +1,6 @@
---
id: 04.09.NewArticleDualPurposeInterfaces
-title: New article: Dual-purpose (end-to-end) interfaces
+title: "New article: Dual-purpose (end-to-end) interfaces"
date: 2018-10-19
authors:
- name: James Bognar
diff --git
a/docs/pages/developer-info/04.14.SerializerAndParserConfigurationAnnotations.md
b/docs/pages/developer-info/04.14.SerializerAndParserConfigurationAnnotations.md
index 429ef8298a..ff07acd9ec 100644
---
a/docs/pages/developer-info/04.14.SerializerAndParserConfigurationAnnotations.md
+++
b/docs/pages/developer-info/04.14.SerializerAndParserConfigurationAnnotations.md
@@ -8,7 +8,7 @@ authors:
Added in 8.0.1 is a simplified approach for customizing serializers and
parsers in REST interfaces using annotations.
-The following example shows the old approach of using a generic
**@RestResource(properties)** annotations, and the new approach of using
specialized annotations:
+The following example shows the old approach of using a generic
**`@RestResource(properties)`** annotations, and the new approach of using
specialized annotations:
Annotations are provided for all serializers and parsers:
@@ -16,8 +16,8 @@ Features:
* Annotations can be applied to classes and methods.
* Annotations can also be applied to parent classes and methods and are
combinable and overridable, applied in parent-to-child order.
-* All annotations support SVL variables (e.g. "$C{myConfigVar}").
+* All annotations support SVL variables (e.g. "`$C{myConfigVar}`").
* Default values for all annotations can be set as system properties.
* Default values for all annotations can also be set in the main configuration
file or application.properties file.
-* Annotations can be applied to serializers and parsers directly using new
**applyAnnotations(Class)** and **applyAnnotations(Method)** defined on the
serializer and parser builder and group builder classes.
+* Annotations can be applied to serializers and parsers directly using new
**`applyAnnotations(Class)`** and **`applyAnnotations(Method)`** defined on the
serializer and parser builder and group builder classes.
diff --git
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
index edef1d98d6..d39ab9d78d 100644
---
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
+++
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ContentTypeMenuItem.html
@@ -214,7 +214,7 @@ loadScripts(document, 'script');</script>
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Reader.html"
title="class or interface in java.io"
class="external-link"><code>Reader</code></a> - Serialized directly to the
output.
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/CharSequence.html"
title="class or interface in java.lang"
class="external-link"><code>CharSequence</code></a> - Serialized directly to
the output.
<li>Other - Serialized as HTML using <a
href="../../html/HtmlSerializer.html#DEFAULT"><code>HtmlSerializer.DEFAULT</code></a>.
- <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html"><code>org.apache.juneau.bean.html5</code></a>
beans.
+ <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html">HTML5 bean</a> classes.
</ul></dd>
</dl>
</section>
diff --git
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/MenuItemWidget.html
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/MenuItemWidget.html
index 8be6918fe6..df3566baca 100644
---
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/MenuItemWidget.html
+++
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/MenuItemWidget.html
@@ -289,7 +289,7 @@ loadScripts(document, 'script');</script>
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Reader.html"
title="class or interface in java.io"
class="external-link"><code>Reader</code></a> - Serialized directly to the
output.
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/CharSequence.html"
title="class or interface in java.lang"
class="external-link"><code>CharSequence</code></a> - Serialized directly to
the output.
<li>Other - Serialized as HTML using <a
href="../../html/HtmlSerializer.html#DEFAULT"><code>HtmlSerializer.DEFAULT</code></a>.
- <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html"><code>org.apache.juneau.bean.html5</code></a>
beans.
+ <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html">HTML5 bean</a> classes.
</ul></dd>
</dl>
</section>
diff --git
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/QueryMenuItem.html
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/QueryMenuItem.html
index e8a6fcf041..b30700a61e 100644
---
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/QueryMenuItem.html
+++
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/QueryMenuItem.html
@@ -199,7 +199,7 @@ loadScripts(document, 'script');</script>
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Reader.html"
title="class or interface in java.io"
class="external-link"><code>Reader</code></a> - Serialized directly to the
output.
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/CharSequence.html"
title="class or interface in java.lang"
class="external-link"><code>CharSequence</code></a> - Serialized directly to
the output.
<li>Other - Serialized as HTML using <a
href="../../html/HtmlSerializer.html#DEFAULT"><code>HtmlSerializer.DEFAULT</code></a>.
- <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html"><code>org.apache.juneau.bean.html5</code></a>
beans.
+ <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html">HTML5 bean</a> classes.
</ul></dd>
</dl>
</section>
diff --git
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ThemeMenuItem.html
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ThemeMenuItem.html
index 133999a9d3..f5b4488871 100644
---
a/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ThemeMenuItem.html
+++
b/docs/static/javadocs/9.2.0/org/apache/juneau/rest/widget/ThemeMenuItem.html
@@ -193,7 +193,7 @@ loadScripts(document, 'script');</script>
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Reader.html"
title="class or interface in java.io"
class="external-link"><code>Reader</code></a> - Serialized directly to the
output.
<li><a
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/CharSequence.html"
title="class or interface in java.lang"
class="external-link"><code>CharSequence</code></a> - Serialized directly to
the output.
<li>Other - Serialized as HTML using <a
href="../../html/HtmlSerializer.html#DEFAULT"><code>HtmlSerializer.DEFAULT</code></a>.
- <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html"><code>org.apache.juneau.bean.html5</code></a>
beans.
+ <br>Note that this includes any of the <a
href="../../bean/html5/package-summary.html">HTML5 bean</a> classes.
</ul></dd>
</dl>
</section>
diff --git
a/docs/static/javadocs/9.2.0/src-html/org/apache/juneau/rest/widget/MenuItemWidget.html
b/docs/static/javadocs/9.2.0/src-html/org/apache/juneau/rest/widget/MenuItemWidget.html
index 76211b1a45..bee29c4b53 100644
---
a/docs/static/javadocs/9.2.0/src-html/org/apache/juneau/rest/widget/MenuItemWidget.html
+++
b/docs/static/javadocs/9.2.0/src-html/org/apache/juneau/rest/widget/MenuItemWidget.html
@@ -125,7 +125,7 @@
<span class="source-line-no">112</span><span id="line-112"> *
<li>{@link Reader} - Serialized directly to the output.</span>
<span class="source-line-no">113</span><span id="line-113"> *
<li>{@link CharSequence} - Serialized directly to the output.</span>
<span class="source-line-no">114</span><span id="line-114"> *
<li>Other - Serialized as HTML using {@link
HtmlSerializer#DEFAULT}.</span>
-<span class="source-line-no">115</span><span id="line-115"> *
<br>Note that this includes any of the {@link
org.apache.juneau.bean.html5} beans.</span>
+<span class="source-line-no">115</span><span id="line-115"> *
<br>Note that this includes any of the {@linkplain
org.apache.juneau.bean.html5 HTML5 bean} classes.</span>
<span class="source-line-no">116</span><span id="line-116"> *
</ul></span>
<span class="source-line-no">117</span><span id="line-117"> */</span>
<span class="source-line-no">118</span><span id="line-118"> public abstract
Object getContent(RestRequest req, RestResponse res);</span>