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 2018/01/14 23:07:12 UTC

[29/51] [partial] juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlClassMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlClassMeta.html b/content/site/apidocs/org/apache/juneau/html/HtmlClassMeta.html
index 3088763..2ca3e81 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlClassMeta.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlClassMeta.html
@@ -157,37 +157,37 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation">Html</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#getAnnotation--">getAnnotation</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation"><code>Html</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation"><code>@Html</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/html/HtmlRender.html" title="class in org.apache.juneau.html">HtmlRender</a>&lt;?&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#getRender--">getRender</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#render--"><code>Html.render()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#render--"><code>@Html.render()</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#isAsPlainText--">isAsPlainText</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asPlainText--"><code>Html.asPlainText()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asPlainText--"><code>@Html.asPlainText()</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#isAsXml--">isAsXml</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asXml--"><code>Html.asXml()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asXml--"><code>@Html.asXml()</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#isNoTableHeaders--">isNoTableHeaders</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTableHeaders--"><code>Html.noTableHeaders()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTableHeaders--"><code>@Html.noTableHeaders()</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlClassMeta.html#isNoTables--">isNoTables</a></span>()</code>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTables--"><code>Html.noTables()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTables--"><code>@Html.noTables()</code></a> annotation defined on the class.</div>
 </td>
 </tr>
 </table>
@@ -248,10 +248,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>getAnnotation</h4>
 <pre>protected&nbsp;<a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation">Html</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.57">getAnnotation</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation"><code>Html</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation"><code>@Html</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html" title="annotation in org.apache.juneau.html.annotation"><code>Html</code></a> annotation, or <jk>null</jk> if not specified.</dd>
+<dd>The value of the annotation, or <jk>null</jk> if not specified.</dd>
 </dl>
 </li>
 </ul>
@@ -262,10 +262,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>isAsXml</h4>
 <pre>protected&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.66">isAsXml</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asXml--"><code>Html.asXml()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asXml--"><code>@Html.asXml()</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asXml--"><code>Html.asXml()</code></a> annotation.</dd>
+<dd>The value of the annotation.</dd>
 </dl>
 </li>
 </ul>
@@ -276,10 +276,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>isAsPlainText</h4>
 <pre>protected&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.75">isAsPlainText</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asPlainText--"><code>Html.asPlainText()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asPlainText--"><code>@Html.asPlainText()</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html#asPlainText--"><code>Html.asPlainText()</code></a> annotation.</dd>
+<dd>The value of the annotation.</dd>
 </dl>
 </li>
 </ul>
@@ -290,10 +290,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>isNoTables</h4>
 <pre>protected&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.84">isNoTables</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTables--"><code>Html.noTables()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTables--"><code>@Html.noTables()</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTables--"><code>Html.noTables()</code></a> annotation.</dd>
+<dd>The value of the annotation.</dd>
 </dl>
 </li>
 </ul>
@@ -304,10 +304,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>isNoTableHeaders</h4>
 <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.93">isNoTableHeaders</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTableHeaders--"><code>Html.noTableHeaders()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTableHeaders--"><code>@Html.noTableHeaders()</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html#noTableHeaders--"><code>Html.noTableHeaders()</code></a> annotation.</dd>
+<dd>The value of the annotation.</dd>
 </dl>
 </li>
 </ul>
@@ -318,10 +318,10 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl
 <li class="blockList">
 <h4>getRender</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlRender.html" title="class in org.apache.juneau.html">HtmlRender</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlClassMeta.html#line.102">getRender</a>()</pre>
