http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/ParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserSession.html b/content/site/apidocs/org/apache/juneau/parser/ParserSession.html index 098981c..4447019 100644 --- a/content/site/apidocs/org/apache/juneau/parser/ParserSession.html +++ b/content/site/apidocs/org/apache/juneau/parser/ParserSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ParserSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>ParserSession (Apache Juneau (incubating) 6.0.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,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParserSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="ParserSession (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.31">ParserSession</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.32">ParserSession</a> extends <a href="../../../../org/apache/juneau/Session.html" title="class in org.apache.juneau">Session</a></pre> <div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a>. <p> @@ -242,29 +242,35 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#isStrict--">isStrict</a></span>()</code> +<div class="block">Returns the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> setting value for this session.</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#isTrimStrings--">isTrimStrings</a></span>()</code> <div class="block">Returns the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a> setting value for this session.</div> </td> </tr> -<tr id="i13" class="rowColor"> +<tr id="i14" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#setCurrentClass-org.apache.juneau.ClassMeta-">setCurrentClass</a></span>(<a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> currentClass)</code> <div class="block">Sets the current class being parsed for proper error messages.</div> </td> </tr> -<tr id="i14" class="altColor"> +<tr id="i15" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#setCurrentProperty-org.apache.juneau.BeanPropertyMeta-">setCurrentProperty</a></span>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> currentProperty)</code> <div class="block">Sets the current bean property being parsed for proper error messages.</div> </td> </tr> -<tr id="i15" class="rowColor"> +<tr id="i16" class="altColor"> <td class="colFirst"><code><K> K</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#trim-K-">trim</a></span>(K o)</code> <div class="block">Trims the specified object if it's a <code>String</code> and <a href="../../../../org/apache/juneau/parser/ParserSession.html#isTrimStrings--"><code>isTrimStrings()</code></a> returns <jk>true</jk>.</div> </td> </tr> -<tr id="i16" class="altColor"> +<tr id="i17" class="rowColor"> <td class="colFirst"><code><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></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserSession.html#trim-java.lang.String-">trim</a></span>(<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)</code> <div class="block">Trims the specified string if <a href="../../../../org/apache/juneau/parser/ParserSession.html#isTrimStrings--"><code>isTrimStrings()</code></a> returns <jk>true</jk>.</div> @@ -298,7 +304,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockListLast"> <li class="blockList"> <h4>ParserSession</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.76">ParserSession</a>(<a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a> ctx, +<pre>public <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.79">ParserSession</a>(<a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a> ctx, <a href="../../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> beanContext, <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> input, <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op, @@ -316,8 +322,9 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <li><jk>null</jk> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang"><code>CharSequence</code></a> - <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> containing UTF-8 encoded text. - <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> containing system encoded text. + <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> containing UTF-8 encoded text (or whatever the encoding specified by <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a>). + <li><code><jk>byte</jk>[]</code> containing UTF-8 encoded text (or whatever the encoding specified by <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a>). + <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> containing system encoded text (or whatever the encoding specified by <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a>). </ul> <br>For byte-based parsers, this can be any of the following types: <ul> @@ -347,7 +354,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getInputStream</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.99">getInputStream</a>() +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.108">getInputStream</a>() throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre> <div class="block">Wraps the specified input object inside an input stream. Subclasses can override this method to implement their own input streams.</div> @@ -365,7 +372,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getReader</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.124">getReader</a>() +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.133">getReader</a>() 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">Wraps the specified input object inside a reader. Subclasses can override this method to implement their own readers.</div> @@ -383,7 +390,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getLastLocation</h4> -<pre>public <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>> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.152">getLastLocation</a>()</pre> +<pre>public <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>> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.180">getLastLocation</a>()</pre> <div class="block">Returns information used to determine at what location in the parse a failure occurred.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -397,7 +404,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getInput</h4> -<pre>protected <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/parser/ParserSession.html#line.166">getInput</a>()</pre> +<pre>protected <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/parser/ParserSession.html#line.194">getInput</a>()</pre> <div class="block">Returns the raw input object passed into this session.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -411,7 +418,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getBeanContext</h4> -<pre>public final <a href="../../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.175">getBeanContext</a>()</pre> +<pre>public final <a href="../../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.203">getBeanContext</a>()</pre> <div class="block">Returns the bean context in use for this session.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -425,7 +432,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getJavaMethod</h4> -<pre>public final <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> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.187">getJavaMethod</a>()</pre> +<pre>public final <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> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.215">getJavaMethod</a>()</pre> <div class="block">Returns the Java method that invoked this parser. <p> When using the REST API, this is the Java method invoked by the REST call. @@ -442,7 +449,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>getOuter</h4> -<pre>public final <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/parser/ParserSession.html#line.197">getOuter</a>()</pre> +<pre>public final <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/parser/ParserSession.html#line.225">getOuter</a>()</pre> <div class="block">Returns the outer object used for instantiating top-level non-static member classes. When using the REST API, this is the servlet object.</div> <dl> @@ -457,7 +464,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>setCurrentProperty</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.205">setCurrentProperty</a>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> currentProperty)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.233">setCurrentProperty</a>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> currentProperty)</pre> <div class="block">Sets the current bean property being parsed for proper error messages.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -471,7 +478,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>setCurrentClass</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.213">setCurrentClass</a>(<a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> currentClass)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.241">setCurrentClass</a>(<a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> currentClass)</pre> <div class="block">Sets the current class being parsed for proper error messages.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -485,7 +492,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>isDebug</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.222">isDebug</a>()</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.250">isDebug</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_debug"><code>ParserContext.PARSER_debug</code></a> setting value for this session.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -499,7 +506,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>isTrimStrings</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.231">isTrimStrings</a>()</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.259">isTrimStrings</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a> setting value for this session.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -507,13 +514,27 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org </dl> </li> </ul> +<a name="isStrict--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isStrict</h4> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.268">isStrict</a>()</pre> +<div class="block">Returns the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> setting value for this session.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> setting value for this session.</dd> +</dl> +</li> +</ul> <a name="getProperties--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProperties</h4> -<pre>public final <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.240">getProperties</a>()</pre> +<pre>public final <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.277">getProperties</a>()</pre> <div class="block">Returns the runtime properties associated with this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -527,7 +548,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>addWarning</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.250">addWarning</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> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.287">addWarning</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> msg, <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>... args)</pre> <div class="block">Logs a warning message.</div> <dl> @@ -545,7 +566,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>trim</h4> -<pre>public final <K> K <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.263">trim</a>(K o)</pre> +<pre>public final <K> K <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.300">trim</a>(K o)</pre> <div class="block">Trims the specified object if it's a <code>String</code> and <a href="../../../../org/apache/juneau/parser/ParserSession.html#isTrimStrings--"><code>isTrimStrings()</code></a> returns <jk>true</jk>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -561,7 +582,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>trim</h4> -<pre>public final <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/parser/ParserSession.html#line.276">trim</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 final <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/parser/ParserSession.html#line.313">trim</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">Trims the specified string if <a href="../../../../org/apache/juneau/parser/ParserSession.html#isTrimStrings--"><code>isTrimStrings()</code></a> returns <jk>true</jk>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -577,7 +598,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockList"> <li class="blockList"> <h4>close</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.287">close</a>() +<pre>public void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.324">close</a>() throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre> <div class="block">Perform cleanup on this context object if necessary.</div> <dl> @@ -592,7 +613,7 @@ extends <a href="../../../../org/apache/juneau/Session.html" title="class in org <ul class="blockListLast"> <li class="blockList"> <h4>finalize</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.306">finalize</a>() +<pre>protected void <a href="../../../../src-html/org/apache/juneau/parser/ParserSession.html#line.343">finalize</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html b/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html index 2eac789..e89273f 100644 --- a/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html +++ b/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ReaderParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>ReaderParser (Apache Juneau (incubating) 6.0.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="ReaderParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="ReaderParser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/InputStreamParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/InputStreamParser.html b/content/site/apidocs/org/apache/juneau/parser/class-use/InputStreamParser.html index b2fd3d3..d5fc1b8 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/InputStreamParser.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/InputStreamParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.InputStreamParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.InputStreamParser (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.InputStreamParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.InputStreamParser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParseException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParseException.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParseException.html index 8267fbe..a102af2 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParseException.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParseException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParseException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParseException (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParseException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParseException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/Parser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/Parser.html b/content/site/apidocs/org/apache/juneau/parser/class-use/Parser.html index 58285a9..de578a4 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/Parser.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/Parser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.Parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.Parser (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.Parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.Parser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserContext.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserContext.html index adbeffb..6e82532 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserContext.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParserContext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParserContext (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParserContext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParserContext (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParserGroup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserGroup.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserGroup.html index 4dc8bd1..da87562 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserGroup.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserGroup.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParserGroup (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParserGroup (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParserGroup (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParserGroup (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParserListener.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserListener.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserListener.html index d448282..681cfcf 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserListener.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserListener.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParserListener (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParserListener (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParserListener (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParserListener (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParserReader.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserReader.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserReader.html index 86caec4..87b5f5c 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserReader.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserReader.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParserReader (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParserReader (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParserReader (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParserReader (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserSession.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserSession.html index 3047c62..5ec1e23 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ParserSession.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ParserSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ParserSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ParserSession (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ParserSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ParserSession (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/class-use/ReaderParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/class-use/ReaderParser.html b/content/site/apidocs/org/apache/juneau/parser/class-use/ReaderParser.html index a253078..da2854b 100644 --- a/content/site/apidocs/org/apache/juneau/parser/class-use/ReaderParser.html +++ b/content/site/apidocs/org/apache/juneau/parser/class-use/ReaderParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.parser.ReaderParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.parser.ReaderParser (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.parser.ReaderParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.parser.ReaderParser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/package-frame.html b/content/site/apidocs/org/apache/juneau/parser/package-frame.html index 4bdc0d8..7e85c5e 100644 --- a/content/site/apidocs/org/apache/juneau/parser/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/parser/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.parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.parser (Apache Juneau (incubating) 6.0.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/02c10736/content/site/apidocs/org/apache/juneau/parser/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/package-summary.html b/content/site/apidocs/org/apache/juneau/parser/package-summary.html index 2528cea..349f654 100644 --- a/content/site/apidocs/org/apache/juneau/parser/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/parser/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.parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.parser (Apache Juneau (incubating) 6.0.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.parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.parser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/package-tree.html b/content/site/apidocs/org/apache/juneau/parser/package-tree.html index 12de372..1fd1773 100644 --- a/content/site/apidocs/org/apache/juneau/parser/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/parser/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.parser Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.parser Class Hierarchy (Apache Juneau (incubating) 6.0.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.parser Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.parser Class Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/parser/package-use.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/package-use.html b/content/site/apidocs/org/apache/juneau/parser/package-use.html index 19e43ca..6053617 100644 --- a/content/site/apidocs/org/apache/juneau/parser/package-use.html +++ b/content/site/apidocs/org/apache/juneau/parser/package-use.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.juneau.parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Package org.apache.juneau.parser (Apache Juneau (incubating) 6.0.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="Uses of Package org.apache.juneau.parser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Package org.apache.juneau.parser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html index 5540b4f..ee7a391 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PlainTextParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>PlainTextParser (Apache Juneau (incubating) 6.0.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="PlainTextParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="PlainTextParser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html index 7fb0aa2..eccfcbb 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PlainTextSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>PlainTextSerializer (Apache Juneau (incubating) 6.0.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="PlainTextSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="PlainTextSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextParser.html b/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextParser.html index 1d6e5cd..8ea9032 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextParser.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.plaintext.PlainTextParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.plaintext.PlainTextParser (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.plaintext.PlainTextParser (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.plaintext.PlainTextParser (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextSerializer.html b/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextSerializer.html index f66ab66..1d62689 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextSerializer.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/class-use/PlainTextSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.plaintext.PlainTextSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.plaintext.PlainTextSerializer (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.plaintext.PlainTextSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.plaintext.PlainTextSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html b/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html index 21c610b..34cd673 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.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/02c10736/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html b/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html index da2d5e6..8bc1144 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.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.plaintext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html b/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html index 503ea5a..ce8948c 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.plaintext Class Hierarchy (Apache Juneau (incubating) 6.0.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.plaintext Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.plaintext Class Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/plaintext/package-use.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/plaintext/package-use.html b/content/site/apidocs/org/apache/juneau/plaintext/package-use.html index d0af46c..3108bdf 100644 --- a/content/site/apidocs/org/apache/juneau/plaintext/package-use.html +++ b/content/site/apidocs/org/apache/juneau/plaintext/package-use.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Package org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.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="Uses of Package org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Package org.apache.juneau.plaintext (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html index fc14b82..267a6fa 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/OutputStreamSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>OutputStreamSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>OutputStreamSerializer (Apache Juneau (incubating) 6.0.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="OutputStreamSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="OutputStreamSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html b/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html index faa76ff..fea89ca 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html +++ b/content/site/apidocs/org/apache/juneau/serializer/SerializeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializeException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SerializeException (Apache Juneau (incubating) 6.0.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="SerializeException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SerializeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 f92240b..4ccd565 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.0.0-incubating-SNAPSHOT)</title> +<title>Serializer (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="Serializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 6c96819..ec123bf 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.0.0-incubating-SNAPSHOT)</title> +<title>SerializerContext (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="SerializerContext (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 a0a8010..3fa551e 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.0.0-incubating-SNAPSHOT)</title> +<title>SerializerGroup (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="SerializerGroup (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 29b1af5..284ac87 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.0.0-incubating-SNAPSHOT)</title> +<title>SerializerSession (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="SerializerSession (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 668e39e..dbf3aea 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.0.0-incubating-SNAPSHOT)</title> +<title>SerializerWriter (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="SerializerWriter (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/StringObject.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/StringObject.html b/content/site/apidocs/org/apache/juneau/serializer/StringObject.html index 637fb35..2e150df 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/StringObject.html +++ b/content/site/apidocs/org/apache/juneau/serializer/StringObject.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringObject (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>StringObject (Apache Juneau (incubating) 6.0.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="StringObject (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="StringObject (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 050f259..5f9fdf8 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.0.0-incubating-SNAPSHOT)</title> +<title>WriterSerializer (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="WriterSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/OutputStreamSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/OutputStreamSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/OutputStreamSerializer.html index 3be535c..ace6569 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/OutputStreamSerializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/OutputStreamSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.OutputStreamSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.OutputStreamSerializer (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.OutputStreamSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.OutputStreamSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializeException.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializeException.html index 672e8e6..3622729 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializeException.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.SerializeException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.SerializeException (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.SerializeException (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.SerializeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/Serializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/Serializer.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/Serializer.html index c65171d..2c32b45 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/Serializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/Serializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.Serializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.Serializer (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.Serializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.Serializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerContext.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerContext.html index 3e9035c..da71cc1 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.SerializerContext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.SerializerContext (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.SerializerContext (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.SerializerContext (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerGroup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerGroup.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerGroup.html index 140d2b2..e7f0e20 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerGroup.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerGroup.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.SerializerGroup (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.SerializerGroup (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.SerializerGroup (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.SerializerGroup (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerSession.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerSession.html index e19cb84..95a55ee 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.SerializerSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.SerializerSession (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.SerializerSession (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.SerializerSession (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerWriter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerWriter.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerWriter.html index f61f7f1..bc12ee3 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerWriter.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/SerializerWriter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.SerializerWriter (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.SerializerWriter (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.SerializerWriter (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.SerializerWriter (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/StringObject.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/StringObject.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/StringObject.html index 7d4edd5..60601a0 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/StringObject.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/StringObject.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.StringObject (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.StringObject (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.StringObject (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.StringObject (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/serializer/class-use/WriterSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/serializer/class-use/WriterSerializer.html b/content/site/apidocs/org/apache/juneau/serializer/class-use/WriterSerializer.html index a08053d..8e00567 100644 --- a/content/site/apidocs/org/apache/juneau/serializer/class-use/WriterSerializer.html +++ b/content/site/apidocs/org/apache/juneau/serializer/class-use/WriterSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.serializer.WriterSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.serializer.WriterSerializer (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.serializer.WriterSerializer (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.serializer.WriterSerializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 167e040..d8db851 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.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.0.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/02c10736/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 e41e9b1..142040f 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.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.serializer (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/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 1e1b4ea..6e2fd3b 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.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.0.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.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.serializer Class Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) {
