http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializer.html b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializer.html index eb15a41..526c2e8 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializer.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializer.html @@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Expanded</a>, <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Readable</a></dd> +<dd><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Expanded</a>, <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.PlainText</a>, <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Readable</a></dd> </dl> <hr> <br> @@ -266,6 +266,12 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html </tr> <tr class="rowColor"> <td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.PlainText</a></span></code> +<div class="block">Equivalent to <code><jk>new</jk> UrlEncodingSerializerBuilder().plainTextParts().build();</code>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Readable</a></span></code> <div class="block">Equivalent to <code><jk>new</jk> UrlEncodingSerializerBuilder().useWhitespace(<jk>true</jk>).build();</code>.</div> </td> @@ -306,6 +312,12 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html#DEFAULT_PLAINTEXT">DEFAULT_PLAINTEXT</a></span></code> +<div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer.PlainText</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html#DEFAULT_READABLE">DEFAULT_READABLE</a></span></code> <div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer.Readable</code></a>.</div> </td> @@ -405,7 +417,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <!-- --> </a> <h3>Methods inherited from class org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializer.html" title="class in org.apache.juneau.uon">UonSerializer</a></h3> -<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#serializeAnything-org.apache.juneau.uon.UonSerializerSession-org.apache.juneau.uon.UonWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.BeanPropertyMeta-boolean-">serializeAnything</a></code></li> +<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#serializeAnything-org.apache.juneau.uon.UonSerializerSession-org.apache.juneau.uon.UonWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.BeanPropertyMeta-">serializeAnything</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.serializer.WriterSerializer"> @@ -459,13 +471,23 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer</code></a>, all default settings.</div> </li> </ul> +<a name="DEFAULT_PLAINTEXT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEFAULT_PLAINTEXT</h4> +<pre>public static final <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.141">DEFAULT_PLAINTEXT</a></pre> +<div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer.PlainText</code></a>.</div> +</li> +</ul> <a name="DEFAULT_EXPANDED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEFAULT_EXPANDED</h4> -<pre>public static final <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.141">DEFAULT_EXPANDED</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.144">DEFAULT_EXPANDED</a></pre> <div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer.Expanded</code></a>.</div> </li> </ul> @@ -475,7 +497,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockListLast"> <li class="blockList"> <h4>DEFAULT_READABLE</h4> -<pre>public static final <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.144">DEFAULT_READABLE</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.147">DEFAULT_READABLE</a></pre> <div class="block">Reusable instance of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer.Readable</code></a>.</div> </li> </ul> @@ -493,7 +515,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockListLast"> <li class="blockList"> <h4>UrlEncodingSerializer</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.192">UrlEncodingSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.213">UrlEncodingSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -515,7 +537,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockList"> <li class="blockList"> <h4>builder</h4> -<pre>public <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.198">builder</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.219">builder</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObject.html#builder--">CoreObject</a></code></span></div> <div class="block">Creates a new builder class for this object so that a new object can be created that expands upon the current object's settings.</div> @@ -533,7 +555,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockList"> <li class="blockList"> <h4>getOverrideProperties</h4> -<pre>protected <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.203">getOverrideProperties</a>()</pre> +<pre>protected <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.224">getOverrideProperties</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObject.html#getOverrideProperties--">CoreObject</a></code></span></div> <div class="block">Method used by subclasses to override context factory properties for just this instance without modifying the context factory itself. @@ -554,7 +576,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockList"> <li class="blockList"> <h4>createSession</h4> -<pre>public <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.429">createSession</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> output, +<pre>public <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.448">createSession</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> output, <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a> javaMethod, <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> locale, @@ -604,7 +626,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockList"> <li class="blockList"> <h4>doSerialize</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.434">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializer.html#line.453">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, <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> o) 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: <code><a href="../../../../org/apache/juneau/serializer/Serializer.html#doSerialize-org.apache.juneau.serializer.SerializerSession-java.lang.Object-">Serializer</a></code></span></div> @@ -629,7 +651,7 @@ implements <a href="../../../../org/apache/juneau/serializer/PartSerializer.html <ul class="blockListLast"> <li class="blockList"> <h4>serialize</h4> -<pre>public <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/urlencoding/UrlEncodingSerializer.html#line.440">serialize</a>(<a href="../../../../org/apache/juneau/serializer/PartType.html" title="enum in org.apache.juneau.serializer">PartType</a> type, +<pre>public <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/urlencoding/UrlEncodingSerializer.html#line.459">serialize</a>(<a href="../../../../org/apache/juneau/serializer/PartType.html" title="enum in org.apache.juneau.serializer">PartType</a> type, <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> value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/juneau/serializer/PartSerializer.html#serialize-org.apache.juneau.serializer.PartType-java.lang.Object-">PartSerializer</a></code></span></div> <div class="block">Converts the specified value to a string that can be used as an HTTP header value, query parameter value,
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html index 265f0e3..685f259 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html @@ -889,7 +889,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerBuilder.html" ti <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a></dd> +<dd><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat"><code>UonSerializerContext.UON_paramFormat</code></a></dd> </dl> </li> </ul> @@ -905,7 +905,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerBuilder.html" ti <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a></dd> +<dd><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat"><code>UonSerializerContext.UON_paramFormat</code></a></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html index e18dbc7..a5ab603 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html @@ -74,13 +74,13 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> +<li><a href="#fields.inherited.from.class.org.apache.juneau.uon.UonSerializerContext">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> +<li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> @@ -148,25 +148,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti <!-- --> </a> <h3>Field Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat">URLENC_paramFormat</a></span></code> -<div class="block"><b>Configuration property:</b> Format to use for top-level query names and simple parameters.</div> -</td> -</tr> -</table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.uon.UonSerializerContext"> <!-- --> </a> <h3>Fields inherited from class org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" title="class in org.apache.juneau.uon">UonSerializerContext</a></h3> -<code><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_addBeanTypeProperties">UON_addBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_encodeChars">UON_encodeChars</a></code></li> +<code><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_addBeanTypeProperties">UON_addBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_encodeChars">UON_encodeChars</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat">UON_paramFormat</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.serializer.SerializerContext"> @@ -223,6 +210,13 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti </tr> </table> <ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.uon.UonSerializerContext"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" title="class in org.apache.juneau.uon">UonSerializerContext</a></h3> +<code><a href="../../../../org/apache/juneau/uon/UonSerializerContext.html#plainTextParams--">plainTextParams</a></code></li> +</ul> +<ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.BeanContext"> <!-- --> </a> @@ -251,49 +245,6 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti <div class="details"> <ul class="blockList"> <li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field.detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="URLENC_paramFormat"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>URLENC_paramFormat</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#line.52">URLENC_paramFormat</a></pre> -<div class="block"><b>Configuration property:</b> Format to use for top-level query names and simple parameters. - <p> - <ul> - <li><b>Name:</b> <js>"UrlEncodingSerializer.paramFormat"</js> - <li><b>Data type:</b> <code>String</code> - <li><b>Default:</b> <js>"UON"</js> - <li><b>Session-overridable:</b> <jk>true</jk> - </ul> - <p> - Specifies the format to use for URL GET parameter keys and values. - <p> - The possible values are: - <ul> - <li><js>"UON"</js> (default) - Use UON notation for values. - <br>String values such as <js>"(foo='bar')"</js> will end up being quoted and escaped to <js>"'(foo=bar~'baz~')'"</js>. - <br>Similarly, boolean and numeric values will also end up quoted. - <li><js>"PLAINTEXT"</js> (default) - Serialize as plain text. - <br>Strings will never be quoted or escaped. - <br>Note that this can cause errors during parsing if you're using the URL-encoding parser to parse - the results since UON constructs won't be differentiatable. - <br>However, this is not an issue if you're simply creating queries or form posts against 3rd-party interfaces. - </ul></div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../constant-values.html#org.apache.juneau.urlencoding.UrlEncodingSerializerContext.URLENC_paramFormat">Constant Field Values</a></dd> -</dl> -</li> -</ul> -</li> -</ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> @@ -306,7 +257,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>UrlEncodingSerializerContext</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#line.66">UrlEncodingSerializerContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#line.39">UrlEncodingSerializerContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</pre> <div class="block">Constructor. <p> Typically only called from <a href="../../../../org/apache/juneau/PropertyStore.html#getContext-java.lang.Class-"><code>PropertyStore.getContext(Class)</code></a>.</div> @@ -330,7 +281,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>asMap</h4> -<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#line.73">asMap</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#line.45">asMap</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <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> @@ -394,13 +345,13 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerContext.html" ti <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> +<li><a href="#fields.inherited.from.class.org.apache.juneau.uon.UonSerializerContext">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> +<li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html index 23d59f7..d406233 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -194,18 +194,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" ti <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>protected boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#plainTextParams--">plainTextParams</a></span>()</code> -<div class="block">Returns <jk>true</jk> if the <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a> is <js>"PLAINTEXT"</js>.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#shouldUseExpandedParams-org.apache.juneau.BeanPropertyMeta-">shouldUseExpandedParams</a></span>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</code> <div class="block">Returns <jk>true</jk> if the specified bean property should be expanded as multiple key-value pairs.</div> </td> </tr> -<tr id="i2" class="altColor"> +<tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#shouldUseExpandedParams-java.lang.Object-">shouldUseExpandedParams</a></span>(<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> value)</code> <div class="block">Returns <jk>true</jk> if the specified value should be represented as an expanded parameter list.</div> @@ -217,7 +211,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" ti <!-- --> </a> <h3>Methods inherited from class org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" title="class in org.apache.juneau.uon">UonSerializerSession</a></h3> -<code><a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#getWriter--">getWriter</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#isAddBeanTypeProperties--">isAddBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#isEncodeChars--">isEncodeChars</a></code></li> +<code><a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#getWriter--">getWriter</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#isAddBeanTypeProperties--">isAddBeanTypeProperties</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#isEncodeChars--">isEncodeChars</a>, <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html#isPlainTextParams--">isPlainTextParams</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.serializer.SerializerSession"> @@ -310,7 +304,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" ti <ul class="blockList"> <li class="blockList"> <h4>shouldUseExpandedParams</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#line.67">shouldUseExpandedParams</a>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#line.65">shouldUseExpandedParams</a>(<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</pre> <div class="block">Returns <jk>true</jk> if the specified bean property should be expanded as multiple key-value pairs.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -323,10 +317,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" ti <a name="shouldUseExpandedParams-java.lang.Object-"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>shouldUseExpandedParams</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#line.84">shouldUseExpandedParams</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> value)</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#line.82">shouldUseExpandedParams</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> value)</pre> <div class="block">Returns <jk>true</jk> if the specified value should be represented as an expanded parameter list.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -336,20 +330,6 @@ extends <a href="../../../../org/apache/juneau/uon/UonSerializerSession.html" ti </dl> </li> </ul> -<a name="plainTextParams--"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>plainTextParams</h4> -<pre>protected boolean <a href="../../../../src-html/org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#line.99">plainTextParams</a>()</pre> -<div class="block">Returns <jk>true</jk> if the <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a> is <js>"PLAINTEXT"</js>.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if the <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a> is <js>"PLAINTEXT"</js>.</dd> -</dl> -</li> -</ul> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/package-frame.html b/content/site/apidocs/org/apache/juneau/urlencoding/package-frame.html index ed07997..1ff8d12 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/package-frame.html @@ -21,6 +21,7 @@ <li><a href="UrlEncodingParserSession.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingParserSession</a></li> <li><a href="UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializer</a></li> <li><a href="UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializer.Expanded</a></li> +<li><a href="UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializer.PlainText</a></li> <li><a href="UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializer.Readable</a></li> <li><a href="UrlEncodingSerializerBuilder.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializerBuilder</a></li> <li><a href="UrlEncodingSerializerContext.html" title="class in org.apache.juneau.urlencoding" target="classFrame">UrlEncodingSerializerContext</a></li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/package-summary.html b/content/site/apidocs/org/apache/juneau/urlencoding/package-summary.html index 8c559c1..1850fd9 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/package-summary.html @@ -134,24 +134,30 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.PlainText</a></td> +<td class="colLast"> +<div class="block">Equivalent to <code><jk>new</jk> UrlEncodingSerializerBuilder().plainTextParts().build();</code>.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Readable</a></td> <td class="colLast"> <div class="block">Equivalent to <code><jk>new</jk> UrlEncodingSerializerBuilder().useWhitespace(<jk>true</jk>).build();</code>.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerBuilder</a></td> <td class="colLast"> <div class="block">Builder class for building instances of URL-Encoding serializers.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerContext</a></td> <td class="colLast"> <div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer</code></a> class.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a></td> <td class="colLast"> <div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializer</code></a>.</div> @@ -596,12 +602,12 @@ <p> Another useful feature is the <a href="../../../../org/apache/juneau/annotation/Bean.html#propertyNamer--"><code>Bean.propertyNamer()</code></a> annotation that allows you to plug in your own logic for determining bean property names.<br> - The <a href="../../../../org/apache/juneau/PropertyNamerDashedLC.html" title="class in org.apache.juneau"><code>PropertyNamerDashedLC</code></a> is an example of an alternate property namer. + The <a href="../../../../org/apache/juneau/PropertyNamerDLC.html" title="class in org.apache.juneau"><code>PropertyNamerDLC</code></a> is an example of an alternate property namer. It converts bean property names to lowercase-dashed format. </p> <h6 class='figure'>Example:</h6> <p class='bcode'> - <ja>@Bean</ja>(propertyNamer=PropertyNamerDashedLC.<jk>class</jk>) + <ja>@Bean</ja>(propertyNamer=PropertyNamerDLC.<jk>class</jk>) <jk>public class</jk> Person { ... </p> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/urlencoding/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/urlencoding/package-tree.html b/content/site/apidocs/org/apache/juneau/urlencoding/package-tree.html index 56ddbf8..d727fea 100644 --- a/content/site/apidocs/org/apache/juneau/urlencoding/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/urlencoding/package-tree.html @@ -135,6 +135,7 @@ <li type="circle">org.apache.juneau.urlencoding.<a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer</span></a> (implements org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>) <ul> <li type="circle">org.apache.juneau.urlencoding.<a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.Expanded</span></a></li> +<li type="circle">org.apache.juneau.urlencoding.<a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.PlainText</span></a></li> <li type="circle">org.apache.juneau.urlencoding.<a href="../../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.Readable</span></a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/org/apache/juneau/xml/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/package-summary.html b/content/site/apidocs/org/apache/juneau/xml/package-summary.html index 7a8276b..96d6567 100644 --- a/content/site/apidocs/org/apache/juneau/xml/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/xml/package-summary.html @@ -2385,13 +2385,13 @@ <p> Another useful feature is the <a href="../../../../org/apache/juneau/annotation/Bean.html#propertyNamer--"><code>Bean.propertyNamer()</code></a> annotation that allows you to plug in your own logic for determining bean property names.<br> - The <a href="../../../../org/apache/juneau/PropertyNamerDashedLC.html" title="class in org.apache.juneau"><code>PropertyNamerDashedLC</code></a> is an example of an alternate property namer. + The <a href="../../../../org/apache/juneau/PropertyNamerDLC.html" title="class in org.apache.juneau"><code>PropertyNamerDLC</code></a> is an example of an alternate property namer. It converts bean property names to lowercase-dashed format. </p> <h6 class='figure'>Example</h6> <p class='bcode'> <ja>@Xml</ja>(prefix=<js>"per"</js>) - <ja>@Bean</ja>(typeName=<js>"person"</js>,propertyNamer=PropertyNamerDashedLC.<jk>class</jk>) + <ja>@Bean</ja>(typeName=<js>"person"</js>,propertyNamer=PropertyNamerDLC.<jk>class</jk>) <jk>public class</jk> Person { ... </p> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/overview-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/overview-summary.html b/content/site/apidocs/overview-summary.html index 127161f..48e5d7a 100644 --- a/content/site/apidocs/overview-summary.html +++ b/content/site/apidocs/overview-summary.html @@ -159,7 +159,9 @@ </tr> <tr class="altColor"> <td class="colFirst"><a href="org/apache/juneau/http/package-summary.html">org.apache.juneau.http</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">RFC2616 HTTP Headers</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="org/apache/juneau/ini/package-summary.html">org.apache.juneau.ini</a></td> @@ -6575,6 +6577,17 @@ <li><a href="org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_uriRelativity"><code>SerializerContext.SERIALIZER_uriRelativity</code></a> <li><a href="org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_uriResolution"><code>SerializerContext.SERIALIZER_uriResolution</code></a> </ul> + <li>New annotation property: <a href="org/apache/juneau/annotation/BeanProperty.html#value--"><code>BeanProperty.value()</code></a>. + <br>The following two annotations are considered equivalent: + <p class='bcode'> + <ja>@BeanProperty</ja>(name=<js>"foo"</js>) + + <ja>@BeanProperty</ja>(<js>"foo"</js>) + </p> + <li>Fixed a race condition in ClassMeta. + <li><jsf>URLENC_paramFormat</jsf> has been moved to <a href="org/apache/juneau/uon/UonSerializerContext.html#UON_paramFormat"><code>UonSerializerContext.UON_paramFormat</code></a>, + and the UON/URL-Encoding serializers will now always serialize all values as plain text. + <br>This means that arrays and maps are converted to simple comma-delimited lists. </ul> <h6 class='topic'>org.apache.juneau.rest</h6> @@ -6806,11 +6819,11 @@ <br><ja>@Remoteable</ja> annotation has been moved to this package. <li>Updated doc: <a class='doclink' href='#Remoteable'>6 - Remoteable Services</a> <li>New doc: <a class='doclink' href='#Remoteable.3rdParty'>6.1 - Interface proxies against 3rd-party REST interfaces</a> - <li>New URL-encoding serializer setting: <a href="org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a> + <li>New URL-encoding serializer setting: <code><del>UrlEncodingSerializerContext.URLENC_paramFormat</del></code>. <li>New methods on <a href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingSerializerBuilder</code></a>: <ul> <li><a href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html#paramFormat-java.lang.String-"><code>paramFormat(String)</code></a> - <li><a href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html#plainTextParams--"><code>plainTextParams()</code></a> + <li><code><del>UrlEncodingSerializerBuilder.plainTextParams()</del></code> </ul> </ul> @@ -6969,7 +6982,7 @@ <ul> <li><a href="org/apache/juneau/rest/client/RestClientBuilder.html#executorService-java.util.concurrent.ExecutorService-boolean-"><code>executorService(ExecutorService,boolean)</code></a> <li><a href="org/apache/juneau/rest/client/RestClientBuilder.html#paramFormat-java.lang.String-"><code>paramFormat(ExecutorService,boolean)</code></a> - <li><a href="org/apache/juneau/rest/client/RestClientBuilder.html#plainTextParams--"><code>plainTextParams()</code></a> + <li><code><del>RestClientBuilder.plainTextParams()</del></code> <li><a href="org/apache/juneau/rest/client/RestClientBuilder.html#noTrace--"><code>noTrace()</code></a> - Adds a <code>No-Trace: true</code> header on all requests to prevent the servlet from logging errors. <br>Useful for testing scenarios when you don't want the console to end up showing errors done on purpose. http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/19e9b7df/content/site/apidocs/overview-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/overview-tree.html b/content/site/apidocs/overview-tree.html index 683d20a..e457e79 100644 --- a/content/site/apidocs/overview-tree.html +++ b/content/site/apidocs/overview-tree.html @@ -465,6 +465,7 @@ <li type="circle">org.apache.juneau.urlencoding.<a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer</span></a> (implements org.apache.juneau.serializer.<a href="org/apache/juneau/serializer/PartSerializer.html" title="interface in org.apache.juneau.serializer">PartSerializer</a>) <ul> <li type="circle">org.apache.juneau.urlencoding.<a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.Expanded</span></a></li> +<li type="circle">org.apache.juneau.urlencoding.<a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.PlainText</span></a></li> <li type="circle">org.apache.juneau.urlencoding.<a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding"><span class="typeNameLink">UrlEncodingSerializer.Readable</span></a></li> </ul> </li> @@ -1004,8 +1005,9 @@ </li> <li type="circle">org.apache.juneau.utils.<a href="org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils"><span class="typeNameLink">ProcBuilder</span></a></li> <li type="circle">org.apache.juneau.utils.<a href="org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils"><span class="typeNameLink">ProcBuilder.Matcher</span></a></li> -<li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyNamerDashedLC.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyNamerDashedLC</span></a> (implements org.apache.juneau.<a href="org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>)</li> <li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyNamerDefault.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyNamerDefault</span></a> (implements org.apache.juneau.<a href="org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>)</li> +<li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyNamerDLC.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyNamerDLC</span></a> (implements org.apache.juneau.<a href="org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>)</li> +<li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyNamerULC.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyNamerULC</span></a> (implements org.apache.juneau.<a href="org/apache/juneau/PropertyNamer.html" title="interface in org.apache.juneau">PropertyNamer</a>)</li> <li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyStore</span></a></li> <li type="circle">org.apache.juneau.<a href="org/apache/juneau/PropertyStore.PropertyMap.html" title="class in org.apache.juneau"><span class="typeNameLink">PropertyStore.PropertyMap</span></a></li> <li type="circle">org.apache.juneau.rest.converters.<a href="org/apache/juneau/rest/converters/Queryable.html" title="class in org.apache.juneau.rest.converters"><span class="typeNameLink">Queryable</span></a> (implements org.apache.juneau.rest.<a href="org/apache/juneau/rest/RestConverter.html" title="interface in org.apache.juneau.rest">RestConverter</a>)</li>