-<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#render--"><code>Html.render()</code></a> annotation defined on the class.</div>
+<div class="block">Returns the <a href="../../../../org/apache/juneau/html/annotation/Html.html#render--"><code>@Html.render()</code></a> annotation defined on the class.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The value of the <a href="../../../../org/apache/juneau/html/annotation/Html.html#render--"><code>Html.render()</code></a> annotation.</dd>
+<dd>The value of the annotation.</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializer.html b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializer.html
index dcd037a..080894b 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializer.html
@@ -147,25 +147,27 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.71">HtmlDocSerializer</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.73">HtmlDocSerializer</a>
 extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.html" title="class in org.apache.juneau.html">HtmlStrippedDocSerializer</a></pre>
 <div class="block">Serializes POJOs to HTTP responses as HTML documents.
-
- <h5 class='section'>Media types:</h5>
-
- Handles <code>Accept</code> types: <code>text/html</code>
+ 
+ 
+ <h5 class='topic'>Media types</h5>
+ 
+ Handles <code>Accept</code> types:  <code><b>text/html</b></code>
  <p>
- Produces <code>Content-Type</code> types: <code>text/html</code>
-
- <h5 class='section'>Description:</h5>
-
+ Produces <code>Content-Type</code> types:  <code><b>text/html</b></code>
+ 
+ 
+ <h5 class='topic'>Description</h5>
+ 
  Same as <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a>, except wraps the response in <code><xt>&lt;html&gt;</code>,
  <code><xt>&lt;head&gt;</code>, and <code><xt>&lt;body&gt;</code> tags so that it can be rendered in a browser.
-
+ 
  <p>
  Configurable properties are typically specified via <ja>@RestResource.properties()</ja> and <ja>@RestMethod.properties()</ja>
  annotations, although they can also be set programmatically via the <code>RestResponse.setProperty()</code> method.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -178,7 +180,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
    )
    <jk>public class</jk> AddressBookResource <jk>extends</jk> RestServletJenaDefault {
  </p>
-
+ 
  <p>
  Note that shortcut annotations are also provided for these particular settings:
  <p class='bcode'>
@@ -194,12 +196,12 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       )
    )
  </p>
-
+ 
  <p>
  The <code>$L{...}</code> variable represent localized strings pulled from the resource bundle identified by the
  <code>messages</code> annotation.
- These variables are replaced at runtime based on the HTTP request locale.
- Several built-in runtime variable types are defined, and the API can be extended to include user-defined variables.</div>
+ <br>These variables are replaced at runtime based on the HTTP request locale.
+ <br>Several built-in runtime variable types are defined, and the API can be extended to include user-defined variables.</div>
 </li>
 </ul>
 </div>
@@ -348,7 +350,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.juneau.html.<a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a></h3>
-<code><a href="../../../../org/apache/juneau/html/HtmlSerializer.html#DEFAULT_SQ">DEFAULT_SQ</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#DEFAULT_SQ_READABLE">DEFAULT_SQ_READABLE</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_addBeanTypeProperties">HTML_addBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_addKeyValueTableHeaders">HTML_addKeyValueTableHeaders</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_detectLinksInStrings">HTML_detectLinksInStrings</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_labelParameter">HTML_labelParameter</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_lookForLabelParameters">HTML_lookForLabelParameters</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_uriAnchorText">HTML_uriAnchorText</a></code></li>
+<code><a href="../../../../org/apache/juneau/html/HtmlSerializer.html#DEFAULT_SQ">DEFAULT_SQ</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#DEFAULT_SQ_READABLE">DEFAULT_SQ_READABLE</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_addBeanTypeProperties">HTML_addBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_addKeyValueTableHeaders">HTML_addKeyValueTableHeaders</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_detectLabelParameters">HTML_detectLabelParameters</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_detectLinksInStrings">HTML_detectLinksInStrings</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_labelParameter">HTML_labelParameter</a>, <a href="../../../../org/apache/juneau/html/HtmlSerializer.html#HTML_uriAnchorText">HTML_uriAnchorText</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.xml.XmlSerializer">
@@ -486,26 +488,26 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_aside</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.114">HTMLDOC_aside</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.116">HTMLDOC_aside</a></pre>
 <div class="block">Configuration property:  Aside section contents.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.aside.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Allows you to specify the contents of the aside section on the HTML page.
  The aside section floats on the right of the page for providing content supporting the serialized content of
  the page.
-
+ 
  <p>
  By default, the aside section is empty.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -532,24 +534,24 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_footer</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.145">HTMLDOC_footer</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.147">HTMLDOC_footer</a></pre>
 <div class="block">Configuration property:  Footer section contents.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.footer.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Allows you to specify the contents of the footer section on the HTML page.
-
+ 
  <p>
  By default, the footer section is empty.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -572,21 +574,21 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_head</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.184">HTMLDOC_head</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.186">HTMLDOC_head</a></pre>
 <div class="block">Configuration property:  Additional head section content.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.head.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds the specified HTML content to the head section of the page.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -596,7 +598,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       }
    )
  </p>
-
+ 
  <p>
  A shortcut on <ja>@RestResource</ja> is also provided for this setting:
  <p class='bcode'>
@@ -620,22 +622,22 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_header</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.213">HTMLDOC_header</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.215">HTMLDOC_header</a></pre>
 <div class="block">Configuration property:  Header section contents.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Allows you to override the contents of the header section on the HTML page.
  The header section normally contains the title and description at the top of the page.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -658,22 +660,22 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_nav</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.245">HTMLDOC_nav</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.247">HTMLDOC_nav</a></pre>
 <div class="block">Configuration property:  Nav section contents.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.nav.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Allows you to override the contents of the nav section on the HTML page.
  The nav section normally contains the page links at the top of the page.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -684,7 +686,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       )
    )
  </p>
-
+ 
  <p>
  When this property is specified, the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_navlinks"><code>HTMLDOC_navlinks</code></a> property is ignored.</div>
 <dl>
@@ -699,24 +701,24 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_navlinks</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.312">HTMLDOC_navlinks</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.314">HTMLDOC_navlinks</a></pre>
 <div class="block">Configuration property:  Page navigation links.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.navlinks.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds a list of hyperlinks immediately under the title and description but above the content of the page.
-
+ 
  <p>
  This can be used to provide convenient hyperlinks when viewing the REST interface from a browser.
-
+ 
  <p>
  The value is an array of strings with two possible values:
  <ul>
@@ -724,7 +726,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       <br><js>"google: http://google.com"</js>
    <li>Arbitrary HTML.
  </ul>
-
+ 
  <p>
  Relative URLs are considered relative to the servlet path.
  For example, if the servlet path is <js>"http://localhost/myContext/myServlet"</js>, and the
@@ -732,7 +734,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
  Absolute (<js>"/myOtherContext/foo"</js>) and fully-qualified (<js>"http://localhost2/foo"</js>) URLs
  can also be used in addition to various other protocols specified by <a href="../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> such as
  <js>"servlet:/..."</js>.
-
+ 
  <h5 class='section'>Example:</h5>
  <p>
  The <code>AddressBookResource</code> sample class uses this property...
@@ -745,11 +747,11 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
    )
    <jk>public class</jk> AddressBookResource <jk>extends</jk> RestServletJenaDefault {
  </p>
-
+ 
  <p>
    ...to produce this list of links on the HTML page...
  <img class='bordered' src='doc-files/HTML_LINKS.png'>
-
+ 
  <p>
  A shortcut on <ja>@RestResource</ja> is also provided for this setting:
  <p class='bcode'>
@@ -775,7 +777,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_navlinks_add</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.317">HTMLDOC_navlinks_add</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.319">HTMLDOC_navlinks_add</a></pre>
 <div class="block">Configuration property:  Add to the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_navlinks"><code>HTMLDOC_navlinks</code></a> property.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -789,21 +791,21 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_noResultsMessage</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.346">HTMLDOC_noResultsMessage</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.348">HTMLDOC_noResultsMessage</a></pre>
 <div class="block">Configuration property:  No-results message.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.noResultsMessage.s"</js>
    <li><b>Data type:</b>  <code>String</code>
    <li><b>Default:</b>  <js>"&lt;p&gt;no results&lt;/p&gt;"</js>
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Allows you to specify the string message used when trying to serialize an empty array or empty list.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -812,7 +814,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       )
    )
  </p>
-
+ 
  <p>
  A value of <js>"NONE"</js> can be used to represent no value to differentiate it from an empty string.</div>
 <dl>
@@ -827,18 +829,18 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_nowrap</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.363">HTMLDOC_nowrap</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.365">HTMLDOC_nowrap</a></pre>
 <div class="block">Configuration property:  Prevent word wrap on page.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.nowrap.b"</js>
    <li><b>Data type:</b>  <code>Boolean</code>
    <li><b>Default:</b>  <jk>false</jk>
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds <js>"* {white-space:nowrap}"</js> to the CSS instructions on the page to prevent word wrapping.</div>
 <dl>
@@ -853,21 +855,21 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_script</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.402">HTMLDOC_script</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.404">HTMLDOC_script</a></pre>
 <div class="block">Configuration property:  Javascript code.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.script.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds the specified Javascript code to the HTML page.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -877,7 +879,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       }
    )
  </p>
-
+ 
  <p>
  A shortcut on <ja>@RestResource</ja> is also provided for this setting:
  <p class='bcode'>
@@ -901,7 +903,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_script_add</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.407">HTMLDOC_script_add</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.409">HTMLDOC_script_add</a></pre>
 <div class="block">Configuration property:  Add to the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_script"><code>HTMLDOC_script</code></a> property.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -915,21 +917,21 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_style</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.447">HTMLDOC_style</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.449">HTMLDOC_style</a></pre>
 <div class="block">Configuration property:  CSS style code.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.style.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds the specified CSS instructions to the HTML page.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -939,7 +941,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
       }
    )
  </p>
-
+ 
  <p>
  A shortcut on <ja>@RestResource</ja> is also provided for this setting:
  <p class='bcode'>
@@ -964,7 +966,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_style_add</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.452">HTMLDOC_style_add</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.454">HTMLDOC_style_add</a></pre>
 <div class="block">Configuration property:  Add to the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_style"><code>HTMLDOC_style</code></a> property.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -978,21 +980,21 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_stylesheet</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.472">HTMLDOC_stylesheet</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.474">HTMLDOC_stylesheet</a></pre>
 <div class="block">Configuration property:  Stylesheet import URLs.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.stylesheet.ls"</js>
    <li><b>Data type:</b>  <code>List&lt;String&gt;</code>
    <li><b>Default:</b>  empty list
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Adds a link to the specified stylesheet URL.
-
+ 
  <p>
  Note that this stylesheet is controlled by the <code><ja>@RestResource</ja>.stylesheet()</code> annotation.</div>
 <dl>
@@ -1007,7 +1009,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_stylesheet_add</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.477">HTMLDOC_stylesheet_add</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.479">HTMLDOC_stylesheet_add</a></pre>
 <div class="block">Configuration property:  Add to the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_stylesheet"><code>HTMLDOC_stylesheet</code></a> property.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -1021,25 +1023,25 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HTMLDOC_template</h4>
-<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.507">HTMLDOC_template</a></pre>
+<pre>public static final&nbsp;<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/html/HtmlDocSerializer.html#line.509">HTMLDOC_template</a></pre>
 <div class="block">Configuration property:  HTML document template.
-
-   <h5 class='section'>Property:</h5>
+ 
+ <h5 class='section'>Property:</h5>
  <ul>
    <li><b>Name:</b>  <js>"HtmlDocSerializer.template.c"</js>
    <li><b>Data type:</b>  <code>Class&lt;? <jk>extends</jk> HtmlDocTemplate&gt;</code>
    <li><b>Default:</b>  <code>HtmlDocTemplateBasic.<jk>class</jk></code>
    <li><b>Session-overridable:</b>  <jk>true</jk>
  </ul>
-
-   <h5 class='section'>Description:</h5>
+ 
+ <h5 class='section'>Description:</h5>
  <p>
  Specifies the template to use for serializing the page.
-
+ 
  <p>
  By default, the <a href="../../../../org/apache/juneau/html/HtmlDocTemplateBasic.html" title="class in org.apache.juneau.html"><code>HtmlDocTemplateBasic</code></a> class is used to construct the contents of the HTML page, but
  can be overridden with your own custom implementation class.
-
+ 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <ja>@RestResource</ja>(
@@ -1060,7 +1062,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DEFAULT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class in org.apache.juneau.html">HtmlDocSerializer</a> <a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.515">DEFAULT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class in org.apache.juneau.html">HtmlDocSerializer</a> <a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.517">DEFAULT</a></pre>
 <div class="block">Default serializer, all default settings.</div>
 </li>
 </ul>
@@ -1078,7 +1080,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HtmlDocSerializer</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.532">HtmlDocSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.534">HtmlDocSerializer</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>
@@ -1092,7 +1094,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlDocSerializer</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.557">HtmlDocSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.563">HtmlDocSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps,
                          <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>&nbsp;produces,
                          <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>...&nbsp;accept)</pre>
 <div class="block">Constructor.</div>
@@ -1109,9 +1111,13 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
    <p>
    For example, if this serializer produces <js>"application/json"</js> but should handle media types of
    <js>"application/json"</js> and <js>"text/json"</js>, then the arguments should be:
-   <br><code><jk>super</jk>(propertyStore, <js>"application/json"</js>, <js>"application/json"</js>, <js>"text/json"</js>);</code>
+   <p class='bcode'>
+   <jk>super</jk>(ps, <js>"application/json"</js>, <js>"application/json"</js>, <js>"text/json"</js>);
+   </p>
    <br>...or...
-   <br><code><jk>super</jk>(propertyStore, <js>"application/json"</js>, <js>"*&#8203;/json"</js>);</code></dd>
+   <p class='bcode'>
+   <jk>super</jk>(ps, <js>"application/json"</js>, <js>"*&#8203;/json"</js>);
+   </p></dd>
 </dl>
 </li>
 </ul>
@@ -1129,7 +1135,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlDocSerializerSession.html" title="class in org.apache.juneau.html">HtmlDocSerializerSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.574">createSession</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSessionArgs.html" title="class in org.apache.juneau.serializer">SerializerSessionArgs</a>&nbsp;args)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlDocSerializerSession.html" title="class in org.apache.juneau.html">HtmlDocSerializerSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.580">createSession</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSessionArgs.html" title="class in org.apache.juneau.serializer">SerializerSessionArgs</a>&nbsp;args)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/serializer/Serializer.html#createSession-org.apache.juneau.serializer.SerializerSessionArgs-">Serializer</a></code></span></div>
 <div class="block">Create the session object used for actual serialization of objects.</div>
 <dl>
@@ -1151,7 +1157,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializer.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.579">asMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializer.html#line.585">asMap</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div>
 <div class="block">Returns the properties defined on this bean context as a simple map for debugging purposes.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerSession.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerSession.html b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerSession.html
index 2a03a8d..7613736 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerSession.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlDocSerializerSession.html
@@ -150,10 +150,10 @@ var activeTableTab = "activeTableTab";
 <pre>public class <a href="../../../../src-html/org/apache/juneau/html/HtmlDocSerializerSession.html#line.31">HtmlDocSerializerSession</a>
 extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializerSession.html" title="class in org.apache.juneau.html">HtmlStrippedDocSerializerSession</a></pre>
 <div class="block">Context object that lives for the duration of a single serialization of <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> and its subclasses.
-
+ 
  <p>
  See <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a> for details.
