http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/Serializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/Serializer.html b/content/site/apidocs/org/apache/juneau/serializer/Serializer.html index 4df7f1b..22ebc54 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/Serializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/Serializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Serializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Serializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Serializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.44">Serializer</a> +<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.43">Serializer</a> extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in org.apache.juneau">CoreObject</a></pre> <div class="block">Parent class for all Juneau serializers. @@ -291,7 +291,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>builder</h4> -<pre>public <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.70">builder</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.69">builder</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObject.html#builder--">CoreObject</a></code></span></div> <div class="block">Creates a new builder class for this object so that a new object can be created that expands upon the current object's settings.</div> @@ -309,7 +309,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>isWriterSerializer</h4> -<pre>public abstract boolean <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.79">isWriterSerializer</a>()</pre> +<pre>public abstract boolean <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.78">isWriterSerializer</a>()</pre> <div class="block">Returns <jk>true</jk> if this serializer subclasses from <a href="../../../../org/apache/juneau/serializer/WriterSerializer.html" title="class in org.apache.juneau.serializer"><code>WriterSerializer</code></a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -323,7 +323,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>doSerialize</h4> -<pre>protected abstract void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.95">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>protected abstract void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.94">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Serializes a POJO to the specified output stream or writer. @@ -345,7 +345,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>serialize</h4> -<pre>public abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.108">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o) +<pre>public abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.107">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o) throws <a href="../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre> <div class="block">Shortcut method for serializing objects directly to either a <code>String</code> or <code><jk>byte</jk>[]</code> depending on the serializer type. @@ -368,7 +368,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>serialize</h4> -<pre>public final void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.122">serialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>public final void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.121">serialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o) throws <a href="../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre> <div class="block">Serialize the specified object using the specified session.</div> @@ -388,7 +388,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>serialize</h4> -<pre>public final void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.156">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, +<pre>public final void <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.155">serialize</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> output) throws <a href="../../../../org/apache/juneau/serializer/SerializeException.html" title="class in org.apache.juneau.serializer">SerializeException</a></pre> <div class="block">Serializes a POJO to the specified output stream or writer. @@ -420,7 +420,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>createSession</h4> -<pre>public <a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.192">createSession</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> output, +<pre>public <a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.191">createSession</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> output, <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a> javaMethod, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> locale, @@ -467,7 +467,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>createSession</h4> -<pre>protected <a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.215">createSession</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> output)</pre> +<pre>protected <a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.214">createSession</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> output)</pre> <div class="block">Create a basic session object without overriding properties or specifying <code>javaMethod</code>. <p> Equivalent to calling <code>createSession(<jk>null</jk>, <jk>null</jk>)</code>.</div> @@ -496,7 +496,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>toList</h4> -<pre>protected static final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.232">toList</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type, +<pre>protected static final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.231">toList</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> array)</pre> <div class="block">Converts the contents of the specified object array to a list. <p> @@ -520,7 +520,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getMediaTypes</h4> -<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[] <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.251">getMediaTypes</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[] <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.250">getMediaTypes</a>()</pre> <div class="block">Returns the media types handled based on the value of the <a href="../../../../org/apache/juneau/annotation/Produces.html" title="annotation in org.apache.juneau.annotation"><code>Produces</code></a> annotation on the serializer class. <p> This method can be overridden by subclasses to determine the media types programatically.</div> @@ -536,7 +536,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPrimaryMediaType</h4> -<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.260">getPrimaryMediaType</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.259">getPrimaryMediaType</a>()</pre> <div class="block">Returns the first media type specified on this serializer via the <a href="../../../../org/apache/juneau/annotation/Produces.html" title="annotation in org.apache.juneau.annotation"><code>Produces</code></a> annotation.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -550,7 +550,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getResponseHeaders</h4> -<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.276">getResponseHeaders</a>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties)</pre> +<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.275">getResponseHeaders</a>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties)</pre> <div class="block">Optional method that specifies HTTP request headers for this serializer. <p> For example, <a href="../../../../org/apache/juneau/soap/SoapXmlSerializer.html" title="class in org.apache.juneau.soap"><code>SoapXmlSerializer</code></a> needs to set a <code>SOAPAction</code> header. @@ -572,7 +572,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in <ul class="blockListLast"> <li class="blockList"> <h4>getResponseContentType</h4> -<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.292">getResponseContentType</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/serializer/Serializer.html#line.291">getResponseContentType</a>()</pre> <div class="block">Optional method that returns the response <code>Content-Type</code> for this serializer if it is different from the matched media type. <p> This method is specified to override the content type for this serializer.
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html index a0cf3ac..f893932 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerContext.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerContext.html index 12b945a..f10c327 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerGroup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerGroup.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerGroup.html index d1628ea..0e3739c 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerGroup.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerGroup.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerGroup (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerGroup (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerGroup (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerGroup (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerGroupBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerGroupBuilder.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerGroupBuilder.html index 994be46..b01665a 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerGroupBuilder.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerGroupBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerGroupBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerGroupBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerGroupBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerGroupBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerListener.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerListener.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerListener.html index 7027881..6a98f55 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerListener.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerListener.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerListener (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerListener (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerListener (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerListener (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerMatch.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerMatch.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerMatch.html index 37c44d8..5da07db 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerMatch.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerMatch.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerMatch (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerMatch (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerMatch (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerMatch (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerSession.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerSession.html index e89530b..5253a3a 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/SerializerWriter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializerWriter.html b/content/site/apidocs/org/apache/juneau/serializer/SerializerWriter.html index 9f81cd9..65da0b2 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializerWriter.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializerWriter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializerWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SerializerWriter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializerWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SerializerWriter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/WriterSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/WriterSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/WriterSerializer.html index ce498e3..b4dd573 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/WriterSerializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/WriterSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>WriterSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>WriterSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WriterSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="WriterSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/package-frame.html b/content/site/apidocs/org/apache/juneau/serializer/package-frame.html index a97048a..6dfe1ab 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/serializer/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/package-summary.html b/content/site/apidocs/org/apache/juneau/serializer/package-summary.html index 58ccd30..7d56f63 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/serializer/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.serializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.serializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/serializer/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/package-tree.html b/content/site/apidocs/org/apache/juneau/serializer/package-tree.html index 135e653..16431ac 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/serializer/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializer.html b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializer.html index e1184d9..70c0c1a 100644 --- a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializer.html +++ b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SoapXmlSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SoapXmlSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SoapXmlSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SoapXmlSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerBuilder.html index 28384e0..c09d792 100644 --- a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SoapXmlSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SoapXmlSerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SoapXmlSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SoapXmlSerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html index 995683d..4a1f9b2 100644 --- a/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/soap/SoapXmlSerializerContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SoapXmlSerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SoapXmlSerializerContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SoapXmlSerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SoapXmlSerializerContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/package-frame.html b/content/site/apidocs/org/apache/juneau/soap/package-frame.html index 391ec41..7b55792 100644 --- a/content/site/apidocs/org/apache/juneau/soap/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/soap/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.soap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.soap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/package-summary.html b/content/site/apidocs/org/apache/juneau/soap/package-summary.html index 6daaf3c..b0cca7d 100644 --- a/content/site/apidocs/org/apache/juneau/soap/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/soap/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.soap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.soap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.soap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.soap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/soap/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/soap/package-tree.html b/content/site/apidocs/org/apache/juneau/soap/package-tree.html index 008f092..6f10a55 100644 --- a/content/site/apidocs/org/apache/juneau/soap/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/soap/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.soap Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.soap Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.soap Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.soap Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/DefaultingVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/DefaultingVar.html b/content/site/apidocs/org/apache/juneau/svl/DefaultingVar.html index e5e6f39..946a913 100644 --- a/content/site/apidocs/org/apache/juneau/svl/DefaultingVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/DefaultingVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DefaultingVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>DefaultingVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DefaultingVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="DefaultingVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/MapVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/MapVar.html b/content/site/apidocs/org/apache/juneau/svl/MapVar.html index 23d84b4..27fbb34 100644 --- a/content/site/apidocs/org/apache/juneau/svl/MapVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/MapVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MapVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MapVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MapVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MapVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/MultipartVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/MultipartVar.html b/content/site/apidocs/org/apache/juneau/svl/MultipartVar.html index 702d78f..4cd9464 100644 --- a/content/site/apidocs/org/apache/juneau/svl/MultipartVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/MultipartVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MultipartVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MultipartVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MultipartVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MultipartVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/SimpleVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/SimpleVar.html b/content/site/apidocs/org/apache/juneau/svl/SimpleVar.html index 7568101..5683c63 100644 --- a/content/site/apidocs/org/apache/juneau/svl/SimpleVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/SimpleVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SimpleVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SimpleVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SimpleVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SimpleVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/StreamedVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/StreamedVar.html b/content/site/apidocs/org/apache/juneau/svl/StreamedVar.html index 9a7d2fe..d56858c 100644 --- a/content/site/apidocs/org/apache/juneau/svl/StreamedVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/StreamedVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StreamedVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StreamedVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StreamedVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StreamedVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/Var.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/Var.html b/content/site/apidocs/org/apache/juneau/svl/Var.html index 04744b9..fd6776e 100644 --- a/content/site/apidocs/org/apache/juneau/svl/Var.html +++ b/content/site/apidocs/org/apache/juneau/svl/Var.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Var (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Var (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Var (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Var (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/VarResolver.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/VarResolver.html b/content/site/apidocs/org/apache/juneau/svl/VarResolver.html index c5c1cb4..f0018f0 100644 --- a/content/site/apidocs/org/apache/juneau/svl/VarResolver.html +++ b/content/site/apidocs/org/apache/juneau/svl/VarResolver.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>VarResolver (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>VarResolver (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VarResolver (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="VarResolver (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/VarResolverBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/VarResolverBuilder.html b/content/site/apidocs/org/apache/juneau/svl/VarResolverBuilder.html index 982a13a..9b91b8c 100644 --- a/content/site/apidocs/org/apache/juneau/svl/VarResolverBuilder.html +++ b/content/site/apidocs/org/apache/juneau/svl/VarResolverBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>VarResolverBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>VarResolverBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VarResolverBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="VarResolverBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/VarResolverContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/VarResolverContext.html b/content/site/apidocs/org/apache/juneau/svl/VarResolverContext.html index 4d3ce46..a73ac2c 100644 --- a/content/site/apidocs/org/apache/juneau/svl/VarResolverContext.html +++ b/content/site/apidocs/org/apache/juneau/svl/VarResolverContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>VarResolverContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>VarResolverContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VarResolverContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="VarResolverContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/VarResolverSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/VarResolverSession.html b/content/site/apidocs/org/apache/juneau/svl/VarResolverSession.html index 41785c8..d2cc822 100644 --- a/content/site/apidocs/org/apache/juneau/svl/VarResolverSession.html +++ b/content/site/apidocs/org/apache/juneau/svl/VarResolverSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>VarResolverSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>VarResolverSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VarResolverSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="VarResolverSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.35">VarResolverSession</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.36">VarResolverSession</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">A var resolver session that combines a <a href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in org.apache.juneau.svl"><code>VarResolver</code></a> with one or more session objects. <p> @@ -223,7 +223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>VarResolverSession</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.48">VarResolverSession</a>(<a href="../../../../org/apache/juneau/svl/VarResolverContext.html" title="class in org.apache.juneau.svl">VarResolverContext</a> context, +<pre>public <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.49">VarResolverSession</a>(<a href="../../../../org/apache/juneau/svl/VarResolverContext.html" title="class in org.apache.juneau.svl">VarResolverContext</a> context, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> sessionObjects)</pre> <div class="block">Constructor.</div> <dl> @@ -248,7 +248,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>sessionObject</h4> -<pre>public <a href="../../../../org/apache/juneau/svl/VarResolverSession.html" title="class in org.apache.juneau.svl">VarResolverSession</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.60">sessionObject</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, +<pre>public <a href="../../../../org/apache/juneau/svl/VarResolverSession.html" title="class in org.apache.juneau.svl">VarResolverSession</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.61">sessionObject</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> <div class="block">Adds a session object to this session.</div> <dl> @@ -266,7 +266,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>resolve</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.72">resolve</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.73">resolve</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> <div class="block">Resolve all variables in the specified string.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -283,7 +283,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>resolveTo</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.154">resolveTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s, +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.155">resolveTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> out) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Resolves variables in the specified string and sends the output to the specified writer. @@ -306,7 +306,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getSessionObject</h4> -<pre>public <T> T <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.269">getSessionObject</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> c, +<pre>public <T> T <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.270">getSessionObject</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> c, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block">Returns the session object with the specified name. Casts it to the specified class type for you.</div> @@ -327,7 +327,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getVar</h4> -<pre>protected <a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl">Var</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.291">getVar</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>protected <a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl">Var</a> <a href="../../../../src-html/org/apache/juneau/svl/VarResolverSession.html#line.292">getVar</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/svl/Var.html" title="class in org.apache.juneau.svl"><code>Var</code></a> with the specified name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/package-frame.html b/content/site/apidocs/org/apache/juneau/svl/package-frame.html index 6610e24..3d8f7fb 100644 --- a/content/site/apidocs/org/apache/juneau/svl/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/svl/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/package-summary.html b/content/site/apidocs/org/apache/juneau/svl/package-summary.html index e9ed0ed..b9f9201 100644 --- a/content/site/apidocs/org/apache/juneau/svl/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/svl/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.svl (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.svl (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/package-tree.html b/content/site/apidocs/org/apache/juneau/svl/package-tree.html index f634d16..440e575 100644 --- a/content/site/apidocs/org/apache/juneau/svl/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/svl/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.svl Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.svl Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/ArgsVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/ArgsVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/ArgsVar.html index 97c223a..4d84baf 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/ArgsVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/ArgsVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ArgsVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ArgsVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ArgsVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ArgsVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/ConfigFileVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/ConfigFileVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/ConfigFileVar.html index 77b4eee..1165796 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/ConfigFileVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/ConfigFileVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConfigFileVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ConfigFileVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ConfigFileVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ConfigFileVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/EnvVariablesVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/EnvVariablesVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/EnvVariablesVar.html index ab812d1..242a802 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/EnvVariablesVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/EnvVariablesVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EnvVariablesVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>EnvVariablesVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EnvVariablesVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="EnvVariablesVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/IfVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/IfVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/IfVar.html index 3c0570f..a2c1e09 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/IfVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/IfVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>IfVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>IfVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="IfVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="IfVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/ManifestFileVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/ManifestFileVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/ManifestFileVar.html index d44b73e..74aacba 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/ManifestFileVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/ManifestFileVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ManifestFileVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ManifestFileVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ManifestFileVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ManifestFileVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/SwitchVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/SwitchVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/SwitchVar.html index 0a137a7..c24bc8c 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/SwitchVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/SwitchVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SwitchVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SwitchVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SwitchVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SwitchVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/SystemPropertiesVar.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/SystemPropertiesVar.html b/content/site/apidocs/org/apache/juneau/svl/vars/SystemPropertiesVar.html index 5e8c0db..0d3dbf5 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/SystemPropertiesVar.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/SystemPropertiesVar.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SystemPropertiesVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SystemPropertiesVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SystemPropertiesVar (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SystemPropertiesVar (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/package-frame.html b/content/site/apidocs/org/apache/juneau/svl/vars/package-frame.html index 9decf2e..9c3aba0 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/package-summary.html b/content/site/apidocs/org/apache/juneau/svl/vars/package-summary.html index 601f19e..b6da80e 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.svl.vars (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/svl/vars/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/svl/vars/package-tree.html b/content/site/apidocs/org/apache/juneau/svl/vars/package-tree.html index bf4c4f9..6ca592f 100644 --- a/content/site/apidocs/org/apache/juneau/svl/vars/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/svl/vars/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.svl.vars Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.svl.vars Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.svl.vars Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.svl.vars Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/AnnotationBeanFilterBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/AnnotationBeanFilterBuilder.html b/content/site/apidocs/org/apache/juneau/transform/AnnotationBeanFilterBuilder.html index 7722b73..a61ee8b 100644 --- a/content/site/apidocs/org/apache/juneau/transform/AnnotationBeanFilterBuilder.html +++ b/content/site/apidocs/org/apache/juneau/transform/AnnotationBeanFilterBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AnnotationBeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>AnnotationBeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AnnotationBeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="AnnotationBeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/BeanFilter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/BeanFilter.html b/content/site/apidocs/org/apache/juneau/transform/BeanFilter.html index cad3d8d..288bd8b 100644 --- a/content/site/apidocs/org/apache/juneau/transform/BeanFilter.html +++ b/content/site/apidocs/org/apache/juneau/transform/BeanFilter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanFilter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanFilter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanFilter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanFilter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/BeanFilterBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/BeanFilterBuilder.html b/content/site/apidocs/org/apache/juneau/transform/BeanFilterBuilder.html index 5435af5..ff03559 100644 --- a/content/site/apidocs/org/apache/juneau/transform/BeanFilterBuilder.html +++ b/content/site/apidocs/org/apache/juneau/transform/BeanFilterBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/InterfaceBeanFilterBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/InterfaceBeanFilterBuilder.html b/content/site/apidocs/org/apache/juneau/transform/InterfaceBeanFilterBuilder.html index 2a9a22d..8e1b5e8 100644 --- a/content/site/apidocs/org/apache/juneau/transform/InterfaceBeanFilterBuilder.html +++ b/content/site/apidocs/org/apache/juneau/transform/InterfaceBeanFilterBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InterfaceBeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>InterfaceBeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InterfaceBeanFilterBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="InterfaceBeanFilterBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/MapSwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/MapSwap.html b/content/site/apidocs/org/apache/juneau/transform/MapSwap.html index 23d3557..fd4c141 100644 --- a/content/site/apidocs/org/apache/juneau/transform/MapSwap.html +++ b/content/site/apidocs/org/apache/juneau/transform/MapSwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MapSwap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MapSwap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MapSwap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MapSwap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/transform/PojoSwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/transform/PojoSwap.html b/content/site/apidocs/org/apache/juneau/transform/PojoSwap.html index d70c733..f4eafc4 100644 --- a/content/site/apidocs/org/apache/juneau/transform/PojoSwap.html +++ b/content/site/apidocs/org/apache/juneau/transform/PojoSwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PojoSwap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PojoSwap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PojoSwap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PojoSwap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {