This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 43dd9a8 Update Javadocs.
43dd9a8 is described below
commit 43dd9a8327e351f3b97d9a215db0af966374f411
Author: JamesBognar <[email protected]>
AuthorDate: Fri Feb 2 13:27:57 2018 -0500
Update Javadocs.
---
.../org/apache/juneau/BeanContextBuilder.html | 2 +-
.../apache/juneau/rest/client/package-summary.html | 2 +-
content/site/apidocs/overview-summary.html | 39 +++++++++++-----------
.../org/apache/juneau/BeanContextBuilder.html | 2 +-
4 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/content/site/apidocs/org/apache/juneau/BeanContextBuilder.html
b/content/site/apidocs/org/apache/juneau/BeanContextBuilder.html
index d5c411f..752d71a 100644
--- a/content/site/apidocs/org/apache/juneau/BeanContextBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/BeanContextBuilder.html
@@ -150,7 +150,7 @@ extends <a
href="../../../org/apache/juneau/ContextBuilder.html" title="class in
<h5 class='section'>See Also:</h5>
<ul>
- <li class='link'><a class="doclink"
href="../../../../overview-summary.html#juneau-marshall.ConfigurableProperties">Overview
> Configurable Properties</a>
+ <li class='link'><a class="doclink"
href="../../../overview-summary.html#juneau-marshall.ConfigurableProperties">Overview
> Configurable Properties</a>
</ul></div>
</li>
</ul>
diff --git
a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
index 75f5085..9c2eb29 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
@@ -835,7 +835,7 @@
</div>
<!--
========================================================================================================
-->
- <a id="#PipingOutput"></a>
+ <a id="PipingOutput"></a>
<h3 class='topic' onclick='toggle(this)'>1.4 - Piping Response Output</h3>
<div class='topic'>
<p>
diff --git a/content/site/apidocs/overview-summary.html
b/content/site/apidocs/overview-summary.html
index eccdfdc..55dd53a 100644
--- a/content/site/apidocs/overview-summary.html
+++ b/content/site/apidocs/overview-summary.html
@@ -2695,7 +2695,7 @@
</div>
<!--
===================================================================================================
-->
- <a id="juneau-marshall.ParentPropertyAnnotion"></a>
+ <a id="juneau-marshall.ParentPropertyAnnotation"></a>
<h4 class='topic' onclick='toggle(this)'>2.1.7.13 - @ParentProperty
Annotation</h4>
<div class='topic'>
<p>
@@ -5302,7 +5302,7 @@
</p>
<!--
========================================================================================================
-->
- <a id="juneau-rest-server.Children"></a>
+ <a id="juneau-rest-server.RestServlet"></a>
<h4 class='topic' onclick='toggle(this)'>3.1.3.1 - RestServlet</h4>
<div class='topic'>
<p>
@@ -5336,7 +5336,7 @@
</div>
<!--
========================================================================================================
-->
- <a id="juneau-rest-server.Children"></a>
+ <a id="juneau-rest-server.RestServletDefault"></a>
<h4 class='topic' onclick='toggle(this)'>3.1.3.2 -
RestServletDefault</h4>
<div class='topic'>
<p>
@@ -6682,7 +6682,7 @@
<div class='topic'>
<p>
The <a href="org/apache/juneau/rest/annotation/Body.html"
title="annotation in org.apache.juneau.rest.annotation"><code>@Body</code></a>
annotation provides easy access to the HTTP body content as any parsable POJO
type
- (See <a class='doclink'
href='../../../../overview-summary.html#juneau-marshall.PojoCategories'>POJO
Categories</a>).
+ (See <a class='doclink'
href='#juneau-marshall.PojoCategories'>POJO Categories</a>).
<br>In the example below, we're POSTing beans.
</p>
<p class='bcode'>
@@ -7212,7 +7212,7 @@
<div class='topic'>
<p>
The Juneau serializers and parsers can be configured on how to
handle POJOs through the use of Transforms.
- (See <a class='doclink'
href='../../../../overview-summary.html#juneau-marshall.Transforms'>Transforms</a>)
+ (See <a class='doclink'
href='#juneau-marshall.Transforms'>Transforms</a>)
</p>
<p>
Transforms are associated serializers and parsers registered on a
REST resource via the following:
@@ -8032,7 +8032,7 @@
</div>
<!--
========================================================================================================
-->
- <a id="juneau-rest- defined on the resource/method"></a>
+ <a id="juneau-rest-server.RestInfoProviderDefault"></a>
<h4 class='topic' onclick='toggle(this)'>3.1.23.2 -
RestInfoProviderDefault</h4>
<div class='topic'>
<p>
@@ -8904,7 +8904,7 @@
<li>
The method must be public.
<li>
- The parameter and return types must be <a
href='../../../../../overview-summary.html#juneau-marshall.PojoCategories'>serializable
and parsable</a>.
+ The parameter and return types must be <a
href='#juneau-marshall.PojoCategories'>serializable and parsable</a>.
</ul>
<p>
Juneau provides the capability of calling methods on POJOs on a
server through client-side proxy interfaces.
@@ -13780,11 +13780,10 @@
<li><p><a class='doclink'
href='#juneau-marshall.BeanIgnoreAnnotation'>@BeanIgnore Annotation</a></p>
<li><p><a class='doclink'
href='#juneau-marshall.NamePropertyAnnotation'>@NameProperty Annotation</a></p>
<li><p><a class='doclink'
href='#juneau-marshall.ParentPropertyAnnotation'>@ParentProperty
Annotation</a></p>
- <li><p><a class='doclink'
href='#juneau-marshall.URIAnnotation'>@URI Annotation</a></p>
+ <li><p><a class='doclink'
href='#juneau-marshall.URIs'>URIs</a></p>
<li><p><a class='doclink'
href='#juneau-marshall.BeanFilters'>BeanFilters</a></p>
<li><p><a class='doclink'
href='#juneau-marshall.StopClasses'>Stop Classes</a></p>
- <li><p><a class='doclink'
href='#juneau-marshall.SerializingToObjectMaps'>Serializing to
ObjectMaps</a></p>
- <li><p><a class='doclink'
href='#juneau-marshall.SerializingReadersAndInputStreams'>Serializing Readers
and InputStreams</a></p>
+ <li><p><a class='doclink'
href='##juneau-marshall.BypassSerialization'>Bypass Serialization</a></p>
</ul>
<li>
Updated javadocs:
@@ -14323,7 +14322,7 @@
<li>
New class: <a href="org/apache/juneau/utils/PojoMerge.html"
title="class in org.apache.juneau.utils"><code>PojoMerge</code></a>
<li>
- New doc: <a class='doclink'
href='#juneau-marshallPojoAnnotation'>2.6.2 - @Pojo annotation</a>
+ New doc: <a class='doclink'
href='#juneau-marshall.PojoAnnotation'>2.6.2 - @Pojo annotation</a>
<li>
New doc: <a class='doclink'
href='#juneau-marshall.SerializingReadersAndInputStreams'>2.6.5 - Serializing
Readers and InputStreams</a>
</ul>
@@ -14699,9 +14698,9 @@
<li>
Support for dynamic beans. See <a
href="org/apache/juneau/annotation/BeanProperty.html#name--"><code>@BeanProperty.name()</code></a>.
<li>
- New doc: <a class='doclink' href='#Core.VirtualBeans'>2.8 -
Virtual Beans</a>
+ New doc: <code><del>2.8 - Virtual Beans</del></code>
<li>
- New doc: <a class='doclink' href='#Core.JacksonComparison'>2.13 -
Comparison with Jackson</a>
+ New doc: <code><del>2.13 - Comparison with Jackson</del></code>
<li>
All parsers now allow for numeric types with
<js>'K'</js>/<js>'M'</js>/<js>'G'</js> suffixes to represent
kilobytes, megabytes, and gigabytes.
@@ -15156,7 +15155,7 @@
<ul>
<li>New <a
href="org/apache/juneau/dto/swagger/SwaggerBuilder.html" title="class in
org.apache.juneau.dto.swagger"><code>SwaggerBuilder</code></a> class.
<li>Fluent-style setters added to the Swagger beans.
- <li>Added Swagger examples <a href="#DTOs.Swagger">here</a> and
in the <a class='doclink'
href='org/apache/juneau/dto/swagger/package-summary.html#TOC'>org.apache.juneau.dto.swagger</a>
javadocs.
+ <li>Added Swagger examples <code><del>here</del></code> and in
the <a class='doclink'
href='org/apache/juneau/dto/swagger/package-summary.html#TOC'>org.apache.juneau.dto.swagger</a>
javadocs.
</ul>
<li>Improvements to <a href="org/apache/juneau/svl/VarResolver.html"
title="class in org.apache.juneau.svl"><code>VarResolver</code></a>.
<ul>
@@ -15183,8 +15182,8 @@
<li>Support for defining interface proxies against 3rd-party REST
interfaces.
<br>New package <a
href="org/apache/juneau/remoteable/package-summary.html"><code>org.apache.juneau.remoteable</code></a>
for all remoteable proxy interface annotations.
<br><ja>@Remoteable</ja> annotation has been moved to this package.
- <li>Updated doc: <a class='doclink' href='#Remoteable'>6 - Remoteable
Services</a>
- <li>New doc: <a class='doclink' href='#Remoteable.3rdParty'>6.1 -
Interface proxies against 3rd-party REST interfaces</a>
+ <li>Updated doc: <code><del>6 - Remoteable Services</del></code>
+ <li>New doc: <code><del>6.1 - Interface proxies against 3rd-party
REST interfaces</del></code>
<li>New URL-encoding serializer setting:
<code><del>UrlEncodingSerializerContext.URLENC_paramFormat</del></code>.
<li>New methods on <a
href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html"
title="class in
org.apache.juneau.urlencoding"><code>UrlEncodingSerializerBuilder</code></a>:
<ul>
@@ -15517,7 +15516,7 @@
<li>All fields are now final which should improve overall
performance.
<li>Replaced support for <code>toObjectMap()</code> and
<code>fromObjectMap()/T(ObjectMap)</code> methods with
generalized
<code>swap(BeanSession)</code>/<code>unswap(BeanSession,X)</code>/<code>T(BeanSession,X)</code>
methods.<br>
- See new section <a class='doclink'
href='#Core.SwapMethods'>Swap methods</a> for information.
+ See new section <code><del>Swap methods</del></code> for
information.
</ul>
<li>Session-level media type now available through <a
href="org/apache/juneau/BeanSession.html#getMediaType--"><code>BeanSession.getMediaType()</code></a>
method.
Allows for swaps and serializer/parser behavior to be tailored to
individual media types.
@@ -15570,7 +15569,7 @@
<li>New <a
href="org/apache/juneau/BeanContext.html#getClassMeta-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>BeanContext.getClassMeta(Type,Type...)</code></a>
and <a
href="org/apache/juneau/BeanSession.html#getClassMeta-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>BeanSession.getClassMeta(Type,Type...)</code></a>
methods for retrieving Map and Collection class metas.
Replaces the various
<code>getMapClassMeta()</code>/<code>getCollectionClassMeta()</code> methods.
- <li>New section added to this document: <a class='doclink'
href='#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+ <li>New section added to this document: <code><del>Juneau Data
Transfer Objects (org.apache.juneau.dto)</del></code>
<li>Modified the UON specification to work with mixed content.
<ul>
<li>The new specification is considerably cleaner and eliminates
the need for separate normal/simple modes.
@@ -16296,7 +16295,7 @@
<li><a
href='org/apache/juneau/ini/package-summary.html#TOC'>org.apache.juneau.ini</a>
- New package-level javadoc.
<li><del><code>StringVarResolver</code></del> - New documentation.
<li><a
href='org/apache/juneau/client/package-summary.html#TOC'>org.apache.juneau.rest.client</a>
- New package-level javadoc.
- <li><a href='#Samples'>Overview / Samples</a> - New section.
+ <li><code><del>Overview / Samples</del></code> - New section.
<li><a
href='org/apache/juneau/transform/package-summary.html#StopClasses'>org.apache.juneau.transform
/ Stop Classes</a> - New section.
<li><a
href='org/apache/juneau/server/package-summary.html#TOC'>org.apache.juneau.rest</a>
- Extensive updates.
</ul>
@@ -16405,7 +16404,7 @@
<div class='topic'>
<p>
Juno 5.1.0.19 is a minor update in terms of core functionality.
- But it introduces a <a class='doclink'
href='#Microservices'>Microservices</a> project for building REST microservices
and docker containers.
+ But it introduces a <code><del>Microservices</del></code> project for
building REST microservices and docker containers.
</p>
<h5 class='topic'>Core</h5>
diff --git
a/content/site/apidocs/src-html/org/apache/juneau/BeanContextBuilder.html
b/content/site/apidocs/src-html/org/apache/juneau/BeanContextBuilder.html
index 62b3db8..5a54abd 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/BeanContextBuilder.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/BeanContextBuilder.html
@@ -63,7 +63,7 @@
<span class="sourceLineNo">055</span> * <a name="line.55"></a>
<span class="sourceLineNo">056</span> * <h5 class='section'>See
Also:</h5><a name="line.56"></a>
<span class="sourceLineNo">057</span> * <ul><a name="line.57"></a>
-<span class="sourceLineNo">058</span> * <li class='link'><a
class="doclink"
href="../../../../overview-summary.html#juneau-marshall.ConfigurableProperties">Overview
&gt; Configurable Properties</a><a name="line.58"></a>
+<span class="sourceLineNo">058</span> * <li class='link'><a
class="doclink"
href="../../../overview-summary.html#juneau-marshall.ConfigurableProperties">Overview
&gt; Configurable Properties</a><a name="line.58"></a>
<span class="sourceLineNo">059</span> * </ul><a name="line.59"></a>
<span class="sourceLineNo">060</span> */<a name="line.60"></a>
<span class="sourceLineNo">061</span>public class BeanContextBuilder extends
ContextBuilder {<a name="line.61"></a>
--
To stop receiving notification emails like this one, please contact
[email protected].