-
+ 
  <p>
  This class is NOT thread safe.  It is meant to be discarded after one-time use.</div>
 </li>
@@ -330,7 +330,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializerSes
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a></h3>
-<code><a href="../../../../org/apache/juneau/serializer/SerializerSession.html#canIgnoreValue-org.apache.juneau.ClassMeta-java.lang.String-java.lang.Object-">canIgnoreValue</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#createBeanTypeNameProperty-org.apache.juneau.BeanMap-java.lang.String-">createBeanTypeNameProperty</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#createPipe-java.lang.Object-">createPipe</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#generalize-java.lang.Object-org.apache.juneau.ClassMeta-">generalize</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getBeanTypeName-org.apache.juneau.ClassMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanPropertyMeta-">getBeanTypeName</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getExpectedRootType-java.lang.Object-">getExpectedRootType</a>, <a href="../../../../org/apache/june
 au/serializer/SerializerSession.html#getInitialDepth--">getInitialDepth</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getJavaMethod--">getJavaMethod</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getLastLocation--">getLastLocation</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getMaxDepth--">getMaxDepth</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getMaxIndent--">getMaxIndent</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getQuoteChar--">getQuoteChar</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getResponseHeaders--">getResponseHeaders</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getUriResolver--">getUriResolver</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isDetectRecursions--">isDetectRecursions</a>, <a href="../../../../org/apach
 e/juneau/serializer/SerializerSession.html#isIgnoreRecursions--">isIgnoreRecursions</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isSortCollections--">isSortCollections</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isSortMaps--">isSortMaps</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimEmptyCollections--">isTrimEmptyCollections</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimEmptyMaps--">isTrimEmptyMaps</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimNulls--">isTrimNulls</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimStrings--">isTrimStrings</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isUseWhitespace--">isUseWhitespace</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#onBeanGetterException-org.apache.juneau.BeanProp
 ertyMeta-java.lang.Throwable-">onBeanGetterException</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#onError-java.lang.Throwable-java.lang.String-java.lang.Object...-">onError</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#pop--">pop</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#push-java.lang.String-java.lang.Object-org.apache.juneau.ClassMeta-">push</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#relativizeUri-java.lang.Object-java.lang.Object-">relativizeUri</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#resolveUri-java.lang.Object-">resolveUri</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#serialize-java.lang.Object-java.lang.Object-">serialize</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#setCurrentClass-org.apache.juneau.ClassMeta-">setCurrentClass</a>, <a href=".
 ./../../../org/apache/juneau/serializer/SerializerSession.html#setCurrentProperty-org.apache.juneau.BeanPropertyMeta-">setCurrentProperty</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#sort-java.util.Collection-">sort</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#sort-java.util.Map-">sort</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#toList-java.lang.Class-java.lang.Object-">toList</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#toString-java.lang.Object-">toString</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#trim-java.lang.Object-">trim</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#willRecurse-java.lang.String-java.lang.Object-org.apache.juneau.ClassMeta-">willRecurse</a></code></li>
