http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/MessageBundle.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/MessageBundle.html b/content/site/apidocs/org/apache/juneau/utils/MessageBundle.html index 80f3b8f..6943ce7 100644 --- a/content/site/apidocs/org/apache/juneau/utils/MessageBundle.html +++ b/content/site/apidocs/org/apache/juneau/utils/MessageBundle.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MessageBundle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MessageBundle (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MessageBundle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MessageBundle (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../org/apache/juneau/annotation/ThreadSafe.html" title="annotation in org.apache.juneau.annotation">@ThreadSafe</a> -public class <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.42">MessageBundle</a> +public class <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.43">MessageBundle</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a></pre> <div class="block">Wraps a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util"><code>ResourceBundle</code></a> to provide some useful additional functionality. <ul class='spaced-list'> @@ -317,7 +317,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockListLast"> <li class="blockList"> <h4>MessageBundle</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.83">MessageBundle</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><?> forClass, +<pre>public <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.84">MessageBundle</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><?> forClass, <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> bundlePath)</pre> <div class="block">Constructor.</div> <dl> @@ -343,7 +343,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>setClientLocale</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.71">setClientLocale</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> locale)</pre> +<pre>public static void <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.72">setClientLocale</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> locale)</pre> <div class="block">Sets the locale for this thread so that calls to <a href="../../../../org/apache/juneau/utils/MessageBundle.html#getClientString-java.lang.String-java.lang.Object...-"><code>getClientString(String, Object...)</code></a> return messages in that locale.</div> <dl> @@ -358,7 +358,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>addSearchPath</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in org.apache.juneau.utils">MessageBundle</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.139">addSearchPath</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><?> forClass, +<pre>public <a href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in org.apache.juneau.utils">MessageBundle</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.140">addSearchPath</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><?> forClass, <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> bundlePath)</pre> <div class="block">Add another bundle path to this resource bundle. Order of property lookup is first-to-last. @@ -380,7 +380,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>containsKey</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.150">containsKey</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> key)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.151">containsKey</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> key)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true#containsKey-java.lang.String-" title="class or interface in java.util">containsKey</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a></code></dd> @@ -393,7 +393,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>getString</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/utils/MessageBundle.html#line.161">getString</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> key, +<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/utils/MessageBundle.html#line.162">getString</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> key, <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>... args)</pre> <div class="block">Similar to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true#getString-java.lang.String-" title="class or interface in java.util"><code>ResourceBundle.getString(String)</code></a> except allows you to pass in <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a> objects.</div> <dl> @@ -411,7 +411,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>getString</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/utils/MessageBundle.html#line.178">getString</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> locale, +<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/utils/MessageBundle.html#line.177">getString</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> locale, <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> key, <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>... args)</pre> <div class="block">Same as <a href="../../../../org/apache/juneau/utils/MessageBundle.html#getString-java.lang.String-java.lang.Object...-"><code>getString(String, Object...)</code></a> but allows you to specify the locale.</div> @@ -431,7 +431,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>getClientString</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/utils/MessageBundle.html#line.191">getClientString</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> key, +<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/utils/MessageBundle.html#line.190">getClientString</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> key, <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>... args)</pre> <div class="block">Same as <a href="../../../../org/apache/juneau/utils/MessageBundle.html#getString-java.lang.String-java.lang.Object...-"><code>getString(String, Object...)</code></a> but uses the locale specified on the call to <a href="../../../../org/apache/juneau/utils/MessageBundle.html#setClientLocale-java.util.Locale-"><code>setClientLocale(Locale)</code></a>.</div> <dl> @@ -449,7 +449,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>findFirstString</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/utils/MessageBundle.html#line.201">findFirstString</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>... keys)</pre> +<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/utils/MessageBundle.html#line.200">findFirstString</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>... keys)</pre> <div class="block">Looks for all the specified keys in the resource bundle and returns the first value that exists.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -465,7 +465,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>findFirstString</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/utils/MessageBundle.html#line.218">findFirstString</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> locale, +<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/utils/MessageBundle.html#line.217">findFirstString</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> locale, <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>... keys)</pre> <div class="block">Same as <a href="../../../../org/apache/juneau/utils/MessageBundle.html#findFirstString-java.lang.String...-"><code>findFirstString(String...)</code></a>, but uses the specified locale.</div> <dl> @@ -483,7 +483,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>keySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.224">keySet</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.223">keySet</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true#keySet--" title="class or interface in java.util">keySet</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a></code></dd> @@ -496,7 +496,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>keySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.234">keySet</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> prefix)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.233">keySet</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> prefix)</pre> <div class="block">Returns all keys in this resource bundle with the specified prefix.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -512,7 +512,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>getKeys</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util">Enumeration</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.244">getKeys</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util">Enumeration</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.243">getKeys</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true#getKeys--" title="class or interface in java.util">getKeys</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a></code></dd> @@ -525,7 +525,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>handleGetObject</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.251">handleGetObject</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> key)</pre> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.250">handleGetObject</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> key)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true#handleGetObject-java.lang.String-" title="class or interface in java.util">handleGetObject</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a></code></dd> @@ -538,7 +538,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockList"> <li class="blockList"> <h4>toObjectMap</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/utils/MessageBundle.html#line.280">toObjectMap</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/utils/MessageBundle.html#line.279">toObjectMap</a>()</pre> <div class="block">Returns this resource bundle as an <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau"><code>ObjectMap</code></a>. <p> Useful for debugging purposes. @@ -558,7 +558,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBund <ul class="blockListLast"> <li class="blockList"> <h4>getBundle</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in org.apache.juneau.utils">MessageBundle</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.293">getBundle</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> locale)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/MessageBundle.html" title="class in org.apache.juneau.utils">MessageBundle</a> <a href="../../../../src-html/org/apache/juneau/utils/MessageBundle.html#line.292">getBundle</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> locale)</pre> <div class="block">Returns the resource bundle for the specified locale.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/MetadataMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/MetadataMap.html b/content/site/apidocs/org/apache/juneau/utils/MetadataMap.html index ca0033d..dbf75bd 100644 --- a/content/site/apidocs/org/apache/juneau/utils/MetadataMap.html +++ b/content/site/apidocs/org/apache/juneau/utils/MetadataMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MetadataMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MetadataMap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MetadataMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MetadataMap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ObjectUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ObjectUtils.html b/content/site/apidocs/org/apache/juneau/utils/ObjectUtils.html index f66aac4..9292511 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ObjectUtils.html +++ b/content/site/apidocs/org/apache/juneau/utils/ObjectUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ObjectUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ObjectUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ObjectUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/PojoIntrospector.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/PojoIntrospector.html b/content/site/apidocs/org/apache/juneau/utils/PojoIntrospector.html index 56aef38..8b74766 100644 --- a/content/site/apidocs/org/apache/juneau/utils/PojoIntrospector.html +++ b/content/site/apidocs/org/apache/juneau/utils/PojoIntrospector.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PojoIntrospector (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PojoIntrospector (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PojoIntrospector (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PojoIntrospector (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/PojoQuery.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/PojoQuery.html b/content/site/apidocs/org/apache/juneau/utils/PojoQuery.html index 2e72f1b..7be5750 100644 --- a/content/site/apidocs/org/apache/juneau/utils/PojoQuery.html +++ b/content/site/apidocs/org/apache/juneau/utils/PojoQuery.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PojoQuery (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PojoQuery (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PojoQuery (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PojoQuery (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.183">PojoQuery</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.184">PojoQuery</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Designed to provide search/view/sort/paging filtering on tabular in-memory POJO models. <p> @@ -344,7 +344,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>PojoQuery</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.195">PojoQuery</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> input, +<pre>public <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.196">PojoQuery</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> input, <a href="../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> session)</pre> <div class="block">Constructor.</div> <dl> @@ -368,7 +368,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>filter</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a> <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.208">filter</a>(<a href="../../../../org/apache/juneau/utils/SearchArgs.html" title="class in org.apache.juneau.utils">SearchArgs</a> args)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a> <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.209">filter</a>(<a href="../../../../org/apache/juneau/utils/SearchArgs.html" title="class in org.apache.juneau.utils">SearchArgs</a> args)</pre> <div class="block">Filters the input object as a collection of maps.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -385,7 +385,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>setValidTimestampFormats</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.609">setValidTimestampFormats</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>... s)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/utils/PojoQuery.html#line.641">setValidTimestampFormats</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>... s)</pre> <div class="block">Use this method to override the allowed search patterns when used in locales where time formats are different.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/PojoRest.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/PojoRest.html b/content/site/apidocs/org/apache/juneau/utils/PojoRest.html index d21f1e5..cd1e48f 100644 --- a/content/site/apidocs/org/apache/juneau/utils/PojoRest.html +++ b/content/site/apidocs/org/apache/juneau/utils/PojoRest.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PojoRest (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PojoRest (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PojoRest (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PojoRest (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/PojoRestException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/PojoRestException.html b/content/site/apidocs/org/apache/juneau/utils/PojoRestException.html index 7a57b5e..b3a7a3d 100644 --- a/content/site/apidocs/org/apache/juneau/utils/PojoRestException.html +++ b/content/site/apidocs/org/apache/juneau/utils/PojoRestException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PojoRestException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>PojoRestException (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PojoRestException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="PojoRestException (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -108,6 +108,9 @@ var activeTableTab = "activeTableTab"; <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</a></li> <li> <ul class="inheritance"> +<li><a href="../../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau">org.apache.juneau.FormattedRuntimeException</a></li> +<li> +<ul class="inheritance"> <li>org.apache.juneau.utils.PojoRestException</li> </ul> </li> @@ -118,6 +121,8 @@ var activeTableTab = "activeTableTab"; </ul> </li> </ul> +</li> +</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> @@ -127,8 +132,8 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.30">PojoRestException</a> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></pre> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.32">PojoRestException</a> +extends <a href="../../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau">FormattedRuntimeException</a></pre> <div class="block">Generic exception thrown from the <a href="../../../../org/apache/juneau/utils/PojoRest.html" title="class in org.apache.juneau.utils"><code>PojoRest</code></a> class. <p> Typically, this is a user-error, such as trying to address a non-existent node in the tree. @@ -223,7 +228,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockListLast"> <li class="blockList"> <h4>PojoRestException</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.43">PojoRestException</a>(int status, +<pre>public <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.45">PojoRestException</a>(int status, <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> message, <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>... args)</pre> <div class="block">Constructor.</div> @@ -249,7 +254,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockListLast"> <li class="blockList"> <h4>getStatus</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.55">getStatus</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/PojoRestException.html#line.57">getStatus</a>()</pre> <div class="block">The HTTP-equivalent status code. <p> See above for details.</div> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.Matcher.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.Matcher.html b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.Matcher.html index 682105b..91b42b7 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.Matcher.html +++ b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.Matcher.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ProcBuilder.Matcher (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ProcBuilder.Matcher (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ProcBuilder.Matcher (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ProcBuilder.Matcher (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html index e63fe45..f065b50 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html +++ b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ProcBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ProcBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ProcBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ProcBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/SearchArgs.Builder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/SearchArgs.Builder.html b/content/site/apidocs/org/apache/juneau/utils/SearchArgs.Builder.html index f61da5c..a301036 100644 --- a/content/site/apidocs/org/apache/juneau/utils/SearchArgs.Builder.html +++ b/content/site/apidocs/org/apache/juneau/utils/SearchArgs.Builder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SearchArgs.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SearchArgs.Builder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SearchArgs.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SearchArgs.Builder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/SearchArgs.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/SearchArgs.html b/content/site/apidocs/org/apache/juneau/utils/SearchArgs.html index 91da88f..ed503db 100644 --- a/content/site/apidocs/org/apache/juneau/utils/SearchArgs.html +++ b/content/site/apidocs/org/apache/juneau/utils/SearchArgs.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SearchArgs (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SearchArgs (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SearchArgs (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SearchArgs (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/StringMessage.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/StringMessage.html b/content/site/apidocs/org/apache/juneau/utils/StringMessage.html index 1668605..76911de 100644 --- a/content/site/apidocs/org/apache/juneau/utils/StringMessage.html +++ b/content/site/apidocs/org/apache/juneau/utils/StringMessage.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringMessage (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StringMessage (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringMessage (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StringMessage (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.27">StringMessage</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.29">StringMessage</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>, <a href="../../../../org/apache/juneau/Writable.html" title="interface in org.apache.juneau">Writable</a></pre> <div class="block">An encapsulated MessageFormat-style string and arguments. @@ -221,7 +221,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockListLast"> <li class="blockList"> <h4>StringMessage</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.39">StringMessage</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> pattern, +<pre>public <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.41">StringMessage</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> pattern, <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>... args)</pre> <div class="block">Constructor.</div> <dl> @@ -245,7 +245,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockList"> <li class="blockList"> <h4>writeTo</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.45">writeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w) +<pre>public void <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.47">writeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/juneau/Writable.html#writeTo-java.io.Writer-">Writable</a></code></span></div> <div class="block">Serialize this object to the specified writer.</div> @@ -265,7 +265,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockList"> <li class="blockList"> <h4>getMediaType</h4> -<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.51">getMediaType</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a> <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.53">getMediaType</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/juneau/Writable.html#getMediaType--">Writable</a></code></span></div> <div class="block">Returns the serialized media type for this resource (e.g. <js>"text/html"</js>)</div> <dl> @@ -282,7 +282,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockList"> <li class="blockList"> <h4>charAt</h4> -<pre>public char <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.57">charAt</a>(int index)</pre> +<pre>public char <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.59">charAt</a>(int index)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true#charAt-int-" title="class or interface in java.lang">charAt</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a></code></dd> @@ -295,7 +295,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockList"> <li class="blockList"> <h4>length</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.62">length</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.64">length</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true#length--" title="class or interface in java.lang">length</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a></code></dd> @@ -308,7 +308,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockList"> <li class="blockList"> <h4>subSequence</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.67">subSequence</a>(int start, +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> <a href="../../../../src-html/org/apache/juneau/utils/StringMessage.html#line.69">subSequence</a>(int start, int end)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -322,7 +322,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSeque <ul class="blockListLast"> <li class="blockList"> <h4>toString</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/utils/StringMessage.html#line.72">toString</a>()</pre> +<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/utils/StringMessage.html#line.74">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a></code></dd> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/StringObject.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/StringObject.html b/content/site/apidocs/org/apache/juneau/utils/StringObject.html index a5767c5..d015aa3 100644 --- a/content/site/apidocs/org/apache/juneau/utils/StringObject.html +++ b/content/site/apidocs/org/apache/juneau/utils/StringObject.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringObject (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StringObject (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringObject (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StringObject (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ZipFileList.FileEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.FileEntry.html b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.FileEntry.html index fd726cd..ca4d23b 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.FileEntry.html +++ b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.FileEntry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ZipFileList.FileEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ZipFileList.FileEntry (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ZipFileList.FileEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ZipFileList.FileEntry (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ZipFileList.ZipFileEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.ZipFileEntry.html b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.ZipFileEntry.html index fed9404..c7869ad 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.ZipFileEntry.html +++ b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.ZipFileEntry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ZipFileList.ZipFileEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ZipFileList.ZipFileEntry (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ZipFileList.ZipFileEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ZipFileList.ZipFileEntry (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/ZipFileList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.html b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.html index 58dad38..195d600 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ZipFileList.html +++ b/content/site/apidocs/org/apache/juneau/utils/ZipFileList.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ZipFileList (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ZipFileList (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ZipFileList (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ZipFileList (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/package-frame.html b/content/site/apidocs/org/apache/juneau/utils/package-frame.html index 62a375b..80111be 100644 --- a/content/site/apidocs/org/apache/juneau/utils/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/utils/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.utils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.utils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/package-summary.html b/content/site/apidocs/org/apache/juneau/utils/package-summary.html index cfa6aee..f5248d3 100644 --- a/content/site/apidocs/org/apache/juneau/utils/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/utils/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.utils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.utils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.utils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.utils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/utils/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/package-tree.html b/content/site/apidocs/org/apache/juneau/utils/package-tree.html index 66c8856..fcd1797 100644 --- a/content/site/apidocs/org/apache/juneau/utils/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/utils/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.utils Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.utils Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.juneau.utils Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.utils Class Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -153,6 +153,8 @@ <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">RuntimeException</span></a> <ul> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau"><span class="typeNameLink">FormattedRuntimeException</span></a> +<ul> <li type="circle">org.apache.juneau.utils.<a href="../../../../org/apache/juneau/utils/PojoRestException.html" title="class in org.apache.juneau.utils"><span class="typeNameLink">PojoRestException</span></a></li> </ul> </li> @@ -160,6 +162,8 @@ </li> </ul> </li> +</ul> +</li> <li type="circle">org.apache.juneau.utils.<a href="../../../../org/apache/juneau/utils/ZipFileList.FileEntry.html" title="class in org.apache.juneau.utils"><span class="typeNameLink">ZipFileList.FileEntry</span></a> (implements org.apache.juneau.utils.<a href="../../../../org/apache/juneau/utils/ZipFileList.ZipFileEntry.html" title="interface in org.apache.juneau.utils">ZipFileList.ZipFileEntry</a>)</li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/Namespace.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/Namespace.html b/content/site/apidocs/org/apache/juneau/xml/Namespace.html index 417dd8c..bbb9174 100644 --- a/content/site/apidocs/org/apache/juneau/xml/Namespace.html +++ b/content/site/apidocs/org/apache/juneau/xml/Namespace.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Namespace (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Namespace (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Namespace (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Namespace (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/NamespaceFactory.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/NamespaceFactory.html b/content/site/apidocs/org/apache/juneau/xml/NamespaceFactory.html index 997cbef..31fd51f 100644 --- a/content/site/apidocs/org/apache/juneau/xml/NamespaceFactory.html +++ b/content/site/apidocs/org/apache/juneau/xml/NamespaceFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NamespaceFactory (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>NamespaceFactory (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="NamespaceFactory (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="NamespaceFactory (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlBeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlBeanMeta.html b/content/site/apidocs/org/apache/juneau/xml/XmlBeanMeta.html index 9739135..2a6c54b 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlBeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlBeanMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlBeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlBeanMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlBeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlBeanMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlBeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlBeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/xml/XmlBeanPropertyMeta.html index b842614..37eeafa 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlBeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlBeanPropertyMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlBeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlBeanPropertyMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlBeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlBeanPropertyMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html b/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html index fb6ef7b..7f3e042 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlClassMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlClassMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.Ns.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.Ns.html b/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.Ns.html index 8641369..4fab099 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.Ns.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.Ns.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlDocSerializer.Ns (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlDocSerializer.Ns (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlDocSerializer.Ns (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlDocSerializer.Ns (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.html b/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.html index 904245c..db6cf9c 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlDocSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlDocSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlDocSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlDocSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlDocSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParser.html b/content/site/apidocs/org/apache/juneau/xml/XmlParser.html index 2cbc8eb..88a74d3 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlParser.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlParser (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlParser (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html b/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html index e680fe7..91074db 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlParserBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlParserBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html b/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html index 132325e..0f946ab 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlParserContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlParserContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlParserContext (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParserSession.html b/content/site/apidocs/org/apache/juneau/xml/XmlParserSession.html index 68fdd3b..0c9d47c 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlParserSession.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlParserSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlParserSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlParserSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlSchemaDocSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaDocSerializer.html b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaDocSerializer.html index df711fe..81f469a 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaDocSerializer.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaDocSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlSchemaDocSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlSchemaDocSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlSchemaDocSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlSchemaDocSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html index f4cb102..4066dba 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlSchemaSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlSchemaSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlSchemaSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlSchemaSerializer (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -134,7 +134,7 @@ var activeTableTab = "activeTableTab"; <br> <pre><a href="../../../../org/apache/juneau/annotation/Produces.html" title="annotation in org.apache.juneau.annotation">@Produces</a>(<a href="../../../../org/apache/juneau/annotation/Produces.html#value--">value</a>="text/xml+schema", <a href="../../../../org/apache/juneau/annotation/Produces.html#contentType--">contentType</a>="text/xml") -public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.59">XmlSchemaSerializer</a> +public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.58">XmlSchemaSerializer</a> extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="class in org.apache.juneau.xml">XmlSerializer</a></pre> <div class="block">Serializes POJO metadata to HTTP responses as XML. @@ -317,7 +317,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>XmlSchemaSerializer</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.67">XmlSchemaSerializer</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/xml/XmlSchemaSerializer.html#line.66">XmlSchemaSerializer</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> @@ -331,7 +331,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>XmlSchemaSerializer</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.76">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore, +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.75">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> overrideProperties)</pre> <div class="block">Constructor</div> <dl> @@ -355,7 +355,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>doSerialize</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.82">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/xml/XmlSchemaSerializer.html#line.81">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> @@ -380,7 +380,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>getValidator</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/validation/Validator.html?is-external=true" title="class or interface in javax.xml.validation">Validator</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.105">getValidator</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/validation/Validator.html?is-external=true" title="class or interface in javax.xml.validation">Validator</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.104">getValidator</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">Returns an XML-Schema validator based on the output returned by <a href="../../../../org/apache/juneau/xml/XmlSchemaSerializer.html#doSerialize-org.apache.juneau.serializer.SerializerSession-java.lang.Object-"><code>doSerialize(SerializerSession, Object)</code></a>;</div> @@ -402,7 +402,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>createSession</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.585">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/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.584">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, http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html index 24e8945..9fec201 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlSchemaSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>XmlSchemaSerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlSchemaSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="XmlSchemaSerializerBuilder (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {