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:11 UTC

[28/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/HtmlParserBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlParserBuilder.html b/content/site/apidocs/org/apache/juneau/html/HtmlParserBuilder.html
index 1c4fc2a..1638764 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlParserBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlParserBuilder.html
@@ -654,6 +654,13 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#preserveRootElement--">preserveRootElement</a>, <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#preserveRootElement-boolean-">preserveRootElement</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.parser.ParserBuilder">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></h3>
+<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#fileCharset-java.nio.charset.Charset-">fileCharset</a>, <a href="../../../../org/apache/juneau/parser/ParserBuilder.html#inputStreamCharset-java.nio.charset.Charset-">inputStreamCharset</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.BeanContextBuilder">
 <!--   -->
 </a>
@@ -747,10 +754,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.57">validating</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#validating-boolean-">XmlParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Enable validation.
-
+ 
  <p>
  If <jk>true</jk>, XML document will be validated.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/xml/XmlParser.html#XML_validating"><code>XmlParser.XML_validating</code></a>
@@ -775,10 +782,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.63">validating</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#validating--">XmlParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Enable validation.
-
+ 
  <p>
  Shortcut for calling <code>validating(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/xml/XmlParser.html#XML_validating"><code>XmlParser.XML_validating</code></a>
@@ -800,10 +807,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.69">reporter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLReporter.html?is-external=true" title="class or interface in javax.xml.stream">XMLReporter</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#reporter-javax.xml.stream.XMLReporter-">XmlParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  XML reporter.
-
+ 
  <p>
  Associates an <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLReporter.html?is-external=true" title="class or interface in javax.xml.stream"><code>XMLReporter</code></a> with this parser.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/xml/XmlParser.html#XML_reporter"><code>XmlParser.XML_reporter</code></a>
@@ -827,10 +834,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.75">resolver</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLResolver.html?is-external=true" title="class or interface in javax.xml.stream">XMLResolver</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#resolver-javax.xml.stream.XMLResolver-">XmlParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  XML resolver.
-
+ 
  <p>
  Associates an <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLResolver.html?is-external=true" title="class or interface in javax.xml.stream"><code>XMLResolver</code></a> with this parser.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/xml/XmlParser.html#XML_resolver"><code>XmlParser.XML_resolver</code></a>
@@ -854,10 +861,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.81">eventAllocator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/util/XMLEventAllocator.html?is-external=true" title="class or interface in javax.xml.stream.util">XMLEventAllocator</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#eventAllocator-javax.xml.stream.util.XMLEventAllocator-">XmlParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  XML event allocator.
-
+ 
  <p>
  Associates an <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/util/XMLEventAllocator.html?is-external=true" title="class or interface in javax.xml.stream.util"><code>XMLEventAllocator</code></a> with this parser.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/xml/XmlParser.html#XML_eventAllocator"><code>XmlParser.XML_eventAllocator</code></a>
@@ -881,10 +888,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.87">fileCharset</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>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#fileCharset-java.lang.String-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  File charset.
-
+ 
  <p>
  The character set to use for reading <code>Files</code> from the file system.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a>
@@ -909,10 +916,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.93">inputStreamCharset</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>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#inputStreamCharset-java.lang.String-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Input stream charset.
-
+ 
  <p>
  The character set to use for converting <code>InputStreams</code> and byte arrays to readers.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a>
@@ -937,10 +944,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.99">listener</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/parser/ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#listener-java.lang.Class-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Parser listener.
-
+ 
  <p>
  Class used to listen for errors and warnings that occur during parsing.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a>
@@ -964,10 +971,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.105">strict</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#strict-boolean-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Strict mode.
-
+ 
  <p>
  If <jk>true</jk>, strict mode for the parser is enabled.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a>
@@ -995,7 +1002,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
  
  <p>
  Shortcut for calling <code>strict(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a>
@@ -1017,11 +1024,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.117">trimStrings</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#trimStrings-boolean-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Trim parsed strings.
-
+ 
  <p>
  If <jk>true</jk>, string values will be trimmed of whitespace using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> before being added to
  the POJO.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a>
@@ -1046,10 +1053,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.123">trimStrings</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#trimStrings--">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Trim parsed strings.
-
+ 
  <p>
  Shortcut for calling <code>trimStrings(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a>
@@ -1071,14 +1078,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.129">beansRequireDefaultConstructor</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireDefaultConstructor-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require no-arg constructors.
-
+ 
  <p>
  If <jk>true</jk>, a Java class must implement a default no-arg constructor to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireDefaultConstructor"><code>BeanContext.BEAN_beansRequireDefaultConstructor</code></a>
@@ -1103,10 +1107,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.135">beansRequireDefaultConstructor</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireDefaultConstructor--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require no-arg constructors.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireDefaultConstructor(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireDefaultConstructor"><code>BeanContext.BEAN_beansRequireDefaultConstructor</code></a>
@@ -1128,14 +1132,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.141">beansRequireSerializable</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSerializable-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require Serializable interface.
-
+ 
  <p>
  If <jk>true</jk>, a Java class must implement the <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> interface to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSerializable"><code>BeanContext.BEAN_beansRequireSerializable</code></a>
@@ -1160,10 +1161,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.147">beansRequireSerializable</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSerializable--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require Serializable interface.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireSerializable(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSerializable"><code>BeanContext.BEAN_beansRequireSerializable</code></a>
@@ -1185,11 +1186,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.153">beansRequireSettersForGetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSettersForGetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require setters for getters.
-
+ 
  <p>
  If <jk>true</jk>, only getters that have equivalent setters will be considered as properties on a bean.
- Otherwise, they will be ignored.
-
+ <br>Otherwise, they will be ignored.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSettersForGetters"><code>BeanContext.BEAN_beansRequireSettersForGetters</code></a>
@@ -1214,10 +1215,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.159">beansRequireSettersForGetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSettersForGetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require setters for getters.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireSettersForGetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSettersForGetters"><code>BeanContext.BEAN_beansRequireSettersForGetters</code></a>
@@ -1239,14 +1240,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.165">beansRequireSomeProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSomeProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require at least one property.
-
+ 
  <p>
  If <jk>true</jk>, then a Java class must contain at least 1 property to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSomeProperties"><code>BeanContext.BEAN_beansRequireSomeProperties</code></a>
@@ -1271,15 +1269,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.171">beanMapPutReturnsOldValue</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMapPutReturnsOldValue-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  BeanMap.put() returns old property value.
-
+ 
  <p>
  If <jk>true</jk>, then the <a href="../../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put()</code></a> method will return old property
  values.
- Otherwise, it returns <jk>null</jk>.
-
- <p>
- Disabled by default because it introduces a slight performance penalty.
-
+ <br>Otherwise, it returns <jk>null</jk>.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanMapPutReturnsOldValue"><code>BeanContext.BEAN_beanMapPutReturnsOldValue</code></a>
@@ -1304,10 +1299,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.177">beanMapPutReturnsOldValue</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMapPutReturnsOldValue--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  BeanMap.put() returns old property value.
-
+ 
  <p>
  Shortcut for calling <code>beanMapPutReturnsOldValue(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanMapPutReturnsOldValue"><code>BeanContext.BEAN_beanMapPutReturnsOldValue</code></a>
@@ -1329,10 +1324,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.183">beanConstructorVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanConstructorVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean constructor visibility.
-
+ 
  <p>
  Only look for constructors with the specified minimum visibility.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanConstructorVisibility"><code>BeanContext.BEAN_beanConstructorVisibility</code></a>
@@ -1357,14 +1352,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.189">beanClassVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanClassVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean class visibility.
-
+ 
  <p>
  Classes are not considered beans unless they meet the minimum visibility requirements.
  
  <p>
  For example, if the visibility is <code>PUBLIC</code> and the bean class is <jk>protected</jk>, then the class
  will not be interpreted as a bean class and will be treated as a string.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanClassVisibility"><code>BeanContext.BEAN_beanClassVisibility</code></a>
@@ -1389,7 +1384,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.195">beanFieldVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFieldVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean field visibility.
-
+ 
  <p>
  Only look for bean fields with the specified minimum visibility.
  
@@ -1417,7 +1412,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.201">beanMethodVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMethodVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean method visibility.
-
+ 
  <p>
  Only look for bean methods with the specified minimum visibility.
  
@@ -1445,15 +1440,15 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.207">useJavaBeanIntrospector</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useJavaBeanIntrospector-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use Java Introspector.
-
+ 
  <p>
  Using the built-in Java bean introspector will not pick up fields or non-standard getters/setters.
-
+ 
  <h5 class 'section'>Notes:</h5>
  <ul>
    <li>Most <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotations will be ignored if you enable this setting.
  </ul>
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useJavaBeanIntrospector"><code>BeanContext.BEAN_useJavaBeanIntrospector</code></a>
@@ -1478,10 +1473,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.213">useJavaBeanIntrospector</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useJavaBeanIntrospector--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use Java Introspector.
-
+ 
  <p>
  Shortcut for calling <code>useJavaBeanIntrospector(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useJavaBeanIntrospector"><code>BeanContext.BEAN_useJavaBeanIntrospector</code></a>
@@ -1503,11 +1498,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.219">useInterfaceProxies</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useInterfaceProxies-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use interface proxies.
-
+ 
  <p>
  If <jk>true</jk>, then interfaces will be instantiated as proxy classes through the use of an
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect"><code>InvocationHandler</code></a> if there is no other way of instantiating them.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useInterfaceProxies"><code>BeanContext.BEAN_useInterfaceProxies</code></a>
@@ -1532,11 +1527,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.225">ignoreUnknownBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownBeanProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a value on a non-existent bean property will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a>
@@ -1561,10 +1556,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.231">ignoreUnknownBeanProperties</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownBeanProperties--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties.
-
+ 
  <p>
  Shortcut for calling <code>ignoreUnknownBeanProperties(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a>
@@ -1586,11 +1581,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.237">ignoreUnknownNullBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownNullBeanProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties with null values.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a <jk>null</jk> value on a non-existent bean property will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownNullBeanProperties"><code>BeanContext.BEAN_ignoreUnknownNullBeanProperties</code></a>
@@ -1615,11 +1610,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.243">ignorePropertiesWithoutSetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignorePropertiesWithoutSetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore properties without setters.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a value on a bean property without a setter will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignorePropertiesWithoutSetters"><code>BeanContext.BEAN_ignorePropertiesWithoutSetters</code></a>
@@ -1644,11 +1639,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.249">ignoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnGetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on getters.
-
+ 
  <p>
  If <jk>true</jk>, errors thrown when calling bean getter methods will silently be ignored.
  Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnGetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnGetters</code></a>
@@ -1673,10 +1668,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.255">ignoreInvocationExceptionsOnGetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnGetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on getters.
-
+ 
  <p>
  Shortcut for calling <code>ignoreInvocationExceptionsOnGetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnGetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnGetters</code></a>
@@ -1698,11 +1693,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.261">ignoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnSetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on setters.
-
+ 
  <p>
  If <jk>true</jk>, errors thrown when calling bean setter methods will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnSetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnSetters</code></a>
@@ -1727,10 +1722,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.267">ignoreInvocationExceptionsOnSetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnSetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on setters.
-
+ 
  <p>
  Shortcut for calling <code>ignoreInvocationExceptionsOnSetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnSetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnSetters</code></a>
@@ -1752,11 +1747,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.273">sortProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#sortProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Sort bean properties.
-
+ 
  <p>
  When <jk>true</jk>, all bean properties will be serialized and access in alphabetical order.
  Otherwise, the natural order of the bean properties is used which is dependent on the JVM vendor.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
@@ -1781,10 +1776,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.279">sortProperties</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#sortProperties--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Sort bean properties.
-
+ 
  <p>
  Shortcut for calling <code>sortProperties(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
@@ -1806,7 +1801,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.285">notBeanPackages</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1815,7 +1810,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanPackages-java.lang.Object...-">notBeanPackages</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1830,7 +1830,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.291">notBeanPackages</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-java.lang.String...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1855,10 +1855,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
                                          <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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <p>
  When specified, the current list of ignore packages are appended to.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1867,8 +1867,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanPackages-boolean-java.lang.Object...-">notBeanPackages</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new values for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1883,7 +1889,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.303">notBeanPackagesRemove</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackagesRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1892,7 +1898,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanPackagesRemove-java.lang.Object...-">notBeanPackagesRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - <br>Values can consist of any of the following types:
+   <br>Possible values are:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1907,7 +1918,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.309">notBeanClasses</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
+ <p>
+ List of classes that should not be treated as beans even if they appear to be bean-like.
+ <br>Not-bean classes are converted to <code>Strings</code> during serialization.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1916,7 +1931,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanClasses-java.lang.Object...-">notBeanClasses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1931,7 +1951,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.315">notBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
+ <p>
+ List of classes that should not be treated as beans even if they appear to be bean-like.
+ <br>Not-bean classes are converted to <code>Strings</code> during serialization.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1956,11 +1980,11 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
                                         <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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
  <p>
- Not-bean classes are typically converted to <code>Strings</code> during serialization even if they appear to be
+ Not-bean classes are converted to <code>Strings</code> during serialization even if they appear to be
  bean-like.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1969,8 +1993,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanClasses-boolean-java.lang.Object...-">notBeanClasses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new value for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1985,7 +2015,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.327">notBeanClassesRemove</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClassesRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1994,7 +2024,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#notBeanClassesRemove-java.lang.Object...-">notBeanClassesRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2009,12 +2044,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.333">beanFilters</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean filters.
-
+ 
  <p>
  This is a programmatic equivalent to the <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation.
  <br>It's useful when you want to use the Bean annotation functionality, but you don't have the ability to alter 
  the bean classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -2023,7 +2058,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#beanFilters-java.lang.Object...-">beanFilters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2041,7 +2083,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
  
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-"><code>BeanContextBuilder.beanFilters(Object...)</code></a> but takes in an array of classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -2069,7 +2111,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
  
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-"><code>BeanContextBuilder.beanFilters(Object...)</code></a> but allows you to optionally overwrite the previous value.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -2079,7 +2121,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#beanFilters-boolean-java.lang.Object...-">beanFilters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new values for this property.</dd>
+<dd><code>values</code> - The new values for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2094,10 +2143,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.351">beanFiltersRemove</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFiltersRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean filters.
-
+ 
  <p>
  Removes from the list of classes that make up the bean filters in this bean context.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -2106,7 +2155,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#beanFiltersRemove-java.lang.Object...-">beanFiltersRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2121,7 +2177,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.357">pojoSwaps</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2130,7 +2186,13 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#pojoSwaps-java.lang.Object...-">pojoSwaps</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any subclass of <a href="../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a>.
+      <li>Any surrogate class.  A shortcut for defining a <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a>.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2145,7 +2207,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.363">pojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2170,14 +2232,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
                                    <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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <p>
  POJO swaps are used to "swap out" non-serializable classes with serializable equivalents during serialization,
  and "swap in" the non-serializable class during parsing.
  
  <p>
  An example of a POJO swap would be a <code>Calendar</code> object that gets swapped out for an ISO8601 string.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2186,8 +2248,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#pojoSwaps-boolean-java.lang.Object...-">pojoSwaps</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new value for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2202,7 +2270,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.375">pojoSwapsRemove</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwapsRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2211,7 +2279,13 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#pojoSwapsRemove-java.lang.Object...-">pojoSwapsRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any subclass of <a href="../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a>.
+      <li>Any surrogate class.  A shortcut for defining a <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a>.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2226,12 +2300,12 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.381">implClasses</a>(<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>&lt;<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/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#implClasses-java.util.Map-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Implementation classes.
-
+ 
  <p>
  For interfaces and abstract classes this method can be used to specify an implementation class for the
  interface/abstract class so that instances of the implementation class are used when instantiated (e.g. during a
  parse).
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses"><code>BeanContext.BEAN_implClasses</code></a>
@@ -2256,7 +2330,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
                                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends T&gt;&nbsp;implClass)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#implClass-java.lang.Class-java.lang.Class-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Implementation classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses"><code>BeanContext.BEAN_implClasses</code></a>
@@ -2283,7 +2357,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.393">beanDictionary</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>...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean dictionary.
-
+ 
  <p>
  Adds to the list of classes that make up the bean dictionary in this bean context.
  
@@ -2310,10 +2384,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.399">beanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean dictionary.
-
+ 
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Object...-"><code>BeanContextBuilder.beanDictionary(Object...)</code></a> but takes in an array of classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>
@@ -2369,7 +2443,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
  
  <p>
  Removes from the list of classes that make up the bean dictionary in this bean context.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>
@@ -2393,7 +2467,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.417">beanTypePropertyName</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>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanTypePropertyName-java.lang.String-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean type property name.
-
+ 
  <p>
  This specifies the name of the bean property used to store the dictionary name of a bean type so that the
  parser knows the data type to reconstruct.
@@ -2422,7 +2496,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.423">locale</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#locale-java.util.Locale-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Locale.
-
+ 
+ <p>
+ Specifies a default locale for serializer and parser sessions.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_locale"><code>BeanContext.BEAN_locale</code></a>
@@ -2446,7 +2523,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.429">timeZone</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#timeZone-java.util.TimeZone-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  TimeZone.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_timeZone"><code>BeanContext.BEAN_timeZone</code></a>
@@ -2470,10 +2547,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.435">mediaType</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#mediaType-org.apache.juneau.http.MediaType-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Media type.
-
+ 
  <p>
  Specifies a default media type value for serializer and parser sessions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_mediaType"><code>BeanContext.BEAN_mediaType</code></a>
@@ -2497,10 +2574,10 @@ extends <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title=
 <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/HtmlParserBuilder.html#line.441">debug</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#debug--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Debug mode.
-
+ 
  <p>
  Shortcut for calling <code>debug(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_debug"><code>BeanContext.BEAN_debug</code></a>