http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html index 704db97..d02b990 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParserSession.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -127,10 +127,10 @@ var activeTableTab = "activeTableTab"; extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a></pre> <div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack"><code>MsgPackParser</code></a> class. <p> - Context properties are set by calling <a href="../../../../org/apache/juneau/ContextFactory.html#setProperty-java.lang.String-java.lang.Object-"><code>ContextFactory.setProperty(String, Object)</code></a> on the context factory - returned <a href="../../../../org/apache/juneau/CoreApi.html#getContextFactory--"><code>CoreApi.getContextFactory()</code></a>. + Context properties are set by calling <a href="../../../../org/apache/juneau/PropertyStore.html#setProperty-java.lang.String-java.lang.Object-"><code>PropertyStore.setProperty(String, Object)</code></a> on the property store + passed into the constructor. <p> - See <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau"><code>ContextFactory</code></a> for more information about context properties. + See <a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau"><code>PropertyStore</code></a> for more information about context properties. <h5 class='section'>Inherited configurable properties:</h5> <ul class='javahierarchy'> @@ -179,7 +179,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title= <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html#MsgPackParserContext-org.apache.juneau.ContextFactory-">MsgPackParserContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</code> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html#MsgPackParserContext-org.apache.juneau.PropertyStore-">MsgPackParserContext</a></span>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</code> <div class="block">Constructor.</div> </td> </tr> @@ -240,19 +240,19 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title= <!-- --> </a> <h3>Constructor Detail</h3> -<a name="MsgPackParserContext-org.apache.juneau.ContextFactory-"> +<a name="MsgPackParserContext-org.apache.juneau.PropertyStore-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MsgPackParserContext</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.43">MsgPackParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.43">MsgPackParserContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</pre> <div class="block">Constructor. <p> - Typically only called from <a href="../../../../org/apache/juneau/ContextFactory.html#getContext-java.lang.Class-"><code>ContextFactory.getContext(Class)</code></a>.</div> + Typically only called from <a href="../../../../org/apache/juneau/PropertyStore.html#getContext-java.lang.Class-"><code>PropertyStore.getContext(Class)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>cf</code> - The factory that created this context.</dd> +<dd><code>ps</code> - The property store that created this context.</dd> </dl> </li> </ul> @@ -308,7 +308,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title= </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParserSession.html" title="class in org.apache.juneau.msgpack"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList">
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserSession.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserSession.html index 6528e53..40cd871 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserSession.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserSession.html @@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.28">MsgPackParserSession</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.27">MsgPackParserSession</a> extends <a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a></pre> <div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack"><code>MsgPackParser</code></a>. <p> @@ -233,7 +233,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserSession.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>MsgPackParserSession</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.55">MsgPackParserSession</a>(<a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html" title="class in org.apache.juneau.msgpack">MsgPackParserContext</a> ctx, +<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.54">MsgPackParserSession</a>(<a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html" title="class in org.apache.juneau.msgpack">MsgPackParserContext</a> ctx, <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/Object.html?is-external=true" title="class or interface in java.lang">Object</a> input, <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, @@ -280,7 +280,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserSession.html" title= <ul class="blockList"> <li class="blockList"> <h4>getInputStream</h4> -<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackInputStream.html" title="class in org.apache.juneau.msgpack">MsgPackInputStream</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.60">getInputStream</a>() +<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackInputStream.html" title="class in org.apache.juneau.msgpack">MsgPackInputStream</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserSession.html#line.59">getInputStream</a>() throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/parser/ParserSession.html#getInputStream--">ParserSession</a></code></span></div> <div class="block">Wraps the specified input object inside an input stream. @@ -301,7 +301,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserSession.html" title= <ul class="blockListLast"> <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/msgpack/MsgPackParserSession.html#line.67">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/msgpack/MsgPackParserSession.html#line.66">getLastLocation</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/parser/ParserSession.html#getLastLocation--">ParserSession</a></code></span></div> <div class="block">Returns information used to determine at what location in the parse a failure occurred.</div> <dl>
