http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html b/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html index 4be3ff8..484ac12 100644 --- a/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html +++ b/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanDictionaryList (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanDictionaryList (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="BeanDictionaryList (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanDictionaryList (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/BeanDictionaryMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html b/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html index f6f60aa..518243e 100644 --- a/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html +++ b/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanDictionaryMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanDictionaryMap (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="BeanDictionaryMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanDictionaryMap (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/BeanMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMap.html b/content/site/apidocs/org/apache/juneau/BeanMap.html index 2448563..a3e5634 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMap.html +++ b/content/site/apidocs/org/apache/juneau/BeanMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanMap (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="BeanMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanMap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -125,7 +125,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.54">BeanMap</a><T> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.55">BeanMap</a><T> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</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>> implements <a href="../../../org/apache/juneau/Delegate.html" title="interface in org.apache.juneau">Delegate</a><T></pre> <div class="block">Java bean wrapper class. @@ -417,7 +417,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>bean</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.57">bean</a></pre> +<pre>protected <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.58">bean</a></pre> <div class="block">The wrapped object.</div> </li> </ul> @@ -427,7 +427,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>propertyCache</h4> -<pre>protected <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>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.60">propertyCache</a></pre> +<pre>protected <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>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.61">propertyCache</a></pre> <div class="block">Temporary holding cache for beans with read-only properties. Normally null.</div> </li> </ul> @@ -437,7 +437,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>arrayPropertyCache</h4> -<pre>protected <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/util/List.html?is-external=true" title="class or interface in java.util">List</a><?>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.63">arrayPropertyCache</a></pre> +<pre>protected <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/util/List.html?is-external=true" title="class or interface in java.util">List</a><?>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.64">arrayPropertyCache</a></pre> <div class="block">Temporary holding cache for bean properties of array types when the add() method is being used.</div> </li> </ul> @@ -447,7 +447,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockListLast"> <li class="blockList"> <h4>meta</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.66">meta</a></pre> +<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.67">meta</a></pre> <div class="block">The BeanMeta associated with the class of the object.</div> </li> </ul> @@ -467,7 +467,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockListLast"> <li class="blockList"> <h4>BeanMap</h4> -<pre>protected <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.78">BeanMap</a>(<a href="../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> session, +<pre>protected <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.79">BeanMap</a>(<a href="../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> session, <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> bean, <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> meta)</pre> <div class="block">Instance of this class are instantiated through the BeanContext class.</div> @@ -493,7 +493,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getMeta</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.92">getMeta</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.93">getMeta</a>()</pre> <div class="block">Returns the metadata associated with this bean map.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -507,7 +507,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getBeanSession</h4> -<pre>public final <a href="../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.101">getBeanSession</a>()</pre> +<pre>public final <a href="../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.102">getBeanSession</a>()</pre> <div class="block">Returns the bean session that created this bean map.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -521,7 +521,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getBean</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.112">getBean</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.113">getBean</a>()</pre> <div class="block">Returns the wrapped bean object. Triggers bean creation if bean has read-only properties set through a constructor defined by the <a href="../../../org/apache/juneau/annotation/BeanConstructor.html" title="annotation in org.apache.juneau.annotation"><code>BeanConstructor</code></a> annotation.</div> @@ -537,7 +537,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getBean</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.146">getBean</a>(boolean create)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.147">getBean</a>(boolean create)</pre> <div class="block">Returns the wrapped bean object. <p> If <code>create</code> is <jk>false</jk>, then this method may return <jk>null</jk> @@ -561,7 +561,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>put</h4> -<pre>public <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/BeanMap.html#line.203">put</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> property, +<pre>public <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/BeanMap.html#line.206">put</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> property, <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">Sets a property on the bean. <p> @@ -613,7 +613,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.229">add</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> property, +<pre>public void <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.232">add</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> property, <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">Add a value to a collection or array property. <p> @@ -632,7 +632,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre>public <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/BeanMap.html#line.275">get</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> property)</pre> +<pre>public <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/BeanMap.html#line.278">get</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> property)</pre> <div class="block">Gets a property on the bean. <p> If there is a <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this bean property or bean property type class, then @@ -680,7 +680,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getRaw</h4> -<pre>public <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/BeanMap.html#line.292">getRaw</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> property)</pre> +<pre>public <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/BeanMap.html#line.295">getRaw</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> property)</pre> <div class="block">Same as <a href="../../../org/apache/juneau/BeanMap.html#get-java.lang.Object-"><code>get(Object)</code></a> except bypasses the POJO filter associated with the bean property or bean filter associated with the bean class.</div> <dl> @@ -697,7 +697,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.316">load</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> input) +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.319">load</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> input) throws <a href="../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre> <div class="block">Convenience method for setting multiple property values by passing in JSON (or other) text. <p> @@ -725,7 +725,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.330">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r, +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.333">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r, <a href="../../../org/apache/juneau/parser/ReaderParser.html" title="class in org.apache.juneau.parser">ReaderParser</a> p) throws <a href="../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a>, <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> @@ -748,7 +748,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.344">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> entries)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.347">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> entries)</pre> <div class="block">Convenience method for loading this map with the contents of the specified map. <p> Identical to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#putAll-java.util.Map-" title="class or interface in java.util"><code>AbstractMap.putAll(Map)</code></a> except as a fluent-style method.</div> @@ -766,7 +766,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <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/BeanMap.html#line.355">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/BeanMap.html#line.358">keySet</a>()</pre> <div class="block">Returns the names of all properties associated with the bean. <p> The returned set is unmodifiable.</div> @@ -784,7 +784,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getProperty</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in org.apache.juneau">BeanMapEntry</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.383">getProperty</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> propertyName)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in org.apache.juneau">BeanMapEntry</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.386">getProperty</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> propertyName)</pre> <div class="block">Returns the specified property on this bean map. <p> Allows you to get and set an individual property on a bean without having a @@ -807,7 +807,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getPropertyMeta</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.396">getPropertyMeta</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> propertyName)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.399">getPropertyMeta</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> propertyName)</pre> <div class="block">Returns the metadata on the specified property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -823,7 +823,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getClassMeta</h4> -<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.409">getClassMeta</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.412">getClassMeta</a>()</pre> <div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of the wrapped bean.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -839,7 +839,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getValues</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="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.425">getValues</a>(boolean ignoreNulls, +<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="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.428">getValues</a>(boolean ignoreNulls, <a href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>... prependVals)</pre> <div class="block">Invokes all the getters on this bean and return the values as a list of <a href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau"><code>BeanPropertyValue</code></a> objects. <p> @@ -860,7 +860,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>resolveVars</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/BeanMap.html#line.464">resolveVars</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 <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/BeanMap.html#line.467">resolveVars</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">Given a string containing variables of the form <code>"{property}"</code>, replaces those variables with property values in this bean.</div> <dl> @@ -877,7 +877,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getProperties</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.472">getProperties</a>()</pre> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.475">getProperties</a>()</pre> <div class="block">Returns a simple collection of properties for this bean map.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -891,7 +891,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockListLast"> <li class="blockList"> <h4>entrySet</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/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</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>>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.481">entrySet</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/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</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>>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.484">entrySet</a>()</pre> <div class="block">Returns all the properties associated with the bean.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/BeanMapEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html index db9ca13..b044571 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html +++ b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMapEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanMapEntry (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="BeanMapEntry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanMapEntry (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/BeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMeta.html b/content/site/apidocs/org/apache/juneau/BeanMeta.html index 4a3e361..06677d4 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanMeta (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="BeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanMeta (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -519,7 +519,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMetas</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.653">getPropertyMetas</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.654">getPropertyMetas</a>()</pre> <div class="block">Returns the metadata on all properties associated with this bean.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -533,7 +533,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMetas</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.663">getPropertyMetas</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>... pNames)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.664">getPropertyMetas</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>... pNames)</pre> <div class="block">Returns the metadata on the specified list of properties.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -549,7 +549,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getExtendedMeta</h4> -<pre>public <M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.678">getExtendedMeta</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><M> metaDataClass)</pre> +<pre>public <M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.679">getExtendedMeta</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><M> metaDataClass)</pre> <div class="block">Returns the language-specified extended metadata on this bean class.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -565,7 +565,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMeta</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.689">getPropertyMeta</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> name)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.690">getPropertyMeta</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> name)</pre> <div class="block">Returns metadata about the specified property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -582,7 +582,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>newBean</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.707">newBean</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> outer) +<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.708">newBean</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> outer) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/InstantiationException.html?is-external=true" title="class or interface in java.lang">InstantiationException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a>, @@ -607,7 +607,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <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/BeanMeta.html#line.790">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/BeanMeta.html#line.791">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><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></code></dd> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html index 2db7698..922412a 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMetaExtended (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanMetaExtended (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="BeanMetaExtended (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanMetaExtended (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/BeanMetaFiltered.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html index bebcbbb..01cc42d 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html +++ b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMetaFiltered (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanMetaFiltered (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="BeanMetaFiltered (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanMetaFiltered (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/BeanPropertyMeta.Builder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html index 554c6c7..f95ca27 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanPropertyMeta.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="BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMeta.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/BeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html index fd02719..98493b0 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanPropertyMeta (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="BeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMeta (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/BeanPropertyMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html index 492ce48..26f8261 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMetaExtended (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanPropertyMetaExtended (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="BeanPropertyMetaExtended (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMetaExtended (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/BeanPropertyValue.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html b/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html index b0c1324..5533808 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyValue (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanPropertyValue (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="BeanPropertyValue (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyValue (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/BeanProxyInvocationHandler.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html b/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html index fe2cadd..7833784 100644 --- a/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html +++ b/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanProxyInvocationHandler (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanProxyInvocationHandler (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="BeanProxyInvocationHandler (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanProxyInvocationHandler (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/BeanRegistry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanRegistry.html b/content/site/apidocs/org/apache/juneau/BeanRegistry.html index 820df2b..0b54dcf 100644 --- a/content/site/apidocs/org/apache/juneau/BeanRegistry.html +++ b/content/site/apidocs/org/apache/juneau/BeanRegistry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanRegistry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanRegistry (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="BeanRegistry (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanRegistry (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/BeanRuntimeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html b/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html index c8ddd14..05ce390 100644 --- a/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html +++ b/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanRuntimeException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanRuntimeException (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="BeanRuntimeException (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanRuntimeException (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/BeanSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanSession.html b/content/site/apidocs/org/apache/juneau/BeanSession.html index b0d4da8..30ba077 100644 --- a/content/site/apidocs/org/apache/juneau/BeanSession.html +++ b/content/site/apidocs/org/apache/juneau/BeanSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>BeanSession (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="BeanSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="BeanSession (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {
