You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/03/17 02:13:46 UTC

[11/51] [partial] incubator-juneau-website git commit: Update javadocs for changes to RestServlet API.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
index f2078b6..8bced74 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
@@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../org/apache/juneau/json/JsonParserContext.html" title="class in org.apache.juneau.json">JsonParserContext</a>, <a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html" title="class in org.apache.juneau.msgpack">MsgPackParserContext</a>, <a href="../../../../org/apache/juneau/jena/RdfParserContext.html" title="class in org.apache.juneau.jena">RdfParserContext</a>, <a href="../../../../org/apache/juneau/urlencoding/UonParserContext.html" title="class in org.apache.juneau.urlencoding">UonParserContext</a>, <a href="../../../../org/apache/juneau/xml/XmlParserContext.html" title="class in org.apache.juneau.xml">XmlParserContext</a></dd>
+<dd><a href="../../../../org/apache/juneau/csv/CsvParserContext.html" title="class in org.apache.juneau.csv">CsvParserContext</a>, <a href="../../../../org/apache/juneau/json/JsonParserContext.html" title="class in org.apache.juneau.json">JsonParserContext</a>, <a href="../../../../org/apache/juneau/msgpack/MsgPackParserContext.html" title="class in org.apache.juneau.msgpack">MsgPackParserContext</a>, <a href="../../../../org/apache/juneau/jena/RdfParserContext.html" title="class in org.apache.juneau.jena">RdfParserContext</a>, <a href="../../../../org/apache/juneau/uon/UonParserContext.html" title="class in org.apache.juneau.uon">UonParserContext</a>, <a href="../../../../org/apache/juneau/xml/XmlParserContext.html" title="class in org.apache.juneau.xml">XmlParserContext</a></dd>
 </dl>
 <hr>
 <br>
@@ -189,7 +189,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <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/parser/ParserContext.html#ParserContext-org.apache.juneau.ContextFactory-">ParserContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#ParserContext-org.apache.juneau.PropertyStore-">ParserContext</a></span>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
@@ -384,17 +384,17 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="ParserContext-org.apache.juneau.ContextFactory-">
+<a name="ParserContext-org.apache.juneau.PropertyStore-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParserContext</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.122">ParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.122">ParserContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
 <div class="block">Constructor.</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>
@@ -450,7 +450,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">