+<code><a href="../../../../org/apache/juneau/serializer/SerializerSession.html#canIgnoreValue-org.apache.juneau.ClassMeta-java.lang.String-java.lang.Object-">canIgnoreValue</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#createBeanTypeNameProperty-org.apache.juneau.BeanMap-java.lang.String-">createBeanTypeNameProperty</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#createPipe-java.lang.Object-">createPipe</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#generalize-java.lang.Object-org.apache.juneau.ClassMeta-">generalize</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getBeanTypeName-org.apache.juneau.ClassMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanPropertyMeta-">getBeanTypeName</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getExpectedRootType-java.lang.Object-">getExpectedRootType</a>, <a href="../../../../org/apache/june
 au/serializer/SerializerSession.html#getInitialDepth--">getInitialDepth</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getJavaMethod--">getJavaMethod</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getLastLocation--">getLastLocation</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getListener--">getListener</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getListener-java.lang.Class-">getListener</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getMaxDepth--">getMaxDepth</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getMaxIndent--">getMaxIndent</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getQuoteChar--">getQuoteChar</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getResponseHeaders--">getResponseHeaders</a>, <a href="../../../../org/apache/jun
 eau/serializer/SerializerSession.html#getUriResolver--">getUriResolver</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isDetectRecursions--">isDetectRecursions</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isIgnoreRecursions--">isIgnoreRecursions</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isSortCollections--">isSortCollections</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isSortMaps--">isSortMaps</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimEmptyCollections--">isTrimEmptyCollections</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimEmptyMaps--">isTrimEmptyMaps</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimNulls--">isTrimNulls</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#isTrimStrings--">isTrimStrings</a>, <a href="
 ../../../../org/apache/juneau/serializer/SerializerSession.html#isUseWhitespace--">isUseWhitespace</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#onBeanGetterException-org.apache.juneau.BeanPropertyMeta-java.lang.Throwable-">onBeanGetterException</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#onError-java.lang.Throwable-java.lang.String-java.lang.Object...-">onError</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#pop--">pop</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#push-java.lang.String-java.lang.Object-org.apache.juneau.ClassMeta-">push</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#relativizeUri-java.lang.Object-java.lang.Object-">relativizeUri</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#resolveUri-java.lang.Object-">resolveUri</a>, <a href="../../../../org/apache/juneau/serializer/Serialize
 rSession.html#serialize-java.lang.Object-java.lang.Object-">serialize</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#setCurrentClass-org.apache.juneau.ClassMeta-">setCurrentClass</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#setCurrentProperty-org.apache.juneau.BeanPropertyMeta-">setCurrentProperty</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#sort-java.util.Collection-">sort</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#sort-java.util.Map-">sort</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#toList-java.lang.Class-java.lang.Object-">toList</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#toString-java.lang.Object-">toString</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSession.html#trim-java.lang.Object-">trim</a>, <a href="../../../../org/apache/juneau/serializer/SerializerSessi
 on.html#willRecurse-java.lang.String-java.lang.Object-org.apache.juneau.ClassMeta-">willRecurse</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.BeanSession">
@@ -514,8 +514,8 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializerSes
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html#HTMLDOC_navlinks"><code>HtmlDocSerializer.HTMLDOC_navlinks</code></a> setting value in this context.
-      <jk>null</jk> if not specified.
-      Never an empty map.</dd>
+   <jk>null</jk> if not specified.
+   Never an empty map.</dd>
 </dl>
 </li>
 </ul>
@@ -609,7 +609,7 @@ extends <a href="../../../../org/apache/juneau/html/HtmlStrippedDocSerializerSes
                     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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/serializer/SerializerSession.html#doSerialize-org.apache.juneau.serializer.SerializerPipe-java.lang.Object-">SerializerSession</a></code></span></div>
 <div class="block">Serializes a POJO to the specified output stream or writer.
-
+ 
  <p>
  This method should NOT close the context object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplate.html b/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplate.html
index 05e8f84..a718d18 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplate.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplate.html
@@ -107,7 +107,7 @@ var activeTableTab = "activeTableTab";
 <pre>public interface <a href="../../../../src-html/org/apache/juneau/html/HtmlDocTemplate.html#line.56">HtmlDocTemplate</a></pre>
 <div class="block">Defines the interface for rendering the contents of an HTML page produced by the <a href="../../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class in org.apache.juneau.html"><code>HtmlDocSerializer</code></a>
  serializer.
-
+ 
  <p>
  The HTML doc serializer produces the following document structure with the typical contents:
  <p class='bcode'>
@@ -141,7 +141,7 @@ var activeTableTab = "activeTableTab";
       &lt;/body&gt;
    &lt;/html&gt;</xt>
  </p>
-
+ 
  <p>
  This interface allows you to control how these sections get rendered.</div>
 </li>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplateBasic.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplateBasic.html b/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplateBasic.html
index 755642c..0994f03 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplateBasic.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlDocTemplateBasic.html
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../org/apache/juneau/html/HtmlDocTemplate.html" title="interface in org.apache.juneau.html">HtmlDocTemplate</a></pre>
 <div class="block">A basic template for the HTML doc serializer.
-
+ 
  <p>
  This class can be subclassed to customize page rendering.</div>
 </li>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlLink.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlLink.html b/content/site/apidocs/org/apache/juneau/html/HtmlLink.html
index 2d4ccb4..07cbeae 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlLink.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlLink.html
@@ -98,13 +98,13 @@
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true" title="class or interface in java.lang.annotation">@Inherited</a>
 public @interface <a href="../../../../src-html/org/apache/juneau/html/HtmlLink.html#line.40">HtmlLink</a></pre>
 <div class="block">Used in conjunction with the <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> class to define hyperlinks.
-
+ 
  <p>
  This annotation is applied to classes.
-
+ 
  <p>
  Annotation that can be used to specify that a class has a URL associated with it.
-
+ 
  <p>
  When rendered using the <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> class, this class will get
  rendered as a hyperlink like so...

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlParser.html b/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
index 7dc6cf5..d6a93fc 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
@@ -133,16 +133,18 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.32">HtmlParser</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.34">HtmlParser</a>
 extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class in org.apache.juneau.xml">XmlParser</a></pre>
 <div class="block">Parses text generated by the <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> class back into a POJO model.
-
- <h5 class='section'>Media types:</h5>
-
- Handles <code>Content-Type</code> types: <code>text/html</code>
-
- <h5 class='section'>Description:</h5>
-
+ 
+ 
+ <h5 class='topic'>Media types</h5>
+ 
+ Handles <code>Content-Type</code> types:  <code><b>text/html</b></code>
+ 
+ 
+ <h5 class='topic'>Description</h5>
+ 
  See the <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> class for a description of the HTML generated.
  <p>
  This class is used primarily for automated testing of the <a href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html"><code>HtmlSerializer</code></a> class.</div>
@@ -305,7 +307,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DEFAULT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a> <a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.39">DEFAULT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a> <a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.41">DEFAULT</a></pre>
 <div class="block">Default parser, all default settings.</div>
 </li>
 </ul>
@@ -323,7 +325,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlParser</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.51">HtmlParser</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.53">HtmlParser</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>
@@ -345,7 +347,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class in org.apache.juneau.html">HtmlParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.56">builder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class in org.apache.juneau.html">HtmlParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.58">builder</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/Context.html#builder--">Context</a></code></span></div>
 <div class="block">Creates a builder from this context object.
  
@@ -365,7 +367,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>create</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class in org.apache.juneau.html">HtmlParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.72">create</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class in org.apache.juneau.html">HtmlParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.74">create</a>()</pre>
 <div class="block">Instantiates a new clean-slate <a href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class in org.apache.juneau.html"><code>HtmlParserBuilder</code></a> object.
  
  <p>
@@ -386,10 +388,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserSession.html" title="class in org.apache.juneau.html">HtmlParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.77">createSession</a>(<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;args)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/html/HtmlParserSession.html" title="class in org.apache.juneau.html">HtmlParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.79">createSession</a>(<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;args)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/Parser.html#createSession-org.apache.juneau.parser.ParserSessionArgs-">Parser</a></code></span></div>
 <div class="block">Create the session object that will be passed in to the parse method.
-
+ 
  <p>
  It's up to implementers to decide what the session object looks like, although typically it's going to be a
  subclass of <a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser"><code>ParserSession</code></a>.</div>
@@ -409,7 +411,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.82">asMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.84">asMap</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div>
 <div class="block">Returns the properties defined on this bean context as a simple map for debugging purposes.</div>
 <dl>