http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/CoreApi.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/CoreApi.html b/content/site/apidocs/org/apache/juneau/CoreApi.html index c377321..27c1781 100644 --- a/content/site/apidocs/org/apache/juneau/CoreApi.html +++ b/content/site/apidocs/org/apache/juneau/CoreApi.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CoreApi (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>CoreApi (Apache Juneau (incubating) 6.0.2-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="CoreApi (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="CoreApi (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -118,11 +118,11 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>, <a href="../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a>, <a href="../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer">Serializer</a>, <a href="../../../org/apache/juneau/svl/VarResolver.html" title="class in org.apache.juneau.svl">VarResolver</a></dd> +<dd><a href="../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>, <a href="../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>, <a href="../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer">Serializer</a>, <a href="../../../org/apache/juneau/svl/VarResolver.html" title="class in org.apache.juneau.svl">VarResolver</a></dd> </dl> <hr> <br> -<pre>public abstract class <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.29">CoreApi</a> +<pre>public abstract class <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.27">CoreApi</a> extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a></pre> <div class="block">Common super class for all core-API serializers, parsers, and serializer/parser groups. @@ -134,10 +134,6 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a Provides several duplicate convenience methods from the <a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau"><code>ContextFactory</code></a> class to set properties on that class from this class. <p> Also implements the <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau"><code>Lockable</code></a> interface to allow for easy locking and cloning.</div> -<dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> -</dl> </li> </ul> </div> @@ -306,7 +302,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockListLast"> <li class="blockList"> <h4>CoreApi</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.29">CoreApi</a>()</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.27">CoreApi</a>()</pre> </li> </ul> </li> @@ -323,7 +319,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>getContextFactory</h4> -<pre>public <a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.48">getContextFactory</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.46">getContextFactory</a>()</pre> <div class="block">Returns the <a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau"><code>ContextFactory</code></a> object associated with this class. <p> The context factory stores all configuration properties for this class. @@ -346,7 +342,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>getBeanContext</h4> -<pre>public <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.57">getBeanContext</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.55">getBeanContext</a>()</pre> <div class="block">Returns the bean context to use for this class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -360,7 +356,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>getContext</h4> -<pre>protected final <T extends <a href="../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a>> T <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.69">getContext</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><T> contextClass)</pre> +<pre>protected final <T extends <a href="../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a>> T <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.67">getContext</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><T> contextClass)</pre> <div class="block">Creates a <a href="../../../org/apache/juneau/Context.html" title="class in org.apache.juneau"><code>Context</code></a> class instance of the specified type.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -376,7 +372,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>setProperty</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.82">setProperty</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="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.80">setProperty</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) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().setProperty(<jf>property</jf>, <jf>value</jf>);</code>.</div> @@ -399,7 +395,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>setProperties</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.96">setProperties</a>(<a href="../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.94">setProperties</a>(<a href="../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().setProperties(<jf>properties</jf>);</code>.</div> <dl> @@ -420,7 +416,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>addNotBeanClasses</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.112">addNotBeanClasses</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><?>... classes) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.110">addNotBeanClasses</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><?>... classes) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().addNotBeanClasses(<jf>classes</jf>)</code>.</div> <dl> @@ -443,7 +439,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>addBeanFilters</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.127">addBeanFilters</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><?>... classes) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.125">addBeanFilters</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><?>... classes) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().addBeanFilters(<jf>classes</jf>)</code>.</div> <dl> @@ -465,7 +461,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>addPojoSwaps</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.142">addPojoSwaps</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><?>... classes) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.140">addPojoSwaps</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><?>... classes) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().addPojoSwaps(<jf>classes</jf>)</code>.</div> <dl> @@ -487,7 +483,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>addToDictionary</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.157">addToDictionary</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><?>... classes) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.155">addToDictionary</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><?>... classes) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().addToDictionary(<jf>classes</jf>)</code>.</div> <dl> @@ -509,7 +505,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>addImplClass</h4> -<pre>public <T> <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.174">addImplClass</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><T> interfaceClass, +<pre>public <T> <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.172">addImplClass</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><T> interfaceClass, <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><? extends T> implClass) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().addImplClass(<jf>interfaceClass</jf>, <jf>implClass</jf>)</code>.</div> @@ -535,7 +531,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>setClassLoader</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.188">setClassLoader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a> classLoader) +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.186">setClassLoader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a> classLoader) throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Shortcut for calling <code>getContextFactory().setClassLoader(<jf>classLoader</jf>)</code>.</div> <dl> @@ -556,7 +552,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>object</h4> -<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</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/CoreApi.html#line.199">object</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</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/CoreApi.html#line.197">object</a>()</pre> <div class="block">Shortcut for calling <a href="../../../org/apache/juneau/BeanContext.html#object--"><code>BeanContext.object()</code></a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -570,7 +566,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>string</h4> -<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</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/CoreApi.html#line.208">string</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</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/CoreApi.html#line.206">string</a>()</pre> <div class="block">Shortcut for calling <a href="../../../org/apache/juneau/BeanContext.html#string--"><code>BeanContext.string()</code></a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -584,7 +580,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>checkLock</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.218">checkLock</a>()</pre> +<pre>public void <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.216">checkLock</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/Lockable.html#checkLock--">Lockable</a></code></span></div> <div class="block">Causes a <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau"><code>LockedException</code></a> to be thrown if this object has been locked. <p> @@ -601,7 +597,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>lock</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.224">lock</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.222">lock</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/Lockable.html#lock--">Lockable</a></code></span></div> <div class="block">Locks this object so that settings on it cannot be modified.</div> <dl> @@ -618,7 +614,7 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <ul class="blockListLast"> <li class="blockList"> <h4>clone</h4> -<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.237">clone</a>() +<pre>public <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> <a href="../../../src-html/org/apache/juneau/CoreApi.html#line.235">clone</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CloneNotSupportedException.html?is-external=true" title="class or interface in java.lang">CloneNotSupportedException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/Lockable.html#clone--">Lockable</a></code></span></div> <div class="block">Creates an unlocked clone of this object.</div> @@ -699,6 +695,6 @@ extends <a href="../../../org/apache/juneau/Lockable.html" title="class in org.a <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/Delegate.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Delegate.html b/content/site/apidocs/org/apache/juneau/Delegate.html index a54b910..cce57ec 100644 --- a/content/site/apidocs/org/apache/juneau/Delegate.html +++ b/content/site/apidocs/org/apache/juneau/Delegate.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Delegate (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Delegate (Apache Juneau (incubating) 6.0.2-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="Delegate (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Delegate (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -105,20 +105,16 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Known Implementing Classes:</dt> -<dd><a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a>, <a href="../../../org/apache/juneau/internal/DelegateBeanMap.html" title="class in org.apache.juneau.internal">DelegateBeanMap</a>, <a href="../../../org/apache/juneau/internal/DelegateList.html" title="class in org.apache.juneau.internal">DelegateList</a>, <a href="../../../org/apache/juneau/internal/DelegateMap.html" title="class in org.apache.juneau.internal">DelegateMap</a></dd> +<dd><a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a>, <a href="../../../org/apache/juneau/internal/DelegateBeanMap.html" title="class in org.apache.juneau.internal">DelegateBeanMap</a>, <a href="../../../org/apache/juneau/internal/DelegateList.html" title="class in org.apache.juneau.internal">DelegateList</a>, <a href="../../../org/apache/juneau/internal/DelegateMap.html" title="class in org.apache.juneau.internal">DelegateMap</a>, <a href="../../../org/apache/juneau/internal/FilteredMap.html" title="class in org.apache.juneau.internal">FilteredMap</a></dd> </dl> <hr> <br> -<pre>public interface <a href="../../../src-html/org/apache/juneau/Delegate.html#line.25">Delegate</a><T></pre> +<pre>public interface <a href="../../../src-html/org/apache/juneau/Delegate.html#line.24">Delegate</a><T></pre> <div class="block">An object that represents another object, often wrapping that object. <p> <b>*** Internal Interface - Not intended for external use ***</b> <p> For example, <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> is a map representation of a bean.</div> -<dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> -</dl> </li> </ul> </div> @@ -164,7 +160,7 @@ var activeTableTab = "activeTableTab"; <ul class="blockListLast"> <li class="blockList"> <h4>getClassMeta</h4> -<pre><a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/Delegate.html" title="type parameter in Delegate">T</a>> <a href="../../../src-html/org/apache/juneau/Delegate.html#line.32">getClassMeta</a>()</pre> +<pre><a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/Delegate.html" title="type parameter in Delegate">T</a>> <a href="../../../src-html/org/apache/juneau/Delegate.html#line.31">getClassMeta</a>()</pre> <div class="block">The <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of the class of the represented object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -241,6 +237,6 @@ var activeTableTab = "activeTableTab"; <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/FormattedException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/FormattedException.html b/content/site/apidocs/org/apache/juneau/FormattedException.html index 5532ed9..0235f04 100644 --- a/content/site/apidocs/org/apache/juneau/FormattedException.html +++ b/content/site/apidocs/org/apache/juneau/FormattedException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FormattedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>FormattedException (Apache Juneau (incubating) 6.0.2-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="FormattedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="FormattedException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -121,13 +121,10 @@ </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.23">FormattedException</a> +<pre>public class <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.20">FormattedException</a> extends <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">Subclass of non-runtime exceptions that take in a message and zero or more arguments. - <p></div> +<div class="block">Subclass of non-runtime exceptions that take in a message and zero or more arguments.</div> <dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#org.apache.juneau.FormattedException">Serialized Form</a></dd> </dl> @@ -209,7 +206,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht <ul class="blockList"> <li class="blockList"> <h4>FormattedException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.33">FormattedException</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> message, +<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.30">FormattedException</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> 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> <dl> @@ -225,7 +222,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht <ul class="blockList"> <li class="blockList"> <h4>FormattedException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.44">FormattedException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy, +<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.41">FormattedException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy, <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> @@ -243,7 +240,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht <ul class="blockListLast"> <li class="blockList"> <h4>FormattedException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.54">FormattedException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy)</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/FormattedException.html#line.51">FormattedException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -320,6 +317,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/FormattedRuntimeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/FormattedRuntimeException.html b/content/site/apidocs/org/apache/juneau/FormattedRuntimeException.html index 86641dc..3a0cba3 100644 --- a/content/site/apidocs/org/apache/juneau/FormattedRuntimeException.html +++ b/content/site/apidocs/org/apache/juneau/FormattedRuntimeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FormattedRuntimeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>FormattedRuntimeException (Apache Juneau (incubating) 6.0.2-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="FormattedRuntimeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="FormattedRuntimeException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -126,12 +126,10 @@ </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.22">FormattedRuntimeException</a> +<pre>public class <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.20">FormattedRuntimeException</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> <div class="block">Subclass of runtime exceptions that take in a message and zero or more arguments.</div> <dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#org.apache.juneau.FormattedRuntimeException">Serialized Form</a></dd> </dl> @@ -208,7 +206,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockList"> <li class="blockList"> <h4>FormattedRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.32">FormattedRuntimeException</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> message, +<pre>public <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.30">FormattedRuntimeException</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> 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> <dl> @@ -224,7 +222,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockListLast"> <li class="blockList"> <h4>FormattedRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.43">FormattedRuntimeException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy, +<pre>public <a href="../../../src-html/org/apache/juneau/FormattedRuntimeException.html#line.41">FormattedRuntimeException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> causedBy, <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> @@ -305,6 +303,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/InvalidDataConversionException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/InvalidDataConversionException.html b/content/site/apidocs/org/apache/juneau/InvalidDataConversionException.html index cc7e550..a620b7d 100644 --- a/content/site/apidocs/org/apache/juneau/InvalidDataConversionException.html +++ b/content/site/apidocs/org/apache/juneau/InvalidDataConversionException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InvalidDataConversionException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>InvalidDataConversionException (Apache Juneau (incubating) 6.0.2-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="InvalidDataConversionException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="InvalidDataConversionException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -122,14 +122,12 @@ </dl> <hr> <br> -<pre>public final class <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.27">InvalidDataConversionException</a> +<pre>public final class <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.25">InvalidDataConversionException</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> <div class="block">General invalid conversion exception. <p> Exception that gets thrown if you try to perform an invalid conversion, such as when calling <code>ObjectMap.getInt(...)</code> on a non-numeric <code>String</code>.</div> <dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#org.apache.juneau.InvalidDataConversionException">Serialized Form</a></dd> </dl> @@ -203,7 +201,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockList"> <li class="blockList"> <h4>InvalidDataConversionException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.36">InvalidDataConversionException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, +<pre>public <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.34">InvalidDataConversionException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, <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><?> toType, <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> cause)</pre> <dl> @@ -220,7 +218,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <ul class="blockListLast"> <li class="blockList"> <h4>InvalidDataConversionException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.45">InvalidDataConversionException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, +<pre>public <a href="../../../src-html/org/apache/juneau/InvalidDataConversionException.html#line.43">InvalidDataConversionException</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> toType, <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> cause)</pre> <dl> @@ -300,6 +298,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/Lockable.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Lockable.html b/content/site/apidocs/org/apache/juneau/Lockable.html index 3c00f28..40cb7b2 100644 --- a/content/site/apidocs/org/apache/juneau/Lockable.html +++ b/content/site/apidocs/org/apache/juneau/Lockable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Lockable (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Lockable (Apache Juneau (incubating) 6.0.2-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="Lockable (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Lockable (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -113,11 +113,11 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>, <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a>, <a href="../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>, <a href="../../../org/apache/juneau/serializer/SerializerGroup.html" title="class in org.apache.juneau.serializer">SerializerGroup</a></dd> +<dd><a href="../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>, <a href="../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a>, <a href="../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a>, <a href="../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>, <a href="../../../org/apache/juneau/serializer/SerializerGroup.html" title="class in org.apache.juneau.serializer">SerializerGroup</a></dd> </dl> <hr> <br> -<pre>public abstract class <a href="../../../src-html/org/apache/juneau/Lockable.html#line.33">Lockable</a> +<pre>public abstract class <a href="../../../src-html/org/apache/juneau/Lockable.html#line.31">Lockable</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/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></pre> <div class="block">Superclass of all classes that have a locked state. @@ -134,10 +134,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable to be thrown. <p> As a rule, cloned objects are unlocked by default.</div> -<dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> -</dl> </li> </ul> </div> @@ -230,7 +226,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockListLast"> <li class="blockList"> <h4>Lockable</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/Lockable.html#line.33">Lockable</a>()</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/Lockable.html#line.31">Lockable</a>()</pre> </li> </ul> </li> @@ -247,7 +243,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockList"> <li class="blockList"> <h4>lock</h4> -<pre>public <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> <a href="../../../src-html/org/apache/juneau/Lockable.html#line.43">lock</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> <a href="../../../src-html/org/apache/juneau/Lockable.html#line.41">lock</a>()</pre> <div class="block">Locks this object so that settings on it cannot be modified.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -261,7 +257,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockList"> <li class="blockList"> <h4>isLocked</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/Lockable.html#line.51">isLocked</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/Lockable.html#line.49">isLocked</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd><code><jk>true</jk></code> if this object has been locked.</dd> @@ -274,7 +270,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockList"> <li class="blockList"> <h4>checkLock</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/Lockable.html#line.62">checkLock</a>() +<pre>public void <a href="../../../src-html/org/apache/juneau/Lockable.html#line.60">checkLock</a>() throws <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre> <div class="block">Causes a <a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau"><code>LockedException</code></a> to be thrown if this object has been locked. <p> @@ -291,7 +287,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockList"> <li class="blockList"> <h4>onUnclone</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/Lockable.html#line.74">onUnclone</a>()</pre> +<pre>public void <a href="../../../src-html/org/apache/juneau/Lockable.html#line.72">onUnclone</a>()</pre> <div class="block">Subclass can override this method to handle lazy-cloning on the first time <a href="../../../org/apache/juneau/Lockable.html#checkLock--"><code>checkLock()</code></a> is called after the object has been cloned.</div> </li> @@ -302,7 +298,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <ul class="blockListLast"> <li class="blockList"> <h4>clone</h4> -<pre>public <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> <a href="../../../src-html/org/apache/juneau/Lockable.html#line.82">clone</a>() +<pre>public <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> <a href="../../../src-html/org/apache/juneau/Lockable.html#line.80">clone</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CloneNotSupportedException.html?is-external=true" title="class or interface in java.lang">CloneNotSupportedException</a></pre> <div class="block">Creates an unlocked clone of this object.</div> <dl> @@ -382,6 +378,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/LockedException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/LockedException.html b/content/site/apidocs/org/apache/juneau/LockedException.html index 3c7192e..9a9a6be 100644 --- a/content/site/apidocs/org/apache/juneau/LockedException.html +++ b/content/site/apidocs/org/apache/juneau/LockedException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LockedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>LockedException (Apache Juneau (incubating) 6.0.2-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="LockedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="LockedException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -122,7 +122,7 @@ </dl> <hr> <br> -<pre>public final class <a href="../../../src-html/org/apache/juneau/LockedException.html#line.25">LockedException</a> +<pre>public final class <a href="../../../src-html/org/apache/juneau/LockedException.html#line.23">LockedException</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> <div class="block">Exception that gets thrown when trying to modify settings on a locked <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau"><code>Lockable</code></a> object. <p> @@ -131,8 +131,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep the ability to lock the current settings so that they cannot be later changed. This exception indicates that a setting change was attempted on a previously locked object.</div> <dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd>James Bognar ([email protected])</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#org.apache.juneau.LockedException">Serialized Form</a></dd> </dl> @@ -231,6 +229,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/MediaRange.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/MediaRange.html b/content/site/apidocs/org/apache/juneau/MediaRange.html index ae07d9a..69609d4 100644 --- a/content/site/apidocs/org/apache/juneau/MediaRange.html +++ b/content/site/apidocs/org/apache/juneau/MediaRange.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MediaRange (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>MediaRange (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MediaRange (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="MediaRange (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/apache/juneau/ObjectList.html" title="class in org.apache.juneau"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/apache/juneau/MediaRange.html" target="_top">Frames</a></li> @@ -113,7 +113,8 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public final class <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.22">MediaRange</a> +<pre><a href="../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a> +public final class <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.27">MediaRange</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/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>></pre> <div class="block">Describes a single type used in content negotiation between an HTTP client and server, as described in @@ -155,7 +156,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code><a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#getMediaType--">getMediaType</a></span>()</code> <div class="block">Returns the media type enclosed by this media range.</div> </td> @@ -173,30 +174,25 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl </td> </tr> <tr id="i6" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#getType--">getType</a></span>()</code> -<div class="block">Return just the type portion of this media range.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#hashCode--">hashCode</a></span>()</code> <div class="block">Returns a hash based on this instance's <code>media-type</code>.</div> </td> </tr> -<tr id="i8" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#matches-org.apache.juneau.MediaRange-">matches</a></span>(<a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> o)</code> -<div class="block">Returns <jk>true</jk> if the specified <code>MediaRange</code> matches this range.</div> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>float</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#matches-org.apache.juneau.MediaType-">matches</a></span>(<a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a> o)</code> +<div class="block">Matches the specified media type against this range and returns a q-value + between 0 and 1 indicating the quality of the match.</div> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>static <a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#parse-java.lang.String-">parse</a></span>(<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> value)</code> <div class="block">Parses an <code>Accept</code> header value into an array of media ranges.</div> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/MediaRange.html#toString--">toString</a></span>()</code> <div class="block">Provides a string representation of this media range, suitable for use as an <code>Accept</code> header value.</div> @@ -230,7 +226,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>getMediaType</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/MediaRange.html#line.41">getMediaType</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a> <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.121">getMediaType</a>()</pre> <div class="block">Returns the media type enclosed by this media range. <h6 class='topic'>Examples:</h6> @@ -245,27 +241,13 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl </dl> </li> </ul> -<a name="getType--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</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/MediaRange.html#line.50">getType</a>()</pre> -<div class="block">Return just the type portion of this media range.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The type portion of this media range.</dd> -</dl> -</li> -</ul> <a name="getQValue--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQValue</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.64">getQValue</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.135">getQValue</a>()</pre> <div class="block">Returns the <js>'q'</js> (quality) value for this type, as described in Section 3.9 of RFC2616. <p> The quality value is a float between <code>0.0</code> (unacceptable) and <code>1.0</code> (most acceptable). @@ -284,7 +266,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>getParameters</h4> -<pre>public <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/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/MediaRange.html#line.78">getParameters</a>()</pre> +<pre>public <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/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/MediaRange.html#line.149">getParameters</a>()</pre> <div class="block">Returns the optional set of parameters associated to the type as returned by <a href="../../../org/apache/juneau/MediaRange.html#getMediaType--"><code>getMediaType()</code></a>. <p> The parameters are those values as described in standardized MIME syntax. @@ -303,7 +285,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>getExtensions</h4> -<pre>public <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/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/MediaRange.html#line.89">getExtensions</a>()</pre> +<pre>public <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/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/MediaRange.html#line.160">getExtensions</a>()</pre> <div class="block">Returns the optional set of custom extensions defined for this type. <p> Values are lowercase and never <jk>null</jk>.</div> @@ -319,7 +301,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <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/MediaRange.html#line.101">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/MediaRange.html#line.172">toString</a>()</pre> <div class="block">Provides a string representation of this media range, suitable for use as an <code>Accept</code> header value. <p> The literal text generated will be all lowercase.</div> @@ -337,7 +319,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.138">equals</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> o)</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.208">equals</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> o)</pre> <div class="block">Returns <jk>true</jk> if the specified object is also a <code>MediaType</code>, and has the same qValue, type, parameters, and extensions.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -353,7 +335,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> -<pre>public int <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.160">hashCode</a>()</pre> +<pre>public int <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.229">hashCode</a>()</pre> <div class="block">Returns a hash based on this instance's <code>media-type</code>.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -369,7 +351,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>parse</h4> -<pre>public static <a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>[] <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.208">parse</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> value)</pre> +<pre>public static <a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>[] <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.260">parse</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> value)</pre> <div class="block">Parses an <code>Accept</code> header value into an array of media ranges. <p> The returned media ranges are sorted such that the most acceptable media is available at ordinal position <js>'0'</js>, and the least acceptable at position n-1. @@ -406,7 +388,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> -<pre>public int <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.280">compareTo</a>(<a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> o)</pre> +<pre>public int <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.297">compareTo</a>(<a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> o)</pre> <div class="block">Compares two MediaRanges for equality. <p> The values are first compared according to <code>qValue</code> values. @@ -423,21 +405,20 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl </dl> </li> </ul> -<a name="matches-org.apache.juneau.MediaRange-"> +<a name="matches-org.apache.juneau.MediaType-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>matches</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.303">matches</a>(<a href="../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> o)</pre> -<div class="block">Returns <jk>true</jk> if the specified <code>MediaRange</code> matches this range. - <p> - This implies the types and subtypes are the same as or encompasses the other (e.g. <js>'application/xml'</js> and <js>'application/*'</js>).</div> +<pre>public float <a href="../../../src-html/org/apache/juneau/MediaRange.html#line.317">matches</a>(<a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a> o)</pre> +<div class="block">Matches the specified media type against this range and returns a q-value + between 0 and 1 indicating the quality of the match.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>o</code> - The other media rage.</dd> +<dd><code>o</code> - The media type to match against.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if the media ranges are the same or one encompasses the other.</dd> +<dd>A float between 0 and 1. 1 is a perfect match. 0 is no match at all.</dd> </dl> </li> </ul> @@ -470,7 +451,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <div class="subNav"> <ul class="navList"> <li><a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/apache/juneau/ObjectList.html" title="class in org.apache.juneau"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/apache/juneau/MediaRange.html" target="_top">Frames</a></li> @@ -510,6 +491,